I want a webpage to be open inside a Jquery dialog box. Lets take the webpage google search page. And when the user is done searching he just close the dialog box.So when the dialog box is closed I want the url of the search page inside the dialog box.How can i do this.? Or is it possible?
Share
I might haven gotten it wrong.. But to clear things out:
You want to popup a window with the help of jQuery. That window will act like a mini-browser. Where user goes to a URL, when user closes the popup window, you want the URL to be used in some way.
In that case, maybe you want to use Lytebox (click on the “Search Google!” example.) Now modify it a little, to get the URL. Should not be hard.
If this is what you meant, then we can go from there..