Frames

edited November 2004 in Internet & Media
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. :confused:
[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

Comments

Sign In or Register to comment.