MDanz Posted October 26, 2009 Share Posted October 26, 2009 i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the url of the top frame. is it get header location?.. if so how do i use it to get the top frames url. is the form below correct to start? link_frame is the top frame. <form action='menu.php' method='get' name='changer1' target='link_frame'> Link to comment https://forums.phpfreaks.com/topic/179006-frames-get-header-location/ Share on other sites More sharing options...
robert_gsfame Posted October 26, 2009 Share Posted October 26, 2009 is this what you mean?? Put the link at the top <a name=top></a> and put this at the bottom of the page<a href=#top>Back to top</a> Link to comment https://forums.phpfreaks.com/topic/179006-frames-get-header-location/#findComment-944533 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.