SAFCLiam Posted August 8, 2012 Share Posted August 8, 2012 I have a CSS layout on the left there is a menu with links and on the right another menu.. in the middle is where I want the pages to open. Is there any way I can have java to open the link clicked in the middle instead of using I frames ? Or any suggestions on how to do it thanks Quote Link to comment https://forums.phpfreaks.com/topic/266835-javascript-open-links/ Share on other sites More sharing options...
MarPlo Posted August 9, 2012 Share Posted August 9, 2012 Hi, You need Ajax to change the content into a page, without opening all page. Suggestion, look on the net for Ajax Course or tutorials. Quote Link to comment https://forums.phpfreaks.com/topic/266835-javascript-open-links/#findComment-1368038 Share on other sites More sharing options...
SAFCLiam Posted August 9, 2012 Author Share Posted August 9, 2012 I have a CSS layout on the left there is a menu with links and on the right another menu.. in the middle is where I want the pages to open. Is there any way I can have java to open the link clicked in the middle instead of using I frames ? Or any suggestions on how to do it Quote Link to comment https://forums.phpfreaks.com/topic/266835-javascript-open-links/#findComment-1368050 Share on other sites More sharing options...
Adam Posted August 9, 2012 Share Posted August 9, 2012 Referring to it as "java", I'm going to guess you're not too fluent in JavaScript. jQuery is extremely popular and very easy to learn, I would recommend using that. Quote Link to comment https://forums.phpfreaks.com/topic/266835-javascript-open-links/#findComment-1368061 Share on other sites More sharing options...
Christian F. Posted August 9, 2012 Share Posted August 9, 2012 What you want is AJAX, by the sounds of it. PS: It's JavaScript not "Java". They're two completely different (and unrelated) languages. Quote Link to comment https://forums.phpfreaks.com/topic/266835-javascript-open-links/#findComment-1368097 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.