function EVENT4(){
PRO=prompt("URLを入力してOKボタンを押してください","http://");
if(!(PRO=="" || PRO==null || PRO=="http://")){
location.href=PRO
}else{
alert("入力されていません")
}
}
test2
systemlink.com/tunomachi/soramameに来たacsessを
http://skylink.pro.tok2.com/soramame/index.htmlに
page転送します
<body>
<SCRIPT LANGUAGE = 'JavaScript'>
window.setTimeout( 'gopage()', 5 )
function gopage()
{
window.location.href='http://転送先URL'
}
</SCRIPT>
</body>
------------------------------------------
soramameのpageに転送します
http://skylink.pro.tok2.com/soramame/index.html
test3