gwolff2005 Posted May 4, 2009 Share Posted May 4, 2009 Hi guys, I need your help. My index.html consists of two frames (top frame is menu.php, main frame is indexmain.php). All the other files are opened in the main frame. Now I have the challenge. that I need to link from another page without frames to the page login.php which needs to be opened in the mainframe. How canI do that. (e.g. that the browser first starts index.html and then straight loads login.php in the right frame, or something else..) Thanks so much in advance!!! Quote Link to comment https://forums.phpfreaks.com/topic/156810-opening-two-frames-at-the-same-time/ Share on other sites More sharing options...
Cosizzle Posted May 4, 2009 Share Posted May 4, 2009 Wow... its been a while since I've heard the word of frames. I suppose you could within your page point the header, however im not sure if this will work. header('Location: http://www.example.com/'); Quote Link to comment https://forums.phpfreaks.com/topic/156810-opening-two-frames-at-the-same-time/#findComment-825876 Share on other sites More sharing options...
premiso Posted May 4, 2009 Share Posted May 4, 2009 Frame linking is done client side by Javascript/HTML. Moved to appropriate forum. Quote Link to comment https://forums.phpfreaks.com/topic/156810-opening-two-frames-at-the-same-time/#findComment-825893 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.