in my site: http://www.thehookahplace.com/test.html i made a frame and it's working great BUU once you leave that page and go to a diffrant page in my site the frame satys, and if you go back to the same page, the frame doublw it self ..... how can i fix it ???
<html>
<head>
<frameset rows="78%,*" frameborder=5>
<frame src="hookahbarsincalifornia.html" name="main" scrolling="auto" noresize>
<frame src="weeklyspecials.html" name="main" scrolling="auto" noresize>
</frameset>
</frameset>
<noframes> Sorry you browser does not support frames </noframes>
</head>
<body>
</body>
</html>


