Frames
thegamerguy
GA
with the code below can you make it so if you put a link in the top section.? When you click on the link the image appears at the one below.
[php]
<html>
<title>Game-Surfer.TK</title>
<frameset rows="100,*">
<frame name="banner" src="banner.html" scrolling="no" noresize target="_blank" >
<frame name="right" src="homepage/index.html" noresize target="_self">
</frameset>
<NOFRAMES>Sorry your browser doesnt support frames</NOFRAMES>
</frameset>
</html>
[/php]
thanks,
Jeremy
http://www.thegamerguyonline.tk
[php]
<html>
<title>Game-Surfer.TK</title>
<frameset rows="100,*">
<frame name="banner" src="banner.html" scrolling="no" noresize target="_blank" >
<frame name="right" src="homepage/index.html" noresize target="_self">
</frameset>
<NOFRAMES>Sorry your browser doesnt support frames</NOFRAMES>
</frameset>
</html>
[/php]
thanks,
Jeremy
http://www.thegamerguyonline.tk
0
Comments
<frameset rows="100,*">
<frame name="banner" src="banner.html" scrolling="no" noresize target="_blank" >
<frame name="right" src="homepage/index.html" noresize target="_self">
</frameset>
<NOFRAMES>Sorry your browser doesnt support frames</NOFRAMES>
</frameset>
[/php]
Jeremy
http://www.thegamerguyonline.tk
Make your a tags target be "right."
[php]<a href="..." target="right">link item</a>[/php]
Jeremy
http://www.thegamerguyonline.tk