SuiteToeCode (overview) If (http://65.93.27.6/MyHomepageOnSympaticoServer/) { # If my dialup ISP assigned me a new IP and my PWS is UP. # let everybody go to my homecomputer and see more than 5 megs of # web site. redirect to http://65.93.27.6/MyHomepageOnSympaticoServer/ } else { # My PWS is down because I am not logged on to the Internet use # my live web site hosted by sympatico. redirecto to http://www3.sympatico.ca/MyHomepageOnSympaticoServer/ }
Question: I am wondering how to test if my PWS is UP? If (http://65.93.27.6/MyHomepageOnSympaticoServer/) { Many thanks in advance SirdouglasCook
