Jump to content

I3erk

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by I3erk

  1. Thanks Fugix !!! It worked perfectly.
  2. Hi, I have written up this page, and everything works perfectly. The only problem is the accents do not show properly when the page is viewed. The url is: www.maisonsbellevue.com/New-Sales-Rep-Contact-Form-fr.php The code is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <html xmlns="http://www.w3.org/1999/xhtml" lang="en, fr" xml:lang="en, fr"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Formulaire de Contact d'un Agent de Vente Nouveau</title> <style type="text/css"> body { <!--background-image:url('images/mb-background65.png') ; --> background-repeat:no-repeat; } #apDiv2 { position:absolute; width:100%; height:100%; z-index:1; left: 159px; top: 100px; background-image:url('images/mb-New-Reps.psd') ; background-repeat:no-repeat; border-color:#999; border-width:medium; } </style> </head> <body bgcolor="white"> <div id="apDiv2"> <br /> <br /> <br /> <br /> <br /> <br /> <h2> <u>Formulaire de demande d'emploi pour un Agent de Vente</u> </h2> <br /> <form position:relative method="post" action="SalesFormData-fr.php"> Prenom:<input type="text" size="36" maxlength="36" name="Fname"><br /> Nom:<input type="text" size="36" maxlength="36" name="Lname"><br /> Téléphone (jour):<input type="text" size="14" maxlength="12" name="Dphone">Ext:<input type="text" size="6" maxlength="6" name="Ext"><br /> Téléphone (soir):<input type="text" size="14" maxlength="12" name="Ephone"><br /> Téléphone (cellular):<input type="text" size="14" maxlength="12" name="Cphone"><br /> Courriel:<input type="text" size="50" maxlength="50" name="Email"><br /> Site Web:<input type="text" size="50" maxlength="50" name="website"><br /> Emplacement actuel:<input type="text" size="50" maxlength="50" name="current"><br /> Emplacement désiré:<input type="text" size="50" maxlength="50" name="desired"><br /> <br /> <textarea rows="8" cols="93" name="additional" wrap="physical">S'il vous plaît entrer toute information supplémentaire.</textarea><br /> <br /> <table width=100%><tr><td width=22%></td><td width=50% ><input type="submit" value="submit" name="submit"></td><td width=28%></td></table> </form> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21884704-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
  3. Hyster, if i change <form id="form1" name="form1" method="post" action="http://www.maisonsbellevue.com"> to <form id="form1" name="form1" method="post" action="http://www.maisonsbellevue.com/test.php"> Wont it take the clients to the test.php page instead of sending them to the homepage upon clicking the submit button? Is there a way to do both? (ie: have 2 actions for 1 button, such as storing the selected option into a table on a new page, while still sending the client to the website homepage)
  4. would that still retrieve the value even if it is a different page? or does it have to be on the same page as the combobox
  5. I am quite new to web programming and i am trying to make a ComboBox for my website. I have looked online, but i was unable to find anything on how to do this. This ComboBox will be on a promo page for the website. Right now, i created the ComboBox and it works perfectly. The next thing i want to do are 2 things (and have them done simultaneously): 1. when the submit button is clicked, i want it to store whatever is selected in the ComboBox into a database/spreadsheet, in order to determine the number of times the option is selected. 2. when the submit button is clicked, the client will then get sent to the website homepage. Can anyone point me in the right direction as to how i can go about doing this? Thanks. I3erk <form id="form1" name="form1" method="post" action="http://www.maisonsbellevue.com"> <select name="frmhowhear" id="frmhowhear"> <option value="">Select one…</option> <option value="Courrier Laval">Courrier Laval</option> <option value="L'Étoile">L'Étoile</option> <option value="Le Progress">Le Progress</option> <option value="Le Richelieu">Le Richelieu</option> <option value="Le Mirabel">Le Mirabel</option> <option value="L'Information du Nord">L'Information du Nord</option> <option value="Le Regional">Le Regional</option> <option value="The Gazette">The Gazette</option> <option value="Tremblant Express">Tremblant Express</option> <option value="La Flèche">La Flèche</option> <option value="Brochure">Brochure</option> <option value="Recommendation">Recommendation</option> </select>
  6. I an quite new to web programming and i and trying to make a ComboBox for my website. This ComboBox will be on a promo page for the website. Right now, i created the ComboBox and it works perfectly. The next thing i want to do are 2 things (and have them done simultaneously): 1. when the submit button is clicked, i want it to save whatever is selected in the ComboBox into a database/spreadsheet, in order to determine the number of times the option is selected. 2. when the submit button is clicked, the client will then get sent to the website homepage. Can anyone point me in the right direction as to how i can go about doing this? Thanks. I3erk <form id="form1" name="form1" method="post" action="http://www.maisonsbellevue.com"> <select name="frmhowhear" id="frmhowhear"> <option value="">Select one…</option> <option value="Courrier Laval">Courrier Laval</option> <option value="L'Étoile">L'Étoile</option> <option value="Le Progress">Le Progress</option> <option value="Le Richelieu">Le Richelieu</option> <option value="Le Mirabel">Le Mirabel</option> <option value="L'Information du Nord">L'Information du Nord</option> <option value="Le Regional">Le Regional</option> <option value="The Gazette">The Gazette</option> <option value="Tremblant Express">Tremblant Express</option> <option value="La Flèche">La Flèche</option> <option value="Brochure">Brochure</option> <option value="Recommendation">Recommendation</option> </select> <input type="submit" value="Continue to Maisons Bellevue"> </form>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.