PDA

View Full Version : Annoying Javascript Error


Wayne Luke
12-10-2001, 02:52 AM
Everytime, I click in or give the message box focus, I get a Javascript error.

The error in particular is "Object Required". However since I have Visual Studio installed, I haven't gone through the rigmarole of launching MS-Interdev to try and debug it.

Most likely it is related to this code:

onChange=getActiveText(this) onclick=getActiveText(this)


Because I don't use the vBCode buttons and the javascript isn't loaded.

Also to be correct that should be:

onChange="getActiveText(this);" onclick="getActiveText(this);"


Since it is Javascript and Javascript statements are supposed to be deliminated by a semi-colon for proper syntax.

Admin
12-10-2001, 11:21 AM
Thanks, should be fixed now.

Wayne Luke
12-14-2001, 01:26 PM
Same thing happens in the editpost template. You should also check Private Messages, New Event and the Signature Editor as well to make sure it works there. Haven't tried those sections yet.

plcguru
06-23-2002, 04:28 AM
[QUOTE]Originally posted by FireFly
Thanks, should be fixed now.