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]
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]
Comment