target

For some reason when you click on this link it opens up in another screen, the target is set to body, am i doing something stupid or what?<br />
<br />
here is the code:<br />
<br />
frame <br />
<br />
<br />
<html><br />
<head><br />
<frameset rows="50%, *" frameborder="" framespacing="0"><br />
<frame name="header" src=http://www.webdeveloper.com/forum/archive/index.php/"Header.htm" scrolling="no"><br />
<frameset cols="*" frameborder="0" framespacing="0"><br />
<frame name="Body" src=http://www.webdeveloper.com/forum/archive/index.php/"Body.htm"><br />
</frameset><br />
</head><br />
</html><br />
<br />
<br />
header <br />
<br />
<br />
<tr><br />
<td width="33%" align="center" class="menu-normal" onmouseover="this.className='menu-over';" onmouseout="this.className='menu-normal';"><a href=http://www.webdeveloper.com/forum/archive/index.php/"body.htm" target="body"><font color="#ffffff">HOME</a></font></td><br />
<td width="33%" align="center" class="menu-normal" onmouseover="this.className='menu-over';" onmouseout="this.className='menu-normal';"><a href=http://www.webdeveloper.com/forum/archive/index.php/"gallery.htm" target="body"><font color="#ffffff">GALLERY</a></font></td><br />
<td width="33%" align="center" class="menu-normal" onmouseover="this.className='menu-over';" onmouseout="this.className='menu-normal';"><a href=http://www.webdeveloper.com/forum/archive/index.php/"contact.htm" target="body"><font color="#ffffff">CONTACT</a></font></td><br />
</tr><br />
<br />
help!!<!--content-->Target is set to body, frame name is Body. The target attribute is case sensative...<!--content-->
 
Back
Top