havey
07-01-2003, 04:33 AM
Anybody ever figure out a way to call a javascript event function from a MS hover button applet?
I would like to open a new controlless window using a javascript onclick event, but can't figure out a way..
this, for example, does not work:
<param name="url" valuetype="ref" value="#" onclick="win()">
I even tried using the built-in onclick event for sound, but that didn't work either..
Is there another parameter available to use that I don't know about, or do I just need to abandon using the hover button..would rather not if possible...
I would like to open a new controlless window using a javascript onclick event, but can't figure out a way..
this, for example, does not work:
<param name="url" valuetype="ref" value="#" onclick="win()">
I even tried using the built-in onclick event for sound, but that didn't work either..
Is there another parameter available to use that I don't know about, or do I just need to abandon using the hover button..would rather not if possible...