PDA

View Full Version : anyone know how I can fix this error?


cbr929rrerion
11-08-2005, 02:26 PM
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&amp;focus=1','buddylist','statusbar=no,me nubar=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&amp;focus=1','buddylist','statusbar=no,me nubar=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 !