Domain Whois Search for your own website
For integrating a Domain Whois Search in your website,
there's no HTML knowledge required.
To include the Domain Whois Search you need a form
which calls the Whois Query Script
located at http://www.domaininformation.de/domain/.
The domain is sent by a parameter called q.
HTML Code Examples
The Html Code examples are just showing up some possibilities.
Everybody should feel free to change the code,
but be aware that following points are not changed
in order to keep the form working:
-
The action attribut
of the FORM Tag should be
http://www.domaininformation.de/domain/.
-
The INPUT element,
which commits the domain name must have a name attribut
with q as value.
<FORM action="http://www.domaininformation.de/domain/">
<DIV>
<INPUT name="q">
<INPUT type="submit" value="OK">
</DIV>
</FORM>
<FORM action="http://www.domaininformation.de/domain/" style="margin: 0; padding: 0;">
<DIV style="width: 1px;">
<DIV style="background-color: silver; border: 1px solid gray;
padding: 0.5em; white-space: nowrap; display: table;">
www.<INPUT name="q" style="padding:0.1em; margin-right: 0.5em; margin-left: 0.5em;
border: 1px solid gray; background-color: white;">
<INPUT style="padding:0.1em; border: 1px solid gray; background-color: #e7e7e7;"
type="submit" value="OK">
</DIV>
</DIV>
</FORM>
<FORM action="http://www.domaininformation.de/domain/" style="margin: 0; padding: 0;">
<TABLE width="1px" cellpadding="0" cellspacing="0" border="0"
style="border: 1px solid gray; font: normal small sans-serif;
text-align: justify; background-color: silver;"><TR>
<TD style="padding: 0.5em;">
<H1 style="white-space:nowrap; padding: 0; font-size: small;
text-align: center; margin: 0; margin-bottom: 0.5em;">
<a href="http://www.domaininformation.de/home.html">Domain Search</a>
</H1>
Check if your domainname is available.
If you don't specify a Top Level Domain (TLD)
then 10 TLD are checked at once.<br>
<INPUT name="q" style="font-size: small; margin-top:0.5em; padding:0.1em; width: 100%;
background: white; border: 1px solid gray; margin-bottom:0.5em;">
<INPUT type="submit" value="Check Domain"
style="font-size: small; background: #e7e7e7; border: 1px solid gray; padding:0.1em;">
</TD>
</TR></TABLE>
</FORM>
<FORM action="http://www.domaininformation.de/domain/" style="margin: 0; padding: 0;">
<DIV style="width: 184px; border: 1px outset white;
padding: 10px; font-size: small; background: white;">
<DIV style="height: 100px; background: no-repeat 60px 0px
url(http://www.domaininformation.de/pics/whois-form/earth.jpg);">
<H1 style="height: 40px; font-size: small; padding: 0; margin: 0;">
<a href="http://www.domaininformation.de/home.html">Domain Search</a>
</H1>
<INPUT name="q"
style="height: 20px; font-size: small; width: 133px;
border: 1px inset white; background: no-repeat 59px
url(http://www.domaininformation.de/pics/whois-form/earth2.jpg);">
<INPUT type="submit" value="Check Domain"
style="font-size: small; margin-top: 10px; border: 1px outset white;
height: 20px; width: 133px; background: white 60px -70px no-repeat
url(http://www.domaininformation.de/pics/whois-form/earth2.jpg);">
</DIV>
</DIV>
</FORM>
|