A
Aziz
hi,
with the following anchor objeck: <a id="ref" href.......>...</a>
this code:
document.getElementById("ref").click();
works on IE 6 but not on Firefox 1.0
the error message is: document.getElementById("ref").click is not a
function..
I'll be happy if you could tell me why and how to solve?
Thanks
with the following anchor objeck: <a id="ref" href.......>...</a>
this code:
document.getElementById("ref").click();
works on IE 6 but not on Firefox 1.0
the error message is: document.getElementById("ref").click is not a
function..
I'll be happy if you could tell me why and how to solve?
Thanks