home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / R1 / help / getcleverwin / registrier_win.php3.bak < prev    next >
Encoding:
Text File  |  2000-10-12  |  20.2 KB  |  356 lines

  1. <?
  2. include ("../lib/config/global_config.php3");
  3. include ("../lib/phpDB/connect.php3");
  4. include ("../lib/phpDB/db.php3");
  5. $db=new db_connect;
  6. $db->openDB($global_DBServer,$global_DBUser,$global_DBPassword);
  7. $db->setDatabase($global_DBName);
  8. // fuer anmerkungen neben falsch ausgefuellten feldern:
  9. $errormsg = "<span style=\"color:#ff0000;font-size=10px;\"><b>[</b>error!<b>]</b></span>"
  10.  
  11. ?>
  12.  
  13. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  14. <html>
  15. <head>
  16.     <title><?echo$global_title?></title>
  17. <link rel="stylesheet" href="../main.css">
  18. </head>
  19. <body>
  20. <? echo "<!-- error: $errors -->"; ?>
  21. <img src="/cgi-bin/ivw/CP<? echo $PHP_SELF;?>" width=1 height=1><br>
  22. <img src="gfx/regist.gif" width=135 height=29 alt="" border="0"><br><br>
  23. <table width="370" border="0" cellspacing="0" cellpadding="0">
  24. <tr><td colspan="2"><h1>Rules of participation:</h1>
  25. <span>Everyone has the right to participate in the draw. Void where prohibited or 
  26. restricted by law or regulation. Employees of Reemtsma and their immediate family 
  27. members, regardless of where they live, or persons who reside in the same household, 
  28. whether related or not, are not eligible to play. In order to particepate you must be at least 18 years old. Each person can participate only once.<br><br>
  29. All entrants agree that their addresses will be stored in accordance with the data 
  30. protection law. Winners will be selected by a random draw. The draw will be performed 
  31. electronically through a randomizer program. Reemtsma reserves the right in its sole 
  32. discretion to suspend or terminate the sweepstakes. 
  33. </span><br><br>
  34. <a name="eingaben"><span><i>Fields marked with * are optional, all others have to be completed in order to be able to participate.</i></span></a></td></tr>
  35. <form action="registrier_win2.php3" method="GET" enctype="application/x-www-form-urlencoded" name="Register2Form">
  36. <input type=hidden name="bildid" value="<? echo $bildid; ?>">
  37. <input type=hidden name="lwort" value="<? echo $lwort; ?>">
  38. <input type=hidden name="version" value="<? echo $version;?>">
  39. <tr>
  40. <td><font>First Name:</font></td>
  41. <td><input type="Text" name="firstname" size="15" maxlength="40" VALUE="<? echo $firstname;?>"><? if ($errors[0]==1) echo $errormsg; ?></td>
  42. </tr>
  43. <tr>
  44. <td><font>Last Name:</font></td>
  45. <td><input type="Text" name="lastname" size="15" maxlength="40" VALUE="<? echo $lastname?>"><? if ($errors[1]==1) echo $errormsg; ?></td>
  46. </tr>
  47. <tr>
  48. <td><font>Date of Birth:</font></td>
  49. <td ><input type="Text" name="month" size="2" maxlength="2" VALUE="<? if (isset($month)) echo $month; else echo "MM";?>"> <input type="Text" name="day" size="2" maxlength="2" VALUE="<? if (isset($day)) echo $day; else echo "DD";?>"> <input type="Text" name="year" size="4" maxlength="4" VALUE="<? if (isset($year)) echo $year; else echo "YYYY";?>"><? if ($errors[3]==1 || $errors[4]==1 || $errors[5]==1) echo $errormsg; ?></td>
  50. </tr>
  51. <tr>
  52. <td><font>Gender:</font></td>
  53. <td><input type="Radio" name="weiblich" value="1" checked> <font>female</font><input type="Radio" name="weiblich" value="0"> <font>male</font></td>
  54. </tr>
  55. <tr>
  56. <td><font>Street/No.:</font></td>
  57. <td><input type="Text" name="street" size="15" maxlength="40" value="<? echo $street; ?>"><? if ($errors[2]==1) echo $errormsg; ?></td>
  58. </tr>
  59. <tr>
  60. <td><font>Phone*:</font></td>
  61. <td ><input type="Text" name="phone" size="15" maxlength="40"></td>
  62. </tr>
  63. <tr>
  64. <td><font>Zip/City:</font></td>
  65. <td><input type="Text" name="zip" size="15" maxlength="40" VALUE="<? echo $zip; ?>"><? if ($errors[7]==1) echo $errormsg; ?></td>
  66. </tr>
  67. <tr>
  68. <td><font>Country:</font></td>
  69. <td><select name="country">
  70.                 <option value=0>please choose</option>
  71.                 <option value='1'>ANDORRA</option><option value='2'>AUSTRIA</option><option value='3'>BELGIUM</option><option value='4'>BOSNIA AND HERZEGOWINA</option><option value='5'>BULGARIA</option><option value='6'>CROATIA</option><option value='7'>CYPRUS</option><option value='8'>CZECH REPUBLIC</option><option value='9'>DENMARK</option><option value='10'>ESTONIA</option><option value='11'>FINLAND</option><option value='12'>FRANCE</option><option value='13'>GERMANY</option><option value='14'>GIBRALTAR</option><option value='15'>GREECE</option><option value='16'>GREENLAND</option><option value='17'>HUNGARY</option><option value='18'>ICELAND</option><option value='19'>IRELAND</option><option value='20'>ISRAEL</option><option value='21'>ITALY</option><option value='22'>LATVIA</option><option value='23'>LIECHTENSTEIN</option><option value='24'>LITHUANIA</option><option value='25'>LUXEMBOURG</option><option value='26'>MACEDONIA</option><option value='27'>MOLDOVA</option><option value='28'>MONACO</option><option value='29'>MONTSERRAT</option><option value='30'>NETHERLANDS</option><option value='31'>NORWAY</option><option value='46'>other</option><option value='99'>others</option><option value='32'>POLAND</option><option value='33'>PORTUGAL</option><option value='34'>ROMANIA</option><option value='35'>SAN MARINO</option><option value='36'>SLOVAKIA</option><option value='37'>SLOVENIA</option><option value='38'>SPAIN</option><option value='39'>SWEDEN</option><option value='40'>SWITZERLAND</option><option value='41'>TURKEY</option><option value='42'>UKRAINE</option><option value='43'>UNITED KINGDOM</option><option value='44'>VATICAN CITY STATE</option><option value='45'>YUGOSLAVIA</option>                                                       
  72.         </select><? if ($errors[8]==1) echo $errormsg; ?></td>
  73. </tr>
  74. <tr>
  75. <td valign="top"><font>Smoker/Brand*:</font></td>
  76. <td><input type="Radio" name="smoker" value="1" checked> <font>Yes</font><input type="Radio" name="smoker" value="0"> <font>No</font>
  77.     <input type="text" name="brand" size="15" maxlength=40><? if ($errors[9]==1) echo $errormsg; ?>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td colspan=2 align="center"><img src="../gfx/blank.gif" width=1 height=40 alt="" border="0"><input type="Submit" name="submit" value="Let me in">   <input type="reset" name="reset" value="Delete my entries"></td>
  82. </tr>
  83. <tr>
  84. <td colspan="3"><br><input type="Radio" name="ichwill" value="1" checked> <font>I agree to allow R1 to save the 
  85. information that I have entered, and to use it in the future to inform me of events or promotions 
  86. and/or send me trial products.</font><br><br></td>
  87. </tr>
  88. <tr>
  89. <td colspan="3"><input type="Radio" name="ichwill" value="0"> <font>I do not agree with 
  90. the above! Ok, then please click on this field and your address will be deleted from R1<sup><span>®</span></sup> 's files.</font></td>
  91. </tr>
  92. </form>
  93. </table>
  94. <br>
  95. </body>
  96. </html>
  97.  
  98. <!--                  #######################################    -->
  99.  
  100. <?
  101.  
  102. include ("../lib/config/global_config.php3");
  103. include ("../lib/phpDB/connect.php3");
  104. include ("../lib/phpDB/db.php3");
  105. include ("../lib/helper.php3");
  106.  
  107. $db=new db_connect;
  108. $db->openDB($global_DBServer,$global_DBUser,$global_DBPassword);
  109. $db->setDatabase($global_DBName);
  110.  
  111. if ($DBRUN==1):
  112.  
  113.     /*
  114.     **    Abfrage der Registrierungdaten
  115.     */
  116.     if ($firstname=="") { $errormsg="Bitte Voramen eingeben."; $error_first=1; }
  117.     elseif ($lastname=="") { $errormsg="* Bitte Namen eingeben."; $error_last=1; }
  118.     elseif ($email=="" || !ereg("^([a-zA-Z0-9\.\_\-]+)@([a-zA-Z0-9\.\-]+\.[A-Za-z][A-Za-z]+)$", $email)) { $errormsg = "* Bitte E-Mail Adresse überprüfen.\n z.B.: name@email.de "; $error_email=1; }
  119.     elseif (checkBirth($myDay,$myMonth,$myYear) != 1) { echo "<META HTTP-EQUIV='Refresh' CONTENT=0;URL=too_young.php3>"; }
  120.     elseif ($street=="") { $errormsg="Bitte geben Sie eine Strasse ein."; $error_street = 1; }
  121.     elseif ($zip=="" || $city=="") { $errormsg="Bitte fⁿllen die Felder PLZ und Ort aus.";  $error_zip = 1; }
  122.     elseif ($country==0) { $errormsg="Bitte wählen Sie ein Land aus."; }
  123.     elseif ($brand==0) { $errormsg="Bitte wählen Sie eine Marke aus."; }    
  124.     else {
  125.             /* Birthdate zusammensetzen */
  126.             $birthdate = "$myYear-$myMonth-$myDay 00:00:00";
  127.             
  128.             /* CreationDate */
  129.             $creationdate = date("Y-m-d H:i:s");
  130.  
  131.             $dbquery=new db_query;
  132.             $dbquery->db_connect($db);
  133.             $insert = "INSERT INTO gewinnspiel_user2 (first, last, email, birthdate, phone, street, zip, city, country, brand, werbung, pictureid, creationdate, gender, smoker) VALUES ('$firstname', '$lastname', '$email', '$birthdate', '$phone', '$street' ,'$zip', '$city', '$country', '$brand', '$werbung', '$bildid', '$creationdate', '$gender', '$smoker')";
  134.             $dbquery->sendQuery($insert);
  135.             echo "<META HTTP-EQUIV='Refresh' CONTENT=0;URL=bestaet_win.php3>";
  136.         }
  137. endif;
  138.  
  139. ?>
  140.  
  141. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  142. <html>
  143. <head>
  144.     <title><?echo$global_title?></title>
  145. <link rel="stylesheet" href="../main.css">
  146. </head>
  147. <body>
  148. <img src="/cgi-bin/ivw/CP<? echo $PHP_SELF;?>" width=1 height=1><br>
  149. <img src="gfx/regist.gif" width=135 height=29 alt="" border="0"><br><br>
  150. <table width="370" border="0" cellspacing="0" cellpadding="0">
  151. <tr><td colspan="2"><h1>Rules of participation:</h1>
  152. <span>Everyone has the right to participate in the draw. Void where prohibited or 
  153. restricted by law or regulation. Employees of Reemtsma and their immediate family 
  154. members, regardless of where they live, or persons who reside in the same household, 
  155. whether related or not, are not eligible to play. In order to particepate you must be at least 18 years old. Each person can participate only once.<br><br>
  156. All entrants agree that their addresses will be stored in accordance with the data 
  157. protection law. Winners will be selected by a random draw. The draw will be performed 
  158. electronically through a randomizer program. Reemtsma reserves the right in its sole 
  159. discretion to suspend or terminate the sweepstakes. 
  160. </span><br><br>
  161. <a name="eingaben"><span><i>Fields marked with * are optional, all others have to be completed in order to be able to participate.</i></span></a><br>
  162. <h4><? if ($errormsg) { echo $errormsg; } ?></h4>
  163. </td>
  164. </tr>
  165. <form action="registrier_win.php3" method="GET" enctype="application/x-www-form-urlencoded" name="Register2Form">
  166. <input type=hidden name="DBRUN" value="1">
  167. <input type=hidden name="bildid" value="<? echo $bildid; ?>">
  168. <input type=hidden name="lwort" value="<? echo $lwort; ?>">
  169. <input type=hidden name="version" value="<? echo $version;?>">
  170. <tr>
  171.     <td><font>first name:</font></td>
  172.     <td><input type="Text" name="firstname" size="15" maxlength="40" VALUE="<? echo $firstname;?>"></td>
  173. </tr>
  174. <tr>
  175.     <td><font>last name:</font></td>
  176.     <td><input type="Text" name="lastname" size="15" maxlength="40" VALUE="<? echo $lastname; ?>"></td>
  177. </tr>
  178. <tr>
  179.     <td><font>email:</font></td>
  180.     <td><input type="Text" name="email" size="15" maxlength="40" VALUE="<? echo $email; ?>"></td>
  181. </tr>
  182. <tr>
  183.     <td><font>birth date:</font></td>
  184.     <td><input type="Text" name="myDay" size="2" maxlength="2" value="<? echo $myDay; ?>"><input type="Text" name="myMonth" size="2" maxlength="2" value="<? echo $myMonth; ?>"><input type="Text" name="myYear" size="4" maxlength="4" value="<? echo $myYear; ?>"></td>
  185. </tr>
  186. <tr>
  187.     <td><font>gender:</font></td>
  188.     <td><input type="Radio" name="gender" value="female" checked> <font>weiblich</font><input type="Radio" name="gender" value="male"> <font>männlich</font></td>
  189. </tr>
  190. <tr>
  191.     <td><font>street:</font></td>
  192.     <td><input type="Text" name="street" size="15" maxlength="40" value="<? echo $street; ?>"></td>
  193. </tr>
  194. <tr>
  195.     <td><font>phone*:</font></td>
  196.     <td ><input type="Text" name="phone" size="15" maxlength="40"></td>
  197. </tr>
  198. <tr>
  199.     <td><font>zip / city:</font></td>
  200.     <td><input type="Text" name="zip" size="5" maxlength="15" VALUE="<? echo $zip; ?>"><input type="Text" name="city" value="<? echo $city; ?>" size="10" maxlength="40"></td>
  201. </tr>
  202. <tr>
  203.     <td><font>country:</font></td>
  204.     <td><select name="country">
  205.                 <option value=0>Please choose</option>
  206.                 <option value='1'>ANDORRA</option><option value='2'>AUSTRIA</option><option value='3'>BELGIUM</option><option value='4'>BOSNIA AND HERZEGOWINA</option><option value='5'>BULGARIA</option><option value='6'>CROATIA</option><option value='7'>CYPRUS</option><option value='8'>CZECH REPUBLIC</option><option value='9'>DENMARK</option><option value='10'>ESTONIA</option><option value='11'>FINLAND</option><option value='12'>FRANCE</option><option value='13'>GERMANY</option><option value='14'>GIBRALTAR</option><option value='15'>GREECE</option><option value='16'>GREENLAND</option><option value='17'>HUNGARY</option><option value='18'>ICELAND</option><option value='19'>IRELAND</option><option value='20'>ISRAEL</option><option value='21'>ITALY</option><option value='22'>LATVIA</option><option value='23'>LIECHTENSTEIN</option><option value='24'>LITHUANIA</option><option value='25'>LUXEMBOURG</option><option value='26'>MACEDONIA</option><option value='27'>MOLDOVA</option><option value='28'>MONACO</option><option value='29'>MONTSERRAT</option><option value='30'>NETHERLANDS</option><option value='31'>NORWAY</option><option value='46'>other</option><option value='99'>others</option><option value='32'>POLAND</option><option value='33'>PORTUGAL</option><option value='34'>ROMANIA</option><option value='35'>SAN MARINO</option><option value='36'>SLOVAKIA</option><option value='37'>SLOVENIA</option><option value='38'>SPAIN</option><option value='39'>SWEDEN</option><option value='40'>SWITZERLAND</option><option value='41'>TURKEY</option><option value='42'>UKRAINE</option><option value='43'>UNITED KINGDOM</option><option value='44'>VATICAN CITY STATE</option><option value='45'>YUGOSLAVIA</option>                                                       
  207.         </select></td>
  208. </tr>
  209. <tr>
  210. <td valign="top"><font>Raucher/<br>Cigarettenmarke*:</font></td>
  211. <td><input type="Radio" name="smoker" value="1" checked> <font>Ja</font><input type="Radio" name="smoker" value="0"> <font>Nein</font>
  212.     <select name="brand">
  213.                 <option VALUE="0">-- Please choose your brand --</option>
  214.                 <option VALUE="10031883000">Pall Mall Light</option>
  215.                 <option VALUE="10031880100">Pall Mall de Luxe</option>
  216.                 <option VALUE="10031882000">Pall Mall 100</option>
  217.                 <option VALUE="10031881500">Pall Mall Filter</option>
  218.                 <option VALUE="10031883500">Pall Mall Menthol</option>
  219.                 <option VALUE="10011201000">P&S Filter</option>
  220.                 <option VALUE="10071770100">Nil Orient</option>
  221.                 <option VALUE="10071770500">Nil Filter</option>
  222.                 <option VALUE="10031740500">New Look Menthol</option>
  223.                 <option VALUE="10031741000">New Look Lights</option>
  224.                 <option VALUE="10031740100">New Look</option>
  225.                 <option VALUE="10061553500">Marlboro Ultra</option>
  226.                 <option VALUE="10061551000">Marlboro Menthol</option>
  227.                 <option VALUE="10061553000">Marlboro Medium</option>
  228.                 <option VALUE="10061552500">Marlboro Lights Menthol</option>
  229.                 <option VALUE="10061552000">Marlboro Lights 100</option>
  230.                 <option VALUE="10061550500">Marlboro Lights</option>
  231.                 <option VALUE="10061551500">Marlboro 100</option>
  232.                 <option VALUE="10061550100">Marlboro</option>
  233.                 <option VALUE="10031481500">Lucky Strike Ultra</option>
  234.                 <option VALUE="10031481000">Lucky Strike Lights</option>
  235.                 <option VALUE="10031480500">Lucky Strike Filter</option>
  236.                 <option VALUE="10031480100">Lucky Strike</option>
  237.                 <option VALUE="10042840500">LR Lights</option>
  238.                 <option VALUE="10042840100">LR Brand</option>
  239.                 <option VALUE="10041462000">Lord Ultra 100</option>
  240.                 <option VALUE="10041461000">Lord Ultra</option>
  241.                 <option VALUE="10041463000">Lord Lights</option>
  242.                 <option VALUE="10041460100">Lord Extra 100</option>
  243.                 <option VALUE="10041460100">Lord Extra</option>
  244.                 <option VALUE="10061391500">L+M Lights</option>
  245.                 <option VALUE="10061391000">L+M Full Flavour</option>
  246.                 <option VALUE="10061390500">L+M 100</option>
  247.                 <option VALUE="10011203100">JPS Am. Blend Lights</option>
  248.                 <option VALUE="10011203000">JPS Am. Blend</option>
  249.                 <option VALUE="10031121000">HB Lights</option>
  250.                 <option VALUE="10031121500">HB 907</option>
  251.                 <option VALUE="10031120500">HB 100</option>
  252.                 <option VALUE="10031120100">HB</option>
  253.                 <option VALUE="10041042000">Golden American Ultra
  254.                 <option VALUE="10041042500">Golden American Menthol
  255.                 <option VALUE="10041041000">Golden American Lights
  256.                 <option VALUE="10041041500">Golden American Classic
  257.                 <option VALUE="10041040600">Golden American 100 Big
  258.                 <option VALUE="10041040500">Golden American 100
  259.                 <option VALUE="10041040100">Golden American
  260.                 <option VALUE="10031000500">Gitanes Bout Filtre
  261.                 <option VALUE="10031001500">Gitanes Blondes Legere
  262.                 <option VALUE="10031001000">Gitanes Blondes
  263.                 <option VALUE="10031000100">Gitanes
  264.                 <option VALUE="10030970100">Gauloises Caporal
  265.                 <option VALUE="10030970500">Gauloises Caporal filtre
  266.                 <option VALUE="10030972500">Gauloises Blondes Legere
  267.                 <option VALUE="10030972000">Gauloises Blondes
  268.                 <option VALUE="10060891000">F6 Lights
  269.                 <option VALUE="10060891500">F6 King Size
  270.                 <option VALUE="10060892000">F6 Blue
  271.                 <option VALUE="10060890500">F6 100
  272.                 <option VALUE="10060890100">F6
  273.                 <option VALUE="10010830100">Ernte 23
  274.                 <option VALUE="10010661500">Davidoff Mild
  275.                 <option VALUE="10010660100">Davidoff Magnum
  276.                 <option VALUE="10010662000">Davidoff Lights
  277.                 <option VALUE="10010660500">Davidoff King Size
  278.                 <option VALUE="10010661000">Davidoff Classic
  279.                 <option VALUE="10060511000">Chesterfield O.C. Lights
  280.                 <option VALUE="10060510500">Chesterfield O.C.
  281.                 <option VALUE="10050433000">Camel Mild
  282.                 <option VALUE="10050433500">Camel Medium
  283.                 <option VALUE="10050434500">Camel Lights
  284.                 <option VALUE="10050435000">Camel Full Flavour
  285.                 <option VALUE="10050432000">Camel Filter 100
  286.                 <option VALUE="10050430100">Camel Filter
  287.                 <option VALUE="10050431000">Camel
  288.                 <option VALUE="10010400500">Cabinet Wⁿrzig
  289.                 <option VALUE="10010400100">Cabinet Mild
  290.                 <option VALUE="10010401500">Cabinet Lights
  291.                 <option VALUE="10010401000">Cabinet 100
  292.                 <option VALUE="10030271500">Benson & Hedges A.B. Lights
  293.                 <option VALUE="10030180100">Auslese de Luxe
  294.                 <option VALUE="10030180500">Auslese de Luxe 100
  295.                 <option VALUE="10010400100">Cabinet
  296.                 <option VALUE="10030270100">Benson & Hedges
  297.                 <option VALUE="10030271000">Benson & Hedges A.B.
  298.                 <option VALUE="10030270500">Benson & Hedges 100
  299.                 <option VALUE="10031881000">Pall Mall ohne Filter
  300.                 <option VALUE="10031884000">Pall Mall Ultra
  301.                 <option VALUE="10012070100">Peter Stuyvesant
  302.                 <option VALUE="10012070500">Peter Stuyvesant Lights
  303.                 <option VALUE="10061951000">Philip Morris Light American
  304.                 <option VALUE="10061952000">Philip Morris One-1
  305.                 <option VALUE="10032040100">Prince Denmark
  306.                 <option VALUE="10032041000">Prince Denmark 100
  307.                 <option VALUE="10032042000">Prince Lights
  308.                 <option VALUE="10032043000">Prince Medium
  309.                 <option VALUE="10032041500">Prince Menthol
  310.                 <option VALUE="10012080100">R1
  311.                 <option VALUE="10012081500">R1 Forte
  312.                 <option VALUE="10012082000">R1 Longline
  313.                 <option VALUE="10012081000">R1 Minima
  314.                 <option VALUE="10012080500">R1 Slimline
  315.                 <option VALUE="10012090100">R6
  316.                 <option VALUE="10012090500">R6 100
  317.                 <option VALUE="10022200100">Roth-Haendle
  318.                 <option VALUE="10022201500">Roth-Haendle Blond
  319.                 <option VALUE="10022200500">Roth-Haendle Filter
  320.                 <option VALUE="10042210500">Rothmans international
  321.                 <option VALUE="10042210100">Rothmans King Size
  322.                 <option VALUE="10042212000">Rothmans Lights
  323.                 <option VALUE="10012740100">West
  324.                 <option VALUE="10012742000">West Lights
  325.                 <option VALUE="10012745500">West Ultra
  326.                 <option VALUE="10012743700">West Ice
  327.                 <option VALUE="10012740500">West 100
  328.                 <option VALUE="10012743000">West Lights 100
  329.                 <option VALUE="10042780100">Winfield Full Flavour
  330.                 <option VALUE="10042780500">Winfield Lights
  331.                 <option VALUE="80006281400">Other tabacco
  332.                 <option VALUE="10002400000">Other filter tipped cigarettes
  333.         </select>    
  334. </td>
  335. </tr>
  336. <tr>
  337. <td colspan=2 align="center"><img src="../gfx/blank.gif" width=1 height=40 alt="" border="0"><input type="Submit" name="submit" value="Teilnehmen">   <input type="reset" name="reset" value="Einträge löschen"></td>
  338. </tr>
  339. <tr>
  340. <td colspan="3"><br><input type="Radio" name="werbung" value="1" checked> <font>I agree to allow R1 to save the
  341. information that I have entered, and to use it in the future to inform me of events or promotions 
  342. and/or send me trial products.</font><br><br></td>
  343. </tr>
  344. <tr>
  345. <td colspan="3"><input type="Radio" name="werbung" value="0"> <font>I do not agree with 
  346. the above! Ok, then please click on this field and your address will be deleted from R1<sup><span>®</span></sup>'s files.
  347. </font></td>
  348. </tr>
  349. </form>
  350. </table>
  351. <br>
  352. </body>
  353. </html>
  354.  
  355.  
  356.