|目次|更新履歴|概要|検索窓|LAN用|imWHOISの設置|更新と改造|データ生成|
作成日:2004年01月10日、更新日:2004年01月10日 作成:鷹の巣検索窓の設置例を示します。
自サイトのWebページに検索窓だけを設置する場合の表示例とhtmlタグの例を示しています。多くの方にMeta-WhoisのCGIの設置方法を知って頂くためにもこのサイトへのリンクを入れて頂く様、希望します。
検索窓の設置htmlタグの例(html文法は、XHTML 1.0 strictです。HTML 4.01 strictの場合は、「 />」を「>」に置換して下さい。)
<!-- Meta-Whois Gateway --> <form method="post" action="http://whois.sakaguch.com/whois/"> <p> <input type="text" name="ipd" size="30" value="" tabindex="10" accesskey="T" /> <input type="hidden" name="nic" value="" /> <input type="submit" name="x" value="IPアドレスかドメイン名を入力して検索" tabindex="31" accesskey="S" /> </p> </form>
検索窓の設置htmlタグの例(html文法は、XHTML 1.0 strictです。HTML 4.01 strictの場合は、「 />」を「>」に置換して下さい。)
<!-- Meta-Whois Gateway --> <form method="post" action="http://whois.sakaguch.com/whois/"> <p> <a href="http://whois.sakaguch.com/"><strong>Meta-Whois Gateway</strong></a> <input type="text" name="ipd" size="30" value="" tabindex="10" accesskey="T" /> <input type="hidden" name="nic" value="" /> <input type="submit" name="x" value="IPアドレスかドメイン名を入力して検索" tabindex="31" accesskey="S" /> </p> </form>
検索窓の設置htmlタグの例(html文法は、XHTML 1.0 strictです。HTML 4.01 strictの場合は、「 />」を「>」に置換して下さい。)
<!-- Meta-Whois Gateway --> <form method="post" action="http://whois.sakaguch.com/whois/"> <p> <a href="http://whois.sakaguch.com/"><img src="http://whois.sakaguch.com/img/bnr/MetaWhois.png" alt="Meta-Whois Gateway" width="88" height="31" /></a> <input type="text" name="ipd" size="30" value="" tabindex="10" accesskey="T" /> <input type="hidden" name="nic" value="" /> <input type="submit" name="x" value="IPアドレスかドメイン名を入力して検索" tabindex="31" accesskey="S" /> </p> </form>
|▲頁先頭|