[thelist] Javascript Timeouts

Joel Konkle-Parker jjk3 at msstate.edu
Mon Jun 24 15:15:01 CDT 2002


Correction: the event handler is:

onmouseout="hideMenu('yadaYadaYada')"

-joeljkp

Quoting Joel Konkle-Parker <jjk3 at msstate.edu>:

> I have the following function in my page:
>
> function hideMenu(menu){
>   setTimeout("document.getElementById(menu).style.visibility =
> 'hidden'", 2000);
> }
>
> called by the following event handler:
>
> onmouseout="hidMenu('yadaYadaYada')"
>
> When I try to run this, however, IE gives a "'menu' not defined" error.
> What's
> my problem?
>
> -joeljkp
>
>
>
> -------------------------------------------------------
> http://www.ballsome.com/test/
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>
>



-------------------------------------------------------
http://www.ballsome.com



More information about the thelist mailing list