phpgoal Posted June 18, 2013 Share Posted June 18, 2013 Hello, I have a html web page. What I want to do is to place a window inside the web page. I want to have next and previous button. When i click next, i want to go to the next page of the window while the web page url remain same? Could you provide some tips/links how to do it? I know how to do it web page(click Next) to web page(another url) but i dont know how to put a window inside a web page? Thanks. Link to comment https://forums.phpfreaks.com/topic/279313-window-in-a-web-page/ Share on other sites More sharing options...
nogray Posted June 18, 2013 Share Posted June 18, 2013 You can use ajax, iframes, or if you want it to look like a window, jquery dialog http://jqueryui.com/dialog/ Link to comment https://forums.phpfreaks.com/topic/279313-window-in-a-web-page/#findComment-1436680 Share on other sites More sharing options...
ginerjm Posted June 18, 2013 Share Posted June 18, 2013 Do some googling on "js window open". You'll find a lot of info on how to use js in your main page to open a window of a specific size/location and call a php script to run and populate it. Link to comment https://forums.phpfreaks.com/topic/279313-window-in-a-web-page/#findComment-1436753 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.