IP2Location™ IP Address Demo
IP2Location Search Box Widget
Good news! You can allow the ability to search IP address by placing the IP2Location Search Box widget into the HTML codes of your site.
HTML Code (9 Lines)
<div style="margin:0;padding:0;width:200px;height:200px"> <div style="width:100%;height:30px;background-color:#2C5B8C;text-align:center;padding-top:5px;border:1px solid #4c4c4c;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px"><a href="https://www.ip2location.com" target="_blank"><img src="https://tools.ip2location.com/images/ip2location-logo.png" width="90" height="11" alt="ip address" align="center"></a></div> <div style="width:100%;height:165px;padding:0;margin:0;background-color:#C0D7E7;text-align:center;border:1px solid #4c4c4c;border-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px"> <form action="https://www.ip2location.com/demo" method="post"> <textarea name="ipaddresses" placeholder="Enter IP Address" style="width:160px;height:100px;margin-top:10px;border:1px solid #6e6e6e;border-radius:5px;resize:none;font-family:'Arial'"></textarea> <input type="submit" name="submit" value="Search" style="background-color:#CACED7;border:1px solid #4c4c4c;padding:5px 25px" /> </form> </div> </div>