Click to See Complete Forum and Search --> : a javascript event function from a....


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...

Khalid Ali
07-01-2003, 08:41 AM
if an applet does not have functionality to do what you are trying,it will never do that....email the applet writer to add that functionality.