mamu
mamu

Reputation: 12414

Modal dialog box which opens new page using jQuery

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.


See also: PopupWindow in JQuery

Upvotes: 1

Views: 4933

Answers (1)

Shog9
Shog9

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

Related Questions