PDA

View Full Version : Run Time error, I can't figure this out.


Paul
08-17-2002, 08:43 PM
Hi,
Can you javascript experts (or if you know the problem) help me out. On all of my pages I get a run time error and it says it's on line 1. A sample can be found at:
http://www.thehotweb.net/php/wbboard/main.php
Line 1 is <html>. I also think this only happens on IE 6 but am not sure. Thank you in advance.
Paul

Paul
08-17-2002, 08:45 PM
Oh an this propably should have went into client side scripting, if a mod can move it I'd appreciate it.
Paul

scoutt
08-18-2002, 01:43 AM
I get line 2 and expected ";"

Jon Hanlon
08-18-2002, 06:26 PM
When I got into debug, the message was:
Error writing 'h.dat

so I suspect it's a php problem. Certainly the Client Javascript is OK. Look closely at what the php is generating.

scoutt
08-18-2002, 07:19 PM
yeah Paul I got that as well


JavaScript Error:
http://www.thehotweb.net/cgi-bin/stats/logitpro.cgi?java,
line 1:

missing ; before statement.

Error creating history data file 'h.dat'
......^

Paul
08-19-2002, 04:10 PM
Originally posted by scoutt
yeah Paul I got that as well


JavaScript Error:
http://www.thehotweb.net/cgi-bin/stats/logitpro.cgi?java,
line 1:

missing ; before statement.

Error creating history data file 'h.dat'
......^

Oh ok, I guess it's a problem with my stats program. Do any of you use a good program that will tell you the exact error?
Thank You,
Paul

scoutt
08-19-2002, 04:13 PM
I used NS :)

Paul
08-19-2002, 11:22 PM
Originally posted by scoutt
I used NS :)
Wow you must read a lot of errors with that program :P:D.
Paul