QUOTE(joe2kiss @ Apr 5 2005, 05:21 AM) [snapback]25979[/snapback]
Actually, it seems it isn't possible. Using the setTimeout function it just blocked the pop-up automatically.
I know, I know, it's an old post.. but I have it if anyone wants it.
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script language="javascript">
<!-- hide from non js browsers
function autoClick() {
document.getElementById('thisLink').click();
}
// -->
</script>
</head>
<body ######="setTimeout('autoClick();',3000);"><!-- three seconds, increase as you like -->
<a href="apage.html" id="thisLink" name="thisLink" target="newWindow">Click Here</a>
</body>
</html>
:(:(:( For some reason, ###### has replaced on+Load. Other than that, it works.
WolfShade
^_^