<html>
<head>
</head>
<body>
<script language="JavaScript">

document.write( navigator.appCodeName + "<br>");
document.write( navigator.appName + "<br>");
document.write( navigator.appVersion + "<br>");
document.write( navigator.userAgent + "<br>");
document.write( window.defaultStatus + "<br>");
document.write( window.status + "<br>");
document.write( location.host + "<br>");
document.write( window.location.hostname() + "<br>");
document.write( location.hostname + "<br>");
document.write( "END<br>");

</script>
</body>
</html>
<< 広告 >>