Quote:
Originally Posted by tommyxv
Sidewindr, i am getting browers error on page in IE and FF.
Syntax error in this javascript,
Code:
if ((theform.ctb_field55.value<=) && (theform.ctb_field55.value>0)) {
Missing a value?
EDIT: Here is what FF shows
|
The problem is in that line ... it should be ..
Code:
if ((theform.ctb_field55.value<=$vboptions[tdsliprequired]) && (theform.ctb_field55.value>0)) {
Not sure why yours is missing the vboptions bit. Do you have tdsliprequired set in your vbulletin options ??