<html><head>
<script type="text/jscript">
var WshShell = new ActiveXObject("WScript.Shell");
function go() { WshShell.Run(event.srcElement.href); return false; }
</script></head>
<body><div><a href="
http://www.yahoo.co.jp/" onclick="return go()">Yahoo!</a></div></body>
</html>