mybluehair Posted November 20, 2007 Share Posted November 20, 2007 so i have made my website into 2 frames. in one fram there is a link to the admin panel. well i want it to be when you click this link, it will exit out of the frames and go to the admin panel. the code that i tryed is: "<A HREF=\"logout.php\" TARGET=MAIN>admin</A>" but that will open up in a new window. please help. Quote Link to comment https://forums.phpfreaks.com/topic/78111-solved-alittle-trouble-with-html-frames/ Share on other sites More sharing options...
Isomerizer Posted November 21, 2007 Share Posted November 21, 2007 <a href="adminurl.ext">Admin</a> Should work... Just replace the "adminyurl.ext" with the direct url of the location. Quote Link to comment https://forums.phpfreaks.com/topic/78111-solved-alittle-trouble-with-html-frames/#findComment-395545 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.