I am lauching modal window from parent page as below.
....
onclick="javasc ript: Args[0] = objDoc.selectSi ngleNode('//Security'); Args[1] = buildSecurityTa ble ;Args[2] =null;modal('Ne w.aspx','800',' 900');" value="Add Security" />
...
new pop-up is opened, their i am accessing the Args Arguments as
var variableNode=op ener.Args[0] in New.aspx page.
I'm able to load perfectly the "Node" which contains in the opener.Args[0] in IE7, but i am facing problem in IE8.
what is the way to access this node in IE8. Please help in this issue...
let me know if any more info is required..
Thanks,
Prasad.
....
onclick="javasc ript: Args[0] = objDoc.selectSi ngleNode('//Security'); Args[1] = buildSecurityTa ble ;Args[2] =null;modal('Ne w.aspx','800',' 900');" value="Add Security" />
...
new pop-up is opened, their i am accessing the Args Arguments as
var variableNode=op ener.Args[0] in New.aspx page.
I'm able to load perfectly the "Node" which contains in the opener.Args[0] in IE7, but i am facing problem in IE8.
what is the way to access this node in IE8. Please help in this issue...
let me know if any more info is required..
Thanks,
Prasad.
Comment