I have an asp.net page with enough material that opens another page in the jquery iframe dialog. the dialog opens as follows
<a onclick="OpenDialog(params);return false;">click to open dialog<a/> function OpenDialog(params){ var url ='Detail.aspx?params; $('
everything works fine, different from when the link is clicked, the "parent" page jumps around the height of the screens , and you have to scroll back to the dialog - this is in IE 8 and 9 - in FF
using jquery: 1.8.0 ui: 1.8.23
any ideas? thanks
source share