You Domain: Enter the domain name you want tested
(eg. iwebtool.com)
function validate(theform) {
if (theform.domain.value == "") { alert("No domain provided"); return false; }
return true;
}
Powered by iWEBTOOL
Comments