Response title
This is preview!
I need to open an external URL(an .aspx) using JQuery UI Dialog, but the thing is I need to pass parameters to the url and then retrieve those parameters from the .aspx I used to use window.showmodaldialog(url,parameters) and then from the .aspx window.dialogArguments... But because Chrome deprecates "showmodaldialog" sentence, I need to replace it using JQuery UI Dialog. My code now: (Im not sure if it's ok and can't figured out how to retrieve parameters from the .aspx) HTML:
JS:
|
$("#newPopup").data('sharedObject',sharedObject);
won’t do anything. You need to encode sharedObject somehow and append it to URL
© 2013 jQuery Foundation
Sponsored by and others.