Mohamed Habib
Junior Member
- Aug 16, 2018
- 163
- 18
Anyone have a short script for this?
<a id="mylink" href="http://web.com">LINK</a>
and the javascript
function someName ()
{
document.getElementById("mylink").click();
}
and on the body opening you just add:
<body onLoad="someName()">