Modal Popup Options

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
millsy007
Forum Commoner
Posts: 78
Joined: Wed Jul 02, 2008 7:00 pm

Modal Popup Options

Post by millsy007 »

Hi

I am in the process of designing a site, I have a main page where results are listed, when a user clicks a result I want that page to come up in a modal pop-up.
I have found examples that do this, such as http://particletree.com/features/lightbox-gone-wild/ However these work on the basis of some fairly simple html being displayed in the pop-up.
What I need is the ability to display a whole page (including php code, javascript and css links) but in a pop-up window.
Are there some modal pop-ups that allow this?
Should I perhaps take a different approach and output my result page into a variable and have this display into the pop-up, using AJAX/php perhaps?
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Modal Popup Options

Post by kaszu »

Put in modal window content an iframe
Post Reply