Reputation: 12414
I see lot of example opening popup with jquery but don't see anything that will let me open new page in popup(modal dialog box). Any help is appreciated.
What i am trying to do is when click on item it will open item description page in model dialog box calling an url for detail page. I am using asp.net, would like to use jquery if has nice way to work with popup.
Upvotes: 1
Views: 4933
Reputation: 159688
Sure; there are actually many of them. For example: jqModal. For a demonstration of how to load a separate page into an <iframe>
, check out Alexandre Plennevaux's site.
Upvotes: 2