PDA

View Full Version : Error messages



AndrewNS
August 23rd, 2004, 09:56 AM
I am getting an error message when ever I try to open a post. The message is the same no matter which post, but the line number changes. Attached is the message box.

It seems to be in the Javascript for maximum characters in a post.


Thanks
Andrew

ajx22
August 24th, 2004, 01:36 PM
I don't know why you would get this error...

It must be something on your system...as nothing that I know of on the server side would cause this error.

AndrewNS
August 24th, 2004, 02:46 PM
I have alot of development tools on my system. Visual Studio seems to trap errors just about every where. Not really sure how to stop it though.

If I click 'Yes' to debug the line of code that comes up is...



if (theform.message.value.length > 100000) {
alert("Your message is too long.\n\nReduce your message to 100000

characters.\nIt is currently "+theform.message.value.length+" characters long.");



The VS debuger stops processing at the line
'long.\n\nReduce your message to 100000'

If no one else is having a problem then it really isn't an issue. The message box comes up when ever I try to open a post. I just have to click 'No' and everthing keeps going.

Thanks
Andrew