Forums
This topic is locked
Problem in IE ??? Not Firefox
Posted 11 Jul 2006 00:05:52
1
has voted
11 Jul 2006 00:05:52 Richard Albrecht posted:
Hi,I have a form that fails when the user pushed the Post button in IE6. It works fine in Firefox.
IE6 displays an error message:
---------------------------------
Line: 36
Char: 5
Error: Object doesn't support this property or method
Code: 0
URL: aspe.org/RSA/Membership/ASPEMembershipApp1.php
---------------------------------
I looked at the source and have no idea what it's saying.
How does one debug things like this?
Thanks
Richard S Albrecht
Richard S Albrecht
Replies
Replied 13 Jul 2006 00:15:40
13 Jul 2006 00:15:40 Richard Albrecht replied:
No one has any idea on how to do this?
Richard S Albrecht
Richard S Albrecht
Replied 13 Jul 2006 11:33:30
13 Jul 2006 11:33:30 Roddy Dairion replied:
Its a javascript error check your Validate1.js script. Its got something to do with this line. <pre id=code><font face=courier size=2 id=code> eval(formname+'.'+submitbutton+'.disabled=true');</font id=code></pre id=code> withing the function checkThisForm
Edited by - roders22 on 13 Jul 2006 11:35:02
Edited by - roders22 on 13 Jul 2006 11:35:02
Replied 13 Jul 2006 17:21:19
13 Jul 2006 17:21:19 Richard Albrecht replied:
I went to another page (psdmagazine.com/subscribe/index.php ) that uses the same script and for somereason on this one it brought up the debug script dialog and launched visual studion and showed the error:
Microsoft JScript runtime error: Object doesn't support this property or method.
happening on the line:
document.PSDSub.submit()
Any ideas?
Thanks
Richard S Albrecht
Replied 13 Jul 2006 17:49:36
13 Jul 2006 17:49:36 Roddy Dairion replied:
I checked it. And it appears to be the same line as urs. yours says appform not defined appform is the formname. I don't why its doing this. When i check which line the error comes from it says line 35. Its got to be a var dats not been define properly somewhere (where i don't know).