Add a search box
From NETIM
(Difference between revisions)
(→Input box with drop-down extensions list) |
(→Simple Input Box) |
||
Line 10: | Line 10: | ||
<source lang="html4strict"> | <source lang="html4strict"> | ||
− | <form action="http://www.netim.com/domain/search. | + | <form action="http://www.netim.com/domain-name/search-results.html" method="post"> |
<center> | <center> | ||
Register your domain name !<br /> | Register your domain name !<br /> | ||
www. | www. | ||
− | < | + | <textarea id="rech-dom" name="rech-dom"></textarea> |
<input name="Submit" type="submit" id="Submit" value="Check" /> | <input name="Submit" type="submit" id="Submit" value="Check" /> | ||
<input name="partnerid" type="hidden" value="AA100"/> | <input name="partnerid" type="hidden" value="AA100"/> | ||
<center> | <center> | ||
</form> | </form> | ||
− |
Revision as of 16:54, 11 February 2015
You can add onto your website a search box in order to drive your visitors directly to the availability check of domain names.
To do this you will find two examples below. Copy and paste the HTML code and place it on your site to the place of your choice. The examples below are minimalist but you can customize the HTML to fit better on your site.
Your affiliate code is the handle of your account. Suppose your affiliate code is AA100, the parameter for tracking will be the hidden field partnerid with the value AA100
Simple Input Box
<form action="http://www.netim.com/domain-name/search-results.html" method="post"> <center> Register your domain name !<br /> www. <textarea id="rech-dom" name="rech-dom"></textarea> <input name="Submit" type="submit" id="Submit" value="Check" /> <input name="partnerid" type="hidden" value="AA100"/> <center> </form>