PDA

View Full Version : frames issues


russ801
03-18-2003, 05:33 PM
I can't seem to get my navigation target page to open up within a frame. The initial frame set opens up ok. I have a nav menu in a frame. But when I try to target my nav menu, it opens up in a new page rather than the frame area I am referring to.

Here is the code I am using for the frameset

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 6">
<title>Welcome to Adobe GoLive 6</title>
</head>

<frameset border="0" frameborder="no" framespacing="0" rows="50,*">
<frame name="NoName" noresize scrolling="no" src="PortfolioMenu.html">
<frameset border="0" cols="300,*" frameborder="no" framespacing="0" rows="*">
<frame name="NoName" noresize scrolling="no" src="InfoMenu.html">
<frame name="NoName" noresize src="Content.html">
</frameset>
<noframes>

<body bgcolor="#ffffff">
<p></p>
</body>

</noframes>
</frameset>

</html>

russ801
03-18-2003, 05:34 PM
and for the nav page:


<body onload="preloadImages();" bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="1" align="left" bgcolor="#ffffff">
<tbody>
<tr align="center">
<td rowspan="2" width="300"></td>
<td colspan="2" width="202"><img src="PortfolioSelectionsG.png" alt="" height="20" width="150" border="0"></td>
<td width="10%"></td>
<td width="100"></td>
<td width="10%"></td>
<td width="15%"></td>
</tr>
<tr align="center">
<td bgcolor="#ffffff" width="100" td><a onmouseover="changeImages( /*CMP*/'HeadshotsG',/*URL*/'ROHeadshots-5.png');return true" onmouseout="changeImages( /*CMP*/'HeadshotsG',/*URL*/'HeadshotsG.png');return true" href="TVHS01.html" target="Content.html"><img src="HeadshotsG.png" alt="" name="HeadshotsG" height="20" width="80" border="0"></a></td>
<td width="100"><a onmousedown="changeImages( /*CMP*/'PeopleG',/*URL*/'TNVP01.html');return true" onmouseup="changeImages( /*CMP*/'PeopleG',/*URL*/'ROPeople%20png.png');return true" onmouseover="changeImages( /*CMP*/'PeopleG',/*URL*/'ROPeople%20png.png');return true" onmouseout="changeImages( /*CMP*/'PeopleG',/*URL*/'PeopleG.png');return true" href="TNVP01.html" target="Content"><img src="PeopleG.png" alt="" name="PeopleG" height="20" width="80" border="0"></a></td>
<td width="10%"><a onmouseover="changeImages( /*CMP*/'BridalG',/*URL*/'ROBridal.png');return true" onmouseout="changeImages( /*CMP*/'BridalG',/*URL*/'BridalG.png');return true" href="#"><img src="BridalG.png" alt="" name="BridalG" height="20" width="80" border="0"></a></td>
<td width="100"><a href="#"><img src="PublicRelationsG.png" alt="" name="PublicRelationsG" height="20" width="100" border="0"></a></td>
<td width="10%"><a onmouseover="changeImages( /*CMP*/'OnStageG',/*URL*/'ROOnStage.png');return true" onmouseout="changeImages( /*CMP*/'OnStageG',/*URL*/'OnStageG.png');return true" href="TVOS01.html" target="Content"><img src="OnStageG.png" alt="" name="OnStageG" height="20" width="80" border="0"></a></td>
<td width="15%"></td>
</tr>
</tbody>
</table>
</body>

</html>

russ801
03-18-2003, 05:46 PM
Ignore the above

:D

Helps if you have names to reference