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.
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.