[thelist] javascript error

Simon Willison simon at incutio.com
Wed Apr 3 11:21:01 CST 2002


Rachel Starr wrote:

>The web page with this error in the left nav bar is:
>
>http://qsilver.queensu.ca/iigr/conferences/globalization/index.html
>
>Does anyone know how to fix this?
>
Yes - the two rollovers that don't work ("presentations" and "contact")
both have the following code:

onmouseover="changeImages('presentations_button',
'images/presentations_button_over.gif'); changeImages('spacer',
'images/presentations_button_over.gif'); return true;"

The following bit is causing the error:

changeImages('spacer', 'images/presentations_button_over.gif');

Remove that from the two places where it occurs and the error will vanish.




More information about the thelist mailing list