PDA

View Full Version : frame and links javascript



zach12
October 30th, 2007, 12:44 AM
Hello,
I'm have on my web site a menu in a frame am trying to find a way to open the link expand the frame to fill the hole screen





<html>
<frameset cols=" if frame is menu.html then 340 ,340">
<frame src="menu.html">

<frame src="page3.htm">
</frameset>
</html>




thanks

LaRoza
October 30th, 2007, 01:38 AM
Set the target of the link

Also, don't use frames

http://www.useit.com/alertbox/9612.html

For how to achieve the same look, look at my site: http://laroza.freehostia.com/home

zach12
October 30th, 2007, 01:54 AM
ok i'll look at that