• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Domain Search on your HomePage

Status
Not open for further replies.

NeoZero62

New Member
The Originals
Legacy Platinum Member
Joined
Jul 24, 2004
Messages
14
Reaction score
0
I once saw on the WWD reseller control site where you could add the “Domain Search” feature to your own business website. However, I cannot find it on the new RCC released last month. Can anyone tell me where to find this feature, if it is still offered? I would ask this on the RCC help site, but it has been down for several days. Thanks for the help everyone!
-Randy
 
If you log into the RCC and click on Help you'll find it under FAQ > How do I link to my reseller storefront?

But here it is for your convenience:


Below is the HTML that will add the 'check availability box on your website that links to your reseller storefront.

**This section goes between the </HEAD> and <BODY> tags:

<FORM name="LookupForm" method="POST" action=https://www.secureserver.net/register.asp?prog_id=YOURUSERIDHERE>
<input type="hidden" name="checkAvail" value="1">
<input type="hidden" name="JScriptOn" value="yes">

*This part goes in the page for the check availability box:

<input style="font-size:11px;font-face:verdana" type="text" name="domainToCheck" value="" size="16" width="20" maxlength="63">
<select id="tld" name="TLD" style="font-size:11px" face="verdana">
<option value=".COM" selected>.com</option>
<option value=".NET" >.net</option>
<option value=".ORG" >.org</option>
</select>

<input TYPE="image" SRC="http://www.secureserver.net/images/ResellerHomepage/btn_go.gif" BORDER="0" WIDTH="41" HEIGHT="20">

One note: this is only giving you .COM .NET & .ORG in the TLD dropdown. If you're offering .BIZ, or .INFO or others, , you'll want to add "options" for them, for example:

<option value=".INFO" >.info</option>
<option value=".BIZ" >.biz</option>
<option value=".US" >.us</option>
<option value=".WS" >.ws</option>
<option value=".CC" >.CC</option>
<option value=".TV" >.TV</option>
<option value=".BE" >.BE</option>
<option value=".JP" >.JP</option>
<option value=".CO.UK" >.CO.UK</option>
<option value=".ME.UK" >.ME.UK</option>
<option value=".ORG.UK" >.ORG.UK</option>

Please copy and past the specific domains you are offering and put them under the .ORG line listed above.
 
kokopelli said:
If you log into the RCC and click on Help you'll find it under FAQ > How do I link to my reseller storefront?

Thank You for the help and dealing with my stupidity, I went threw that FAQ about 5 times, overlooked it that many times. :veryangry

Thanks Again!
-Randy
 
Status
Not open for further replies.
Back
Top Bottom