|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Learn five alternative approaches for automating the delivery of Excel-based reports. Read all about it in the free whitepaper: “Automating Excel Reports: Five Approaches for Java Developers” Download Now!
|
|
#1
|
||||
|
||||
|
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.
|
|
#2
|
||||
|
||||
|
I agree !!!!
one should have a look on this !! JD
__________________
_____________________________ d.k.jariwala (JD) ~ simple thought, simple act ~ I blog @ http://jdk.phpkid.org |
|
#3
|
||||
|
||||
|
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: Code:
var pmmaxchars = ; Code:
var pmmaxchars; //or var pmmaxchars=50; |
![]() |
| Viewing: Dev Shed Forums > Other > Dev Shed Lounge > Private Message Errors |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|