Modal dialog opening a new page using jQuery

I see a lot of examples opening a popup with jquery, but I can't see anything that will allow me to open a new page in a popup (modal dialog). Any help is appreciated.

What I am trying to do is click on an element which will open the item description page in the model dialog, naming the url for the detail page. I am using asp.net, would like to use jquery if has a good way of working with the popup.


See also: PopupWindow in JQuery

0


source to share


1 answer


Sure; in fact many of them . For example: jqModal . For a demonstration of how to load a single page in <iframe>

, check out Alexander Plennev's Site .



+2


source







All Articles