PHP & JavaScript Room :: 設置サンプル

実行結果

ソース

<script type="text/javascript">
var xmlhttp=null;
document.write("typeof ActiveXObject="+(typeof ActiveXObject)+"<br>");
if(typeof ActiveXObject!="undefined"){ /* IE4, IE5, IE6 */
    try {
        xmlhttp=new ActiveXObject("Msxml2.XMLHTTP"); /* MSXML3(Windows XP以上) */
        document.write("new ActiveXObject(\"Msxml2.XMLHTTP\")<br>");
    }
    catch(e1){
        try {
            xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); /* MSXML2 */
            document.write("new ActiveXObject(\"Microsoft.XMLHTTP\")<br>");
        }catch(e2){
            document.write("未サポート");
        }
    }
}
</script>

polarized women