anyone know how I can fix this error?
see attached for error message, I get it on every page...
Thanks
another
609, 606, 584 all car 80.. any ideas?
OK.. I fixed the error by myself, you may want to check and see if you get this error too,
the original script in the Navbar template is:
<tr><td class="vbmenu_option"><a href="#"
onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=n o,menubar=n
o,toolbar=no,scrollbars=yes,resizable=yes,width=25 0,height=300'); return
false;">$vbphrase[open_buddy_list]</a></td>
the correct script to stop the errors is:
<tr><td class="vbmenu_option"><a href="#"
onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=n o,menubar=n
o,toolbar=no,scrollbars=yes,resizable=yes,width=25 0,height=300'); return
false;">$vbphrase[open_buddy_list]" </a></td>
$vbphrase[open_buddy_list][/color]"
The Termination quotes are missing !
|