Javascript error when using Mozilla Browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarath chandran
    New Member
    • Nov 2007
    • 6

    Javascript error when using Mozilla Browser

    Hi all,

    I am using a mozilla browser and the below piece of code appears to be erroneous.It works well with Internet explorer.
    Here I am getting the session id and storing it ina variable.
    How will I do this when I chnage to Mozilla Browser?

    [CODE=javascript]
    var sessID = window.parent.p arent.loginFram e.getSessionID( );
    [/CODE]
    Last edited by gits; Nov 29 '07, 08:32 AM. Reason: fix code tags
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    welcome to TSDN ...

    is the getSessionID() method called? try an alert in it ... in case it is ... then please post the error and the code for that method too ...

    kind regards

    Comment

    Working...