stilllearning Posted May 25, 2010 Share Posted May 25, 2010 Hi I am not sure what it is called or whether it is PHP or JS or CSS, but I have set up an intranet page on our server in order to access all the websites etc. But I need the links to remain displayed in the left side of the page and the remaining part of the page to show the website I am accessing. At the moment I am using frames which is not the best and it semi-work, but I'd like to replace it with the better alternative!! Can anyone please tell me what it's called so I can apply that? TIA Link to comment https://forums.phpfreaks.com/topic/202799-frame-replacements/ Share on other sites More sharing options...
-Karl- Posted May 25, 2010 Share Posted May 25, 2010 Tried using Divs? <div style="width:250px; height:250px; overflow:scroll"> // Info here </div> Link to comment https://forums.phpfreaks.com/topic/202799-frame-replacements/#findComment-1062857 Share on other sites More sharing options...
stilllearning Posted May 25, 2010 Author Share Posted May 25, 2010 Thanks I didn't know about div until now! Will give it a shot! Cheers Link to comment https://forums.phpfreaks.com/topic/202799-frame-replacements/#findComment-1062861 Share on other sites More sharing options...
stilllearning Posted May 25, 2010 Author Share Posted May 25, 2010 I got a bit stuck again. I have added the <div style="width:200px; height:650px; overflow:scroll"> into my code and it works for the left hand menu I created, but when I click on a link in that menu the website opens in a new tab! How can I make the website open on the right on the same page? I've tried placing a similar div style statement like above at various different places in the menu, but to no success! TIA Link to comment https://forums.phpfreaks.com/topic/202799-frame-replacements/#findComment-1063300 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.