¡@

Home 

2014/10/16 ¤W¤È 12:04:28

jquery Programming Glossary: isaccessible

how to check whether a port is open at client's network/firewall (solved)

http://stackoverflow.com/questions/8937158/how-to-check-whether-a-port-is-open-at-clients-network-firewall-solved

checkURL var url http 10.0.5.255 1935 contextname var isAccessible false .ajax url url type get cache false dataType 'jsonp' crossDomain.. function xhr responseText thrownError if xhr.status 200 isAccessible true alert Request complete isAccessible isAccessible this.. xhr.status 200 isAccessible true alert Request complete isAccessible isAccessible this alert does not come when port is blocked ..

how to check whether a port is open at client's network/firewall (solved)

http://stackoverflow.com/questions/8937158/how-to-check-whether-a-port-is-open-at-clients-network-firewall-solved

other languages is also welcome. Thanks for your time. function checkURL var url http 10.0.5.255 1935 contextname var isAccessible false .ajax url url type get cache false dataType 'jsonp' crossDomain true asynchronous false jsonpCallback 'deadCode' complete.. true asynchronous false jsonpCallback 'deadCode' complete function xhr responseText thrownError if xhr.status 200 isAccessible true alert Request complete isAccessible isAccessible this alert does not come when port is blocked alert returning isAccessible.. complete function xhr responseText thrownError if xhr.status 200 isAccessible true alert Request complete isAccessible isAccessible this alert does not come when port is blocked alert returning isAccessible isAccessible this alert comes..