<input
type=button
onclick="aa()"
value="check">
<script>
function
aa()
{
a=new
ActiveXObject("Microsoft.XMLHTTP")
a.open("GET","http://expert.,false)
a.send()
if(a.status==200)
alert("ok")
else
alert("http://expert.不ok")
a=new
ActiveXObject("Microsoft.XMLHTTP")
a.open("GET","http://expertaaaaaaaa.,false)
a.send()
if(a.status==200)
alert("ok")
else
alert("http://expertaaaaaaaa.不ok")
}
</script>