Moteur de recherche
De NETIM
Version du 20 juin 2017 à 15:11 par Netim (discuter | contributions)
Vous pouvez placer sur votre site un moteur de recherche de noms de domaine.
Pour ce faire vous trouverez deux exemples ci dessous. Copiez-collez le code HTML et placez le sur votre site à l'endroit de votre choix. Les exemples ci dessous sont minimalistes mais vous pouvez personnaliser le code HTML pour l'intégrer au mieux sur votre site
Votre code affilié est l'identifiant de votre compte affiliation. Supposons que votre code affilié soit AA100, le paramètre de traçace sera un champ caché nommé partnerid avec la valeur AA100
Zone de saisie simple
<form action="https://www.netim.fr/nom-domaine/recherche-enregistrement.html" method="post"> <center> Enregistrez votre nom de domaine !<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>
Zone de saisie sous forme de bannière
<form action="http://www.netim.fr/nom-domaine/recherche-enregistrement.html" method="post"> <input name="partnerid" type="hidden" value="AA100"/> <table style='background:url(http://support.netim.com/docs/marketing/form1-FR.png) 0px 0px no-repeat' cellspacing="0" cellpadding="0" border="0" width="468px" height="60px"> <tbody> <tr> <td colspan="4" height="10px"></td> </tr> <tr> <td height="20px" width="246px"></td> <td colspan="3" height="20px"> <input type="text" id="rech-dom" name="rech-dom" style="background:none;border:none;height:20px;width:210px;font-size:12px" /> </td> </tr> <tr> <td colspan="4" height="7px"></td> </tr> <tr> <td height="15px" width="246px"></td> <td height="15px" width="61px"></td> <td height="15px" width="89px"> <input type="submit" id="Submit" name="Submit" value="" style="background:none;border:none;height:15px;width:89px;cursor:pointer" /> </td> <td height="15px"></td> </tr> <tr> <td colspan="4" height="8px"></td> </tr> </tbody> </table> </form>