Ok. I Need Help On Figuring Out How To Close A Frame. Basically I Need It Like Google Where IT Say Remove Frame And It Opens The Bottom Frame Except I Don't Want To Have To Make A File For Each Frame Set. (Which I Don't Think Google Has A File For Each And Every Search) Well Anyway Basically I Have A Code:
How Would I Do That?
Last edited by mistuh griddlez on Wed Jul 26, 2006 3:58 am; edited 1 time in total
| Code: |
|
<?php $frame=$_GET["body"]; ?> <html><head></head> <frameset rows=90,* frameborder=0 framespacing=0> <frame src=head.php noresize scrolling=no name="top"> <frame src=<? echo $frame; ?> name="bottom"> </frameset> </html> I Want To Close This (<frame src=head.php noresize scrolling=no name="top"> ) Frame. And Make This (<frame src=<? echo $frame; ?> name="bottom">) Frame Take Up The Whole Page. |
How Would I Do That?
Last edited by mistuh griddlez on Wed Jul 26, 2006 3:58 am; edited 1 time in total
