unable to access the argument in IE8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GuruPrasadBytes
    New Member
    • Nov 2009
    • 5

    unable to access the argument in IE8

    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.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    What does modal() do? Does it open a real popup window?

    Do you get any error message in IE8?

    Comment

    Working...