PDA

View Full Version : Frames


thegamerguy
15 Nov 2004, 8:37pm
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:

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

thanks,
Jeremy
http://www.thegamerguyonline.tk

thegamerguy
15 Nov 2004, 8:38pm
<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>

thegamerguy
15 Nov 2004, 8:40pm
this sprite is at this site: http://game-surfer.hopto.org/thegamerguy/

Jeremy
http://www.thegamerguyonline.tk

Shorty
15 Nov 2004, 8:54pm
Enclose any code like that in [ php ] [ /php ] tags when posting HTML into a post :)

a2jfreak
15 Nov 2004, 9:35pm
You want a link in the "banner" frame to load in the "right" frame?
Make your a tags target be "right."

<a href="..." target="right">link item</a>

thegamerguy
15 Nov 2004, 10:39pm
okay cool, that works great thanks :D

Jeremy
http://www.thegamerguyonline.tk