Bon de commande sur internet
Cédric
-
afd Messages postés 1832 Date d'inscription Statut Membre Dernière intervention -
afd Messages postés 1832 Date d'inscription Statut Membre Dernière intervention -
Bonjour a tous
Voila je debute dans la creation de sites, je suis en train de faire un site composé de pages tres simples contenant uniquement des images et du texte.
Cependant il ya une page ou je voudrai mettre un bon de commande tous simple.
Les surfeurs devront simplement rentrer le nom du produit et la quantite voulu. Ensuite grace a un bouton ce bon de commande sera envoyer par email.
Est ce que quelqu' un pourrait me donner un coup de main s'il vous plait
Merci d'avance
Voila je debute dans la creation de sites, je suis en train de faire un site composé de pages tres simples contenant uniquement des images et du texte.
Cependant il ya une page ou je voudrai mettre un bon de commande tous simple.
Les surfeurs devront simplement rentrer le nom du produit et la quantite voulu. Ensuite grace a un bouton ce bon de commande sera envoyer par email.
Est ce que quelqu' un pourrait me donner un coup de main s'il vous plait
Merci d'avance
A voir également:
- Bon de commande sur internet
- Invite de commande - Guide
- Commande terminal mac - Guide
- Mon pc rame sur internet - Guide
- Gps sans internet - Guide
- Commande dism - Guide
1 réponse
Bonsoir,
Tu n,es pas sur le bon poste mais bon,
voici un exemple, copie le dans un fichier texte et ensuite tu copie du fichier texte tu le met dans ton soft qui te sert de création de site.
IL y a un peut près tout ce que l'on trouve, il ne te reste qu'à changer certains paramètres
<HTML><HEAD><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><TITLE>Audit</TITLE><meta http-equiv=expires content="Wednesday, 27-Dec-95 05:29:10 GMT"><meta http-equiv=Pragma content=no_cache><meta name=Description content=""><meta name=Keywords content=""><meta name=Author content="COMPUTER SOLUTION"><script type="text/javascript">
<!--
function verif_FrontPage_Form1()
{
if(document.FrontPage_Form1.nom.value == "") {
alert("Veuillez entrer votre Nom!");
document.FrontPage_Form1.nom.focus();
return false;
}
if(document.FrontPage_Form1.prenom.value == "") {
alert("Veuillez entrer votre Prénom!");
document.FrontPage_Form1.prenom.focus();
return false;
}
if(document.FrontPage_Form1.Societe.value == "") {
alert("Veuillez encoder le nom de votre Compagnie !");
document.FrontPage_Form1.Societe.focus();
return false;
}
if(document.FrontPage_Form1.Statut.value == "Statut") {
alert("Veuillez encoder le Statut de la Compagnie !");
document.FrontPage_Form1.Statut.focus();
return false;
}
if(document.FrontPage_Form1.Enregistrement.value == "") {
alert("Veuillez encoder le numéro d'enrégistrement !");
document.FrontPage_Form1.Enregistrement.focus();
return false;
}
if(document.FrontPage_Form1.tps.value == "TPS") {
alert("Veuillez encoder le numéro de TPS !");
document.FrontPage_Form1.tps.focus();
return false;
}
if(document.FrontPage_Form1.tvq.value == "TVQ") {
alert("Veuillez encoder le numéro de TVQ !");
document.FrontPage_Form1.tvq.focus();
return false;
}
if(document.FrontPage_Form1.Fonction.value == "Fonction") {
alert("Veuillez encoder votre Fonction !");
document.FrontPage_Form1.Fonction.focus();
return false;
}
if(document.FrontPage_Form1.adresse1.value == "") {
alert("Veuillez entrer votre Adresse !");
document.FrontPage_Form1.adresse1.focus();
return false;
}
if(document.FrontPage_Form1.Numero_de_rue.value == "") {
alert("Veuillez entrer votre Numéro de Rue!");
document.FrontPage_Form1.Numero_de_rue.focus();
return false;
}
if(document.FrontPage_Form1.cp.value == "") {
alert("Veuillez entrer votre Code Postal!");
document.FrontPage_Form1.cp.focus();
return false;
}
if(document.FrontPage_Form1.ville.value == "") {
alert("Veuillez entrer le nom de votre Ville!");
document.FrontPage_Form1.ville.focus();
return false;
}
if(document.FrontPage_Form1.province.value == "") {
alert("Veuillez entrer le nom de votre Province!");
document.FrontPage_Form1.province.focus();
return false;
}
if(document.FrontPage_Form1.tel.value == "") {
alert("Veuillez entrer le numéro de Téléphone!");
document.FrontPage_Form1.tel.focus();
return false;
}
var chkZ = 1;
for(i=0;i<document.FrontPage_Form1.tel.value.length;++i)
if(document.FrontPage_Form1.tel.value.charAt(i) < "0"
|| document.FrontPage_Form1.tel.value.charAt(i) > "9")
chkZ = -1;
if(chkZ == -1) {
alert("Le Tel encodé est erroné!");
document.FrontPage_Form1.tel.focus();
return false;
}
if(document.FrontPage_Form1.fax.value == "") {
alert("Veuillez entrer le numéro de Fax!");
document.FrontPage_Form1.fax.focus();
return false;
}
var chkZ = 1;
for(i=0;i<document.FrontPage_Form1.fax.value.length;++i)
if(document.FrontPage_Form1.fax.value.charAt(i) < "0"
|| document.FrontPage_Form1.fax.value.charAt(i) > "9")
chkZ = -1;
if(chkZ == -1) {
alert("Le Fax encodé est erroné!");
document.FrontPage_Form1.fax.focus();
return false;
}
if(document.FrontPage_Form1.mail.value == "") {
alert("Veuillez entrer votre adresse électronique!");
document.FrontPage_Form1.mail.focus();
return false;
}
if(document.FrontPage_Form1.mail.value.indexOf('@') == -1) {
alert("Ce n'est pas une adresse électronique!");
document.FrontPage_Form1.mail.focus();
return false;
}
if(document.FrontPage_Form1.mail.value.indexOf('.') == -1) {
alert("Ce n'est pas une adresse électronique!");
document.FrontPage_Form1.mail.focus();
return false;
}
{
location.href = "confirmation_audit.html"
}
}
//-->
</script></head><BODY style=background-attachment:fixed; bgcolor=#5A91A5 text=#000000 link=#FFFFFF vlink=#FFFFFF alink=#FF0000><FORM name=FrontPage_Form1 ACTION="mailto:info@computer-solution.qc.ca?SUBJECT=Demande d'intervention Audit" METHOD=POST ENCTYPE=text/plain onsubmit="return verif_FrontPage_Form1(this)"><FONT FACE=Arial SIZE=2 COLOR=#000000><TABLE WIDTH=500 BORDER=0 ALIGN=CENTER style="border-style: ridge"><COL SPAN=2></FONT><TR><TD WIDTH=67% ALIGN=LEFT COLSPAN=2><h4 align=center><font face=Arial color=#800000 size=2>Demande d'intervention Audit</font></h4></TD></TR><tr><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Nom</FONT></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><FONT FACE=Arial SIZE=2><select name=titre size=1> <option selected value=Titre>Titre</option> <option value=Mlle>Mlle</option> <option value=Mme>Mme</option> <option value=Mr>Mr</option> <option value=Dr>Dr</option> </select></FONT><input name=nom value size=31 maxlength=30></TD></FONT></tr><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Prénom</FONT></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=prenom value size=41 maxlength=30></TD></TR></FONT><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>Nom de la Compagnie et statut</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><input name=Societe value size=26><select name=Statut size=1> <option selected value=Statut>Statut</option> <option value=Incorporée>Incorporée</option> <option value=Enrégistrée>Enrégistrée</option> </select></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>N° ENREGISTREMENT</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><input name=Enregistrement value size=41></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>N° TPS & TVQ.</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><font size=2 face=Arial color=#800000><input type=texte name=tps value=TPS onFocus="if (this.value=='TPS') {this.value=''}"><input type=texte name=tvq value=TVQ onFocus="if (this.value=='TVQ') {this.value=''}"></font></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>Fonction</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><select name=Fonction size=1> <option selected value=Fonction>Fonction</option> <option value="Président (e)">Président (e)</option> <option value="Vice Président (e)">Vice Président (e)</option> <option value="Administrateur Délégué">Administrateur Délégué</option> <option value="Gérant (e)">Gérant (e)</option> <option value="Responsable d'achat">Responsable d'achat</option> </select></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Adresse<FONT FACE=Arial COLOR=#000000> + N°</FONT></font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=adresse1 value size=36 maxlength=30><FONT FACE=Arial SIZE=2 COLOR=#000000><input name=Numero_de_rue value size=4 maxlength=30></FONT></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Code Postal</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=cp value size=15 maxlength=10></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Ville</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=ville value size=41 maxlength=50></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Province</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><FONT FACE=Arial SIZE=2 COLOR=#000000><input name=province value size=41 maxlength=50></font></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Téléphone</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=tel value size=15 maxlength=21> </TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Télécopie</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=fax value size=15 maxlength=21></TD></TR></TABLE><FONT FACE=Arial SIZE=2 COLOR=#000000><TABLE WIDTH=500 BORDER=0 ALIGN=CENTER style="border-style: ridge"><COL SPAN=2></FONT></font><TR><TD WIDTH=67% ALIGN=LEFT><h4 align=center><font face=Arial color=#800000 size=2>Etat du réseau actuel</font></h4></TD></TR><TR><TD WIDTH=500 ALIGN=LEFT><p align=center><font face=Arial size=3>Nombre de stations dans le réseau</font></p><p align=center><font face=Arial size=3>1.<input type=checkbox name=Station1 value=1> 2.<input type=checkbox name=Station2 value=1> 3.<input type=checkbox name=Station3 value=1> 4.<input type=checkbox name=Station4 value=1> 5.<input type=checkbox name=Station5 value=1> 6.<input type=checkbox name=Station6 value=1> 7.<input type=checkbox name=Station7 value=1> 8.<input type=checkbox name=Station8 value=1> 9.<input type=checkbox name=Station9 value=1> 10.<input type=checkbox name=Station10 value=1> </font></p><p align=center><font face=Arial size=3> Plus de...</font><FONT FACE=Arial SIZE=2 COLOR=#000000><FONT FACE=Arial SIZE=2><select name=Stations size=1 style="background-color: #00FFFF"> <option value="- - - - - - - - -" selected>- - - - - - - - -</option> <option value=20>20</option> <option value=30>30</option> <option value=40>40</option> <option value=50>50</option> <option value=60>60</option> <option value=70>70</option> <option value=80>80</option> <option value=90>90</option> <option value=100>100</option> </select></FONT></font></p></TD></TR><TR><TD WIDTH=500 ALIGN=LEFT><p align=center> </p><p align=center><font face=Arial color=#000000 size=3>Operating system employé dans le réseau</font></p><FONT FACE=Arial SIZE=2 COLOR=#000000><p align=center><FONT FACE=Arial SIZE=2><select name=Windows1 size=1> <option value=STATION selected>STATION</option> <FONT FACE=Arial SIZE=2><option value="Windows NT">Windows NT</option> <FONT FACE=Arial SIZE=2><option value="Windows 2000 PRO">Windows 2000 PRO</option> <FONT FACE=Arial SIZE=2><option value="Windows XP PRO">Windows XP PRO</option> </FONT></FONT></FONT></select><select name=Windows2 size=1> <option value=STATION selected>STATION</option> <FONT FACE=Arial SIZE=2><option value="Windows NT">Windows NT</option> <FONT FACE=Arial SIZE=2><option value="Windows 2000 PRO">Windows 2000 PRO</option> <FONT FACE=Arial SIZE=2><option value="Windows XP PRO">Windows XP PRO</option> </FONT></FONT></FONT></select><select name=Windows3 size=1> <option value=STATION selected>STATION</option> <FONT FACE=Arial SIZE=2><option value="Windows NT">Windows NT</option> <FONT FACE=Arial SIZE=2><option value="Windows 2000 PRO">Windows 2000 PRO</option> <FONT FACE=Arial SIZE=2><option value="Windows XP PRO">Windows XP PRO</option> </FONT></FONT></FONT></select></FONT></p><p align=center><font face=Arial color=#000000 size=3>Operating system employé dans le </font></font><font face=Arial color=#000000 size=3>Serveur</font></p><FONT FACE=Arial SIZE=2 COLOR=#000000><p align=center><FONT FACE=Arial SIZE=2><select name=Windows4 size=1 style="background-color: #00FFFF"> <option value=SERVEUR selected>SERVEUR</option> <option value="Windows NT SERVEUR">Windows NT SERVEUR</option> <option value="Windows 2000 SERVEUR">Windows 2000 SERVEUR</option> <option value="Windows 2003 SERVEUR">Windows 2003 SERVEUR</option> </select></FONT></TD></TR><FONT FACE=Arial SIZE=2 COLOR=#000000></TABLE><TABLE WIDTH=499 BORDER=0 ALIGN=CENTER height=258 style="border-style: ridge"><COL SPAN=2></FONT><TR><TD COLSPAN=2 height=21 width=491><h4 align=center><font face=Arial color=#800000 size=2>Adresse électronique Internet</font></h4></TD></TR><FONT FACE=Arial SIZE=2 COLOR=#000000><TR><TD WIDTH=189 ALIGN=LEFT height=25><b>Courriel</b></TD><TD WIDTH=296 height=25><input name=mail value size=41></TD></TR><TR><TD COLSPAN=2 height=176 width=491><TEXTAREA NAME="message" COLS=58 ROWS=8>Nous vous remercions de bien vouloir rentrer en contact avec nous.</TEXTAREA></TD></TR></TABLE></FONT><HR WIDTH=500 SIZE=8><TABLE WIDTH=500 BORDER=0 ALIGN=CENTER><COL BGCOLOR=#000000><COL><TR><TD BGCOLOR=#800000><B><FONT FACE=Arial SIZE=2 COLOR=#FFFFFF> Envoyez votre demande (</FONT><font face=Arial size=2 color=#FFFFFF>Courriel)</font></B></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD BGCOLOR=#800000><p align=center><input type=submit value=Envoyer><input type=reset value=Annuler></p></TD></TR></TABLE></FORM><FONT FACE=Arial SIZE=2 COLOR=#000080><i><DIV ALIGN=center><P><B>Merci de votre confiance</B>.</DIV><DIV ALIGN=center><P><img border=0 src=images/Banniere/Banniere.gif width=468 height=60></DIV><DIV ALIGN=center><P> </DIV></i></FONT>
</script></font></BODY></HTML>
et voilà
Pas de problème ...que de solutions
Tu n,es pas sur le bon poste mais bon,
voici un exemple, copie le dans un fichier texte et ensuite tu copie du fichier texte tu le met dans ton soft qui te sert de création de site.
IL y a un peut près tout ce que l'on trouve, il ne te reste qu'à changer certains paramètres
<HTML><HEAD><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><TITLE>Audit</TITLE><meta http-equiv=expires content="Wednesday, 27-Dec-95 05:29:10 GMT"><meta http-equiv=Pragma content=no_cache><meta name=Description content=""><meta name=Keywords content=""><meta name=Author content="COMPUTER SOLUTION"><script type="text/javascript">
<!--
function verif_FrontPage_Form1()
{
if(document.FrontPage_Form1.nom.value == "") {
alert("Veuillez entrer votre Nom!");
document.FrontPage_Form1.nom.focus();
return false;
}
if(document.FrontPage_Form1.prenom.value == "") {
alert("Veuillez entrer votre Prénom!");
document.FrontPage_Form1.prenom.focus();
return false;
}
if(document.FrontPage_Form1.Societe.value == "") {
alert("Veuillez encoder le nom de votre Compagnie !");
document.FrontPage_Form1.Societe.focus();
return false;
}
if(document.FrontPage_Form1.Statut.value == "Statut") {
alert("Veuillez encoder le Statut de la Compagnie !");
document.FrontPage_Form1.Statut.focus();
return false;
}
if(document.FrontPage_Form1.Enregistrement.value == "") {
alert("Veuillez encoder le numéro d'enrégistrement !");
document.FrontPage_Form1.Enregistrement.focus();
return false;
}
if(document.FrontPage_Form1.tps.value == "TPS") {
alert("Veuillez encoder le numéro de TPS !");
document.FrontPage_Form1.tps.focus();
return false;
}
if(document.FrontPage_Form1.tvq.value == "TVQ") {
alert("Veuillez encoder le numéro de TVQ !");
document.FrontPage_Form1.tvq.focus();
return false;
}
if(document.FrontPage_Form1.Fonction.value == "Fonction") {
alert("Veuillez encoder votre Fonction !");
document.FrontPage_Form1.Fonction.focus();
return false;
}
if(document.FrontPage_Form1.adresse1.value == "") {
alert("Veuillez entrer votre Adresse !");
document.FrontPage_Form1.adresse1.focus();
return false;
}
if(document.FrontPage_Form1.Numero_de_rue.value == "") {
alert("Veuillez entrer votre Numéro de Rue!");
document.FrontPage_Form1.Numero_de_rue.focus();
return false;
}
if(document.FrontPage_Form1.cp.value == "") {
alert("Veuillez entrer votre Code Postal!");
document.FrontPage_Form1.cp.focus();
return false;
}
if(document.FrontPage_Form1.ville.value == "") {
alert("Veuillez entrer le nom de votre Ville!");
document.FrontPage_Form1.ville.focus();
return false;
}
if(document.FrontPage_Form1.province.value == "") {
alert("Veuillez entrer le nom de votre Province!");
document.FrontPage_Form1.province.focus();
return false;
}
if(document.FrontPage_Form1.tel.value == "") {
alert("Veuillez entrer le numéro de Téléphone!");
document.FrontPage_Form1.tel.focus();
return false;
}
var chkZ = 1;
for(i=0;i<document.FrontPage_Form1.tel.value.length;++i)
if(document.FrontPage_Form1.tel.value.charAt(i) < "0"
|| document.FrontPage_Form1.tel.value.charAt(i) > "9")
chkZ = -1;
if(chkZ == -1) {
alert("Le Tel encodé est erroné!");
document.FrontPage_Form1.tel.focus();
return false;
}
if(document.FrontPage_Form1.fax.value == "") {
alert("Veuillez entrer le numéro de Fax!");
document.FrontPage_Form1.fax.focus();
return false;
}
var chkZ = 1;
for(i=0;i<document.FrontPage_Form1.fax.value.length;++i)
if(document.FrontPage_Form1.fax.value.charAt(i) < "0"
|| document.FrontPage_Form1.fax.value.charAt(i) > "9")
chkZ = -1;
if(chkZ == -1) {
alert("Le Fax encodé est erroné!");
document.FrontPage_Form1.fax.focus();
return false;
}
if(document.FrontPage_Form1.mail.value == "") {
alert("Veuillez entrer votre adresse électronique!");
document.FrontPage_Form1.mail.focus();
return false;
}
if(document.FrontPage_Form1.mail.value.indexOf('@') == -1) {
alert("Ce n'est pas une adresse électronique!");
document.FrontPage_Form1.mail.focus();
return false;
}
if(document.FrontPage_Form1.mail.value.indexOf('.') == -1) {
alert("Ce n'est pas une adresse électronique!");
document.FrontPage_Form1.mail.focus();
return false;
}
{
location.href = "confirmation_audit.html"
}
}
//-->
</script></head><BODY style=background-attachment:fixed; bgcolor=#5A91A5 text=#000000 link=#FFFFFF vlink=#FFFFFF alink=#FF0000><FORM name=FrontPage_Form1 ACTION="mailto:info@computer-solution.qc.ca?SUBJECT=Demande d'intervention Audit" METHOD=POST ENCTYPE=text/plain onsubmit="return verif_FrontPage_Form1(this)"><FONT FACE=Arial SIZE=2 COLOR=#000000><TABLE WIDTH=500 BORDER=0 ALIGN=CENTER style="border-style: ridge"><COL SPAN=2></FONT><TR><TD WIDTH=67% ALIGN=LEFT COLSPAN=2><h4 align=center><font face=Arial color=#800000 size=2>Demande d'intervention Audit</font></h4></TD></TR><tr><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Nom</FONT></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><FONT FACE=Arial SIZE=2><select name=titre size=1> <option selected value=Titre>Titre</option> <option value=Mlle>Mlle</option> <option value=Mme>Mme</option> <option value=Mr>Mr</option> <option value=Dr>Dr</option> </select></FONT><input name=nom value size=31 maxlength=30></TD></FONT></tr><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Prénom</FONT></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=prenom value size=41 maxlength=30></TD></TR></FONT><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>Nom de la Compagnie et statut</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><input name=Societe value size=26><select name=Statut size=1> <option selected value=Statut>Statut</option> <option value=Incorporée>Incorporée</option> <option value=Enrégistrée>Enrégistrée</option> </select></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>N° ENREGISTREMENT</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><input name=Enregistrement value size=41></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>N° TPS & TVQ.</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><font size=2 face=Arial color=#800000><input type=texte name=tps value=TPS onFocus="if (this.value=='TPS') {this.value=''}"><input type=texte name=tvq value=TVQ onFocus="if (this.value=='TVQ') {this.value=''}"></font></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT bgcolor=#00FFFF><FONT FACE=Arial size=2>Fonction</font></TD><TD WIDTH=300 bgcolor=#00FFFF><FONT FACE=Arial SIZE=2><select name=Fonction size=1> <option selected value=Fonction>Fonction</option> <option value="Président (e)">Président (e)</option> <option value="Vice Président (e)">Vice Président (e)</option> <option value="Administrateur Délégué">Administrateur Délégué</option> <option value="Gérant (e)">Gérant (e)</option> <option value="Responsable d'achat">Responsable d'achat</option> </select></FONT></TD></TR><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Adresse<FONT FACE=Arial COLOR=#000000> + N°</FONT></font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=adresse1 value size=36 maxlength=30><FONT FACE=Arial SIZE=2 COLOR=#000000><input name=Numero_de_rue value size=4 maxlength=30></FONT></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Code Postal</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=cp value size=15 maxlength=10></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Ville</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=ville value size=41 maxlength=50></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Province</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><FONT FACE=Arial SIZE=2 COLOR=#000000><input name=province value size=41 maxlength=50></font></TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Téléphone</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=tel value size=15 maxlength=21> </TD></TR></font><TR><TD WIDTH=200 ALIGN=LEFT><FONT FACE=Arial size=2 COLOR=#000000>Télécopie</font></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD WIDTH=300><input name=fax value size=15 maxlength=21></TD></TR></TABLE><FONT FACE=Arial SIZE=2 COLOR=#000000><TABLE WIDTH=500 BORDER=0 ALIGN=CENTER style="border-style: ridge"><COL SPAN=2></FONT></font><TR><TD WIDTH=67% ALIGN=LEFT><h4 align=center><font face=Arial color=#800000 size=2>Etat du réseau actuel</font></h4></TD></TR><TR><TD WIDTH=500 ALIGN=LEFT><p align=center><font face=Arial size=3>Nombre de stations dans le réseau</font></p><p align=center><font face=Arial size=3>1.<input type=checkbox name=Station1 value=1> 2.<input type=checkbox name=Station2 value=1> 3.<input type=checkbox name=Station3 value=1> 4.<input type=checkbox name=Station4 value=1> 5.<input type=checkbox name=Station5 value=1> 6.<input type=checkbox name=Station6 value=1> 7.<input type=checkbox name=Station7 value=1> 8.<input type=checkbox name=Station8 value=1> 9.<input type=checkbox name=Station9 value=1> 10.<input type=checkbox name=Station10 value=1> </font></p><p align=center><font face=Arial size=3> Plus de...</font><FONT FACE=Arial SIZE=2 COLOR=#000000><FONT FACE=Arial SIZE=2><select name=Stations size=1 style="background-color: #00FFFF"> <option value="- - - - - - - - -" selected>- - - - - - - - -</option> <option value=20>20</option> <option value=30>30</option> <option value=40>40</option> <option value=50>50</option> <option value=60>60</option> <option value=70>70</option> <option value=80>80</option> <option value=90>90</option> <option value=100>100</option> </select></FONT></font></p></TD></TR><TR><TD WIDTH=500 ALIGN=LEFT><p align=center> </p><p align=center><font face=Arial color=#000000 size=3>Operating system employé dans le réseau</font></p><FONT FACE=Arial SIZE=2 COLOR=#000000><p align=center><FONT FACE=Arial SIZE=2><select name=Windows1 size=1> <option value=STATION selected>STATION</option> <FONT FACE=Arial SIZE=2><option value="Windows NT">Windows NT</option> <FONT FACE=Arial SIZE=2><option value="Windows 2000 PRO">Windows 2000 PRO</option> <FONT FACE=Arial SIZE=2><option value="Windows XP PRO">Windows XP PRO</option> </FONT></FONT></FONT></select><select name=Windows2 size=1> <option value=STATION selected>STATION</option> <FONT FACE=Arial SIZE=2><option value="Windows NT">Windows NT</option> <FONT FACE=Arial SIZE=2><option value="Windows 2000 PRO">Windows 2000 PRO</option> <FONT FACE=Arial SIZE=2><option value="Windows XP PRO">Windows XP PRO</option> </FONT></FONT></FONT></select><select name=Windows3 size=1> <option value=STATION selected>STATION</option> <FONT FACE=Arial SIZE=2><option value="Windows NT">Windows NT</option> <FONT FACE=Arial SIZE=2><option value="Windows 2000 PRO">Windows 2000 PRO</option> <FONT FACE=Arial SIZE=2><option value="Windows XP PRO">Windows XP PRO</option> </FONT></FONT></FONT></select></FONT></p><p align=center><font face=Arial color=#000000 size=3>Operating system employé dans le </font></font><font face=Arial color=#000000 size=3>Serveur</font></p><FONT FACE=Arial SIZE=2 COLOR=#000000><p align=center><FONT FACE=Arial SIZE=2><select name=Windows4 size=1 style="background-color: #00FFFF"> <option value=SERVEUR selected>SERVEUR</option> <option value="Windows NT SERVEUR">Windows NT SERVEUR</option> <option value="Windows 2000 SERVEUR">Windows 2000 SERVEUR</option> <option value="Windows 2003 SERVEUR">Windows 2003 SERVEUR</option> </select></FONT></TD></TR><FONT FACE=Arial SIZE=2 COLOR=#000000></TABLE><TABLE WIDTH=499 BORDER=0 ALIGN=CENTER height=258 style="border-style: ridge"><COL SPAN=2></FONT><TR><TD COLSPAN=2 height=21 width=491><h4 align=center><font face=Arial color=#800000 size=2>Adresse électronique Internet</font></h4></TD></TR><FONT FACE=Arial SIZE=2 COLOR=#000000><TR><TD WIDTH=189 ALIGN=LEFT height=25><b>Courriel</b></TD><TD WIDTH=296 height=25><input name=mail value size=41></TD></TR><TR><TD COLSPAN=2 height=176 width=491><TEXTAREA NAME="message" COLS=58 ROWS=8>Nous vous remercions de bien vouloir rentrer en contact avec nous.</TEXTAREA></TD></TR></TABLE></FONT><HR WIDTH=500 SIZE=8><TABLE WIDTH=500 BORDER=0 ALIGN=CENTER><COL BGCOLOR=#000000><COL><TR><TD BGCOLOR=#800000><B><FONT FACE=Arial SIZE=2 COLOR=#FFFFFF> Envoyez votre demande (</FONT><font face=Arial size=2 color=#FFFFFF>Courriel)</font></B></TD><FONT FACE=Arial SIZE=2 COLOR=#000000><TD BGCOLOR=#800000><p align=center><input type=submit value=Envoyer><input type=reset value=Annuler></p></TD></TR></TABLE></FORM><FONT FACE=Arial SIZE=2 COLOR=#000080><i><DIV ALIGN=center><P><B>Merci de votre confiance</B>.</DIV><DIV ALIGN=center><P><img border=0 src=images/Banniere/Banniere.gif width=468 height=60></DIV><DIV ALIGN=center><P> </DIV></i></FONT>
</script></font></BODY></HTML>
et voilà
Pas de problème ...que de solutions