Javascript Help

Status
Not open for further replies.

jayant

New Member
Messages
6
Reaction score
0
Points
0
look into your scripting.
some of the code which may be ruuning fine in IE is not supported by firefox. for eg.
Dialog.confirm($('login').innerHTML
instead try to use
Dialog.confirm($('login').innerText
You will find the code regarding the same in google. I was also facing the same problem.

:happysad:
 

The_Magistrate

New Member
Messages
1,118
Reaction score
0
Points
0
The sample page you linked to does not contain the code you are asking about. There are no attempts to close the page on that page, simply a login.
 
Status
Not open for further replies.
Top