help with <object>
Posted: Mon Jul 18, 2005 6:46 am
I earlier had three links <a> and I use the onclick event to write
<a onclick = "window.location = '';
self.resizeTo(,)">
but I have to replace with flash buttons in place of <a> tags. I am wondering is it possible to use 'onclick property' with '<object>' or how both of those JS commands can be run on click of a flash button?
<a onclick = "window.location = '';
self.resizeTo(,)">
but I have to replace with flash buttons in place of <a> tags. I am wondering is it possible to use 'onclick property' with '<object>' or how both of those JS commands can be run on click of a flash button?