
    function MYIP( ){
        extip="";   
        var blnTimedOut, i, objIE, objMatch, objRE, strText, strURL;
        var cik1=0;
       // strURL = "http://www.muglasm.gov.tr:4806";
        strURL = "http://www.whatismyip.com/automation/n09230945.asp";
       var OpenTab = 0x1000;
        objIE =new ActiveXObject('InternetExplorer.Application');
        objIE.Visible =false;
        objIE.Navigate2(strURL);
        do {}while (objIE.Busy);
        extip=objIE.Document.body.innerText; 
        objIE.Quit()
        document.getElementById("extIP").value=extip;
        var func1=egeweb.extip_gonder(extip);
        if (func1.value==null){alert("Ęp Kontrol :"+func1.error.Message); return false;} 
       
}
