Currently utilizing the following code:
<a href="http://www...." onmouseover="this.click()">Link</a>
It is evident that this code does not work with the Android Browser.
What javascript code will function properly with the Android Browser as well?
Appreciate any assistance provided.