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>
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>