JQuery method for IFrame functionality
Posted
by user102533
on Stack Overflow
See other posts from Stack Overflow
or by user102533
Published on 2010-03-15T14:36:54Z
Indexed on
2010/03/15
14:39 UTC
Read the original article
Hit count: 161
I have a aspx page (details page) that needs to be loaded in a modal window on a click of a button. I have buttons in the aspx page that calls server side functionality. So, this is similar to an IFrame way (except that it's now in a modal window)
Is there a JQuery way of doing this?
© Stack Overflow or respective owner