08/04/08 01:18:13
<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="URLリンク(www.yahoo.co.jp)" onclick="return go()">Yahoo!</a></div></body>
</html>