[thelist] Javascipt Status Question

Chris Blessing webguy at mail.rit.edu
Fri Nov 22 09:47:19 CST 2002


Paul, you can definitely run more than one function in an event handler.
Try:

<A HREF="blah.html" onMouseOver="mm_swap_image();
your_window_status_function_here();">...</A>

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> Hello.
>
> This is my first post to this list so I appologize in advance if
> this isn't
> in the correct format.
>
> My question is:
>
> I am using a URL forwarding and masking tool for a website.  However, even
> though the URL is masked, the status bar will show the 'real'
> location of a
> link.  To correct this, I am using the OnMouseOver event handler with the
> link to change the status message.
>
> My problem is with some image links that I have that are using
> the familiar
> MM_SwapImage functions to handle the image rollovers.  I can't change the
> status message because these functions are being used with the event
> handler.
>
> I tried putting the window.status into the functions but they don't work.
>
> I also thought maybe I could run two functions on one event
> handler but that
> doesn't seem to work either.
>
> Any suggestions?




More information about the thelist mailing list