Webmasters, enrich your site with eye-catching gadgets!
Select your lookup box and copy & place the code on your web pages.
LOOKUP BOXES
<script type="text/javascript" language="JavaScript"><!--
function ValidateIP(ip)
{
if (ip==""){alert(\'Please enter an IP Address or Host Name!\');setfocus();return false;}
return true;
}
//--></script>
<form method="post" action="https://www.checkingtools.com/ip_check" name="checkingtools_form" onsubmit="return ValidateIP(ip.value);">
<table border="0" cellpadding="3" cellspacing="1" bgcolor="#333333"><tr><td bgcolor="#eeeeee">IP Address or Host Name: <input type="text" size="15" maxlength="255" name="ip" /> <input type="submit" value="Lookup" /></td></tr><tr><td bgcolor="#eeeeee" align="center"><font size="-1">IP Lookup powered by <a href="https://www.checkingtools.com">checkingtools.com</a></font></td></tr></table>
</form> |
<script type="text/javascript" language="JavaScript"><!--
function ValidateIP(proxy)
{
if (ip==""){alert(\'Please enter Proxy!\');setfocus();return false;}
return true;
}
//--></script>
<form method="post" action="https://www.checkingtools.com/proxy_check" name="checkingtools_form" onsubmit="return ValidateIP(ip.value);">
<table border="0" cellpadding="3" cellspacing="1" bgcolor="#333333"><tr><td bgcolor="#eeeeee">Proxy: <input type="text" size="20" maxlength="255" name="proxy" /> <input type="submit" value="Lookup" /></td></tr><tr><td bgcolor="#eeeeee" align="center"><font size="-1">Proxy Lookup powered by <a href="https://www.checkingtools.com">checkingtools.com</a></font></td></tr></table>
</form> |