Domain Whois Abfrage für die eigene Homepage
Zum integrieren einer Whois Abfrage auf Ihrer Homepage
werden zwar keine HTML Kenntnisse vorraus gesetzt,
aber schaden tut's nicht.
Zu diesem Zweck empfielt sich ein Besuch von
selfHTML.
Um eine Whoisabfrage auf Ihrer Homepage zu integrieren benötigen
Sie ein einfaches Formular, welches dem Script
http://www.domaininformation.de/domain/ die Domain als Parameter
q übergibt.
HTML Code Beispiele
Die folgenden HTML Code Beispiele sollen nur Möglichkeiten zeigen.
Es steht jedem frei den HTML Code beliebig zu verändern.
Damit ein verändertes Formular noch funktioniert sollte
das Wichtigste erhalten bleiben:
-
Das action Attribut
des FORM Tags muss
http://www.domaininformation.de/domain/
heißen.
-
Das INPUT Element,
welches die Domain übergibt muss als name Attribut
q haben.
<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/">Domain Abfrage</a>
</H1>
Prüfen Sie ob Ihr gewünschter Domainname noch frei ist.
Wenn Sie keine Top Level Domain (TLD) als Endung angeben,
werden 10 TLD auf einmal geprüft.<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="Domain prüfen"
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/">Domain Abfrage</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="Domain prüfen"
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>
|