December 26th, 2001, 03:00 PM
-
Private Message Errors
I just wanted to alert the Admns/Mods that I get script error when trying to send PMs. I mean, I can still send them, but errors pop up not only when I get to the form, but also when I press the "Send." button. Just thought you guys should know.
December 26th, 2001, 09:36 PM
-
I agree !!!!
one should have a look on this !!
JD
_____________________________
d.k.jariwala (JD)
~ simple thought, simple act ~
I blog @
http://jdk.phpkid.org
December 27th, 2001, 08:29 AM
-
The problem with that page is a variable is declared illegally. This causes the rest of the javascript declaration to be voided, so the function that is called when you submit the form causes an error for calling a function that doesn't exist.
The bad line is:Should be something like:
Code:
var pmmaxchars;
//or
var pmmaxchars=50;
But nothing is being placed where the 50 is. I would imagine this a where a variable is at in the php side of it but it is not set, so when it is printed it is empty.