J
Jon Slaughter
if I call javascript like
<a href="javascript:;" onmousedown="toggle('a');">O</a>
is there a way to pass the element a to the function without specifying any
tags or names?
I want the function to automatically return a "pointer" to the a link that
it was called from instead of having to specify it.
Thanks,
Jon
<a href="javascript:;" onmousedown="toggle('a');">O</a>
is there a way to pass the element a to the function without specifying any
tags or names?
I want the function to automatically return a "pointer" to the a link that
it was called from instead of having to specify it.
Thanks,
Jon