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. Quote Link to comment 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/ Quote Link to comment 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. Quote Link to comment 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.