WinFuture-Forum.de: Contact Formular Problem - WinFuture-Forum.de

Zum Inhalt wechseln

Nachrichten zum Thema: Entwicklung
Seite 1 von 1

Contact Formular Problem Firefox geht es.. beim IE nicht!


#1 Mitglied ist offline   Ensy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 875
  • Beigetreten: 11. April 04
  • Reputation: 0
  • Geschlecht:Männlich
  • Wohnort:Atlanta
  • Interessen:Wife

geschrieben 10. August 2006 - 14:23

Hallo wie oben der Titel.

Hab hier ein Contact Formular. Dies geht nur beim Firefox im IE geht es nicht.
Vieleicht weiss jemand Weiter!

Bitte nicht rum Spammen: LINK: http://nitzling.de/contact_us.php

CODE:

<?php
/*
  $Id: contact_us.php,v 1.42 2003/06/12 12:17:07 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
// Adresse, an die die Formulardaten gesendet werden sollen:
// $mailto = "[email protected]";
$mailto = "[email protected]";

  require('includes/application_top.php');

  require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CONTACT_US);


  $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US));
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html <?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo TITLE; ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<style type="text/css">
<!--

.caution			{ color: red; font-weight: bold; }

#anrede {font-size: 12px;
		}

input.norm {padding: 2px;
			font-size: 12px;
			width: 300px; 
			color: #000000; 
			border: 1px solid #cccccc;
		}

input.plz {padding: 2px;
			margin-right: 1px;
			font-size: 12px;
			width: 46px; 
			color: #000000; 
			border: 1px solid #cccccc;
		}

input.ort {padding: 2px;
			font-size: 12px;
			width: 244px; 
			color: #000000; 
			border: 1px solid #cccccc;
		}

input.name {padding: 2px;
			margin-right: 1px;
			font-size: 12px;
			width: 145px; 
			color: #000000; 
			border: 1px solid #cccccc;
		}

textarea {  padding: 2px;
			font-size: 12px;
			height: 65px;
			width: 300px; 
			color: #000000; 
			border: 1px solid #cccccc;
			}

legend {
			font-size: 14px;
			font-weight: bold;
			padding: 0px 5px 10px 5px;
			}

fieldset {
		padding: 6px;
		border: 1px solid #33CCFF;
		background-color: #F4F4F4;
}		
.Stil2 {
	font-size: 9px;
	color: #666666;
}
.Stil3 {color: #666666}
.Stil4 {
	font-size: 12px;
	color: #996600;
	font-weight: bold;
}
-->
</style>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" style="background-color: 33CCFF;">
<!-- header //-->
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3" style="background-color: #FFFFFF;">
  <tr>
	<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
	</table></td>
<!-- body_text //-->
	<td width="100%" valign="top"><?php //echo tep_draw_form('contact_us', tep_href_link(FILENAME_CONTACT_US, 'action=send')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
		  <tr>
			<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
			<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
		  </tr>
		</table></td>
	  </tr>
	  <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>
<?php
/*  if ($messageStack->size('contact') > 0) {

	  <tr>
		<td><?php echo $messageStack->output('contact'); ?></td>
	  </tr>
	  <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>
  }
  */



//  if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'success')) {
?>
	  <tr>
		<td class="main" align="center"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE, '0', '0', 'align="left"') . TEXT_SUCCESS; ?></td>
	  </tr>
	  <tr>
		<td><?php //echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>
	  <tr>
		<td><table border="0" width="100%" cellspacing="1" cellpadding="2">
		  <tr>
			<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
			  <tr>
				<td width="10"><?php // echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
				<td align="right"><?php //echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
				<td width="10"><?php //echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
			  </tr>
			</table></td>
		  </tr>
		</table></td>
	  </tr>
<?php
//  } else {
?>
	  <tr>
		<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
		  <tr>
			<td>
<?php
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


if (
(substr_count($_POST['anrede'], '@') > 0) || 
(substr_count($_POST['titel'], '@') > 0) || 
(substr_count($_POST['vorname'], '@') > 0) || 
(substr_count($_POST['name'], '@') > 0) || 
(substr_count($_POST['strasse'], '@') > 0) ||
(substr_count($_POST['plz'], '@') > 0) ||
(substr_count($_POST['ort'], '@') > 0) ||
(substr_count($_POST['telefon'], '@') > 0) ||
(substr_count($_POST['mobil'], '@') > 0) ||
(substr_count($_POST['email'], '@') > 1) ||
(substr_count($_POST['nachricht'], '@') > 1) ||
(substr_count($_POST['katalog'], '@') > 0)
){
echo 'Spamfilter wurde aktiviert. Die Email darf nur ein mal und nur an die Originaladresse gesendet werden.';
die();
}
else
{

 $datum = date("j.m.Y");

  // übergebene Variablen ermitteln:
  $anrede = $_POST['anrede'];
  $titel = $_POST['titel'];
  $vorname = $_POST['vorname'];
  $name = $_POST['name'];
  $strasse = $_POST['strasse'];
  $plz = $_POST['plz'];
  $ort = $_POST['ort'];
  $telefon = $_POST['telefon'];
  $mobil = $_POST['mobil'];
  $email = $_POST['email'];
  $nachricht = $_POST['nachricht'];
  $katalog = $_POST['katalog'];
  
  // Überprüfungen der Daten:
  unset($errors);
//if ($strasse == "") $errors[] = "es wurde keine Strasse eingegeben";
//if ($plz == "") $errors[] = "es wurde keine Postleitzahl eingegeben";
//if ($ort == "") $errors[] = "es wurde kein Ort eingegeben";
//if ($telefon == "") $errors[] = "es wurde keine Telefonnummer eingegeben";
//if ($email != "" and !preg_match("/^[^@]+@.+\.\D{2,5}$/", $email)) $errors[] = "die E-Mail-Adresse sieht nicht richtig aus";
  if ($katalog == "" and $name == "") $errors[] = "Es wurde kein Name eingegeben.";
  if ($katalog == "" and $email != "" and !preg_match("/^[\w.+-]{1,64}\@[\w.-]{1,255}\.[a-z]{2,6}$/", $email)) $errors[] = "Die E-Mail-Adresse sieht nicht richtig aus.";
  if ($katalog == "" and $email == "") $errors[] = "Es wurde keine Emailadresse eingegeben.";
  if ($katalog == "" and $nachricht == "") $errors[] = "Es wurde kein Nachrichtentext eingegeben.";
//if ($katalog != "true") $errors[] = "Sie haben die Verbindlichkeit der Anmeldung nicht anerkannt.";
  if ($katalog == "true" and $vorname == "") $errors[] = "Wenn Sie den Katalog bestellen möchten, brauchen wir auch Ihren Vornamen!";
  if ($katalog == "true" and $name == "") $errors[] = "Wenn Sie den Katalog bestellen möchten, brauchen wir auch Ihren Nachnamen!";
  if ($katalog == "true" and $strasse == "") $errors[] = "Wenn Sie den Katalog bestellen möchten, brauchen wir den Namen der Strasse!";
  if ($katalog == "true" and $plz == "") $errors[] = "Wenn Sie den Katalog bestellen möchten, brauchen wir auch die PLZ Ihres Wohnortes!";
  if ($katalog == "true" and $ort == "") $errors[] = "Wenn Sie den Katalog bestellen möchten, brauchen wir auch den Wohnort!";
//if ($katalog == "true" and $email != "" and !preg_match("/^[\w.+-]{1,64}\@[\w.-]{1,255}\.[a-z]{2,6}$/", $email)) $errors[] = "die E-Mail-Adresse sieht nicht richtig aus";
//if ($katalog == "true" and $email == "") $errors[] = "Es wurde keine Emailadresse eingegeben.";
  
//  @  \r   \n  <LF>  %0A	 %0D	<CR>	 %40  
  
  if ((substr_count($_POST['anrede'], '@') > 0) || (substr_count($_POST['anrede'], '\r') > 0) || (substr_count($_POST['anrede'], '\n') > 0) || (substr_count($_POST['anrede'], '<LF>') > 0) || (substr_count($_POST['anrede'], '<CR>') > 0) || (substr_count($_POST['anrede'], '%0A') > 0) || (substr_count($_POST['anrede'], '%0D') > 0) || (substr_count($_POST['anrede'], '%40') > 0) ){ $errors[] = "Spamverdacht im Anrede-Feld!"; }
  if ((substr_count($_POST['titel'], '@') > 0) || (substr_count($_POST['titel'], '\r') > 0) || (substr_count($_POST['titel'], '\n') > 0) || (substr_count($_POST['titel'], '<LF>') > 0) || (substr_count($_POST['titel'], '<CR>') > 0) || (substr_count($_POST['titel'], '%0A') > 0) || (substr_count($_POST['titel'], '%0D') > 0) || (substr_count($_POST['titel'], '%40') > 0) ){ $errors[] = "Spamverdacht im Titel-Feld!"; }
  if ((substr_count($_POST['vorname'], '@') > 0) || (substr_count($_POST['vorname'], '\r') > 0) || (substr_count($_POST['vorname'], '\n') > 0) || (substr_count($_POST['vorname'], '<LF>') > 0) || (substr_count($_POST['vorname'], '<CR>') > 0) || (substr_count($_POST['vorname'], '%0A') > 0) || (substr_count($_POST['vorname'], '%0D') > 0) || (substr_count($_POST['vorname'], '%40') > 0) ){ $errors[] = "Spamverdacht im Vorname-Feld!"; }
  if ((substr_count($_POST['name'], '@') > 0) || (substr_count($_POST['name'], '\r') > 0) || (substr_count($_POST['name'], '\n') > 0) || (substr_count($_POST['name'], '<LF>') > 0) || (substr_count($_POST['name'], '<CR>') > 0) || (substr_count($_POST['name'], '%0A') > 0) || (substr_count($_POST['name'], '%0D') > 0) || (substr_count($_POST['name'], '%40') > 0) ){ $errors[] = "Spamverdacht im Name-Feld!"; }
  if ((substr_count($_POST['strasse'], '@') > 0) || (substr_count($_POST['strasse'], '\r') > 0) || (substr_count($_POST['strasse'], '\n') > 0) || (substr_count($_POST['strasse'], '<LF>') > 0) || (substr_count($_POST['strasse'], '<CR>') > 0) || (substr_count($_POST['strasse'], '%0A') > 0) || (substr_count($_POST['strasse'], '%0D') > 0) || (substr_count($_POST['strasse'], '%40') > 0) ){ $errors[] = "Spamverdacht im Strasse-Feld!"; }
  if ((substr_count($_POST['plz'], '@') > 0) || (substr_count($_POST['plz'], '\r') > 0) || (substr_count($_POST['plz'], '\n') > 0) || (substr_count($_POST['plz'], '<LF>') > 0) || (substr_count($_POST['plz'], '<CR>') > 0) || (substr_count($_POST['plz'], '%0A') > 0) || (substr_count($_POST['plz'], '%0D') > 0) || (substr_count($_POST['plz'], '%40') > 0) ){ $errors[] = "Spamverdacht im PLZ-Feld!"; }
  if ((substr_count($_POST['ort'], '@') > 0) || (substr_count($_POST['ort'], '\r') > 0) || (substr_count($_POST['ort'], '\n') > 0) || (substr_count($_POST['ort'], '<LF>') > 0) || (substr_count($_POST['ort'], '<CR>') > 0) || (substr_count($_POST['ort'], '%0A') > 0) || (substr_count($_POST['ort'], '%0D') > 0) || (substr_count($_POST['ort'], '%40') > 0) ){ $errors[] = "Spamverdacht im Ort-Feld!"; }
  if ((substr_count($_POST['telefon'], '@') > 0) || (substr_count($_POST['telefon'], '\r') > 0) || (substr_count($_POST['telefon'], '\n') > 0) || (substr_count($_POST['telefon'], '<LF>') > 0) || (substr_count($_POST['telefon'], '<CR>') > 0) || (substr_count($_POST['telefon'], '%0A') > 0) || (substr_count($_POST['telefon'], '%0D') > 0) || (substr_count($_POST['telefon'], '%40') > 0) ){ $errors[] = "Spamverdacht im Telefon-Feld!"; }
  if ((substr_count($_POST['mobil'], '@') > 0) || (substr_count($_POST['mobil'], '\r') > 0) || (substr_count($_POST['mobil'], '\n') > 0) || (substr_count($_POST['mobil'], '<LF>') > 0) || (substr_count($_POST['mobil'], '<CR>') > 0) || (substr_count($_POST['mobil'], '%0A') > 0) || (substr_count($_POST['mobil'], '%0D') > 0) || (substr_count($_POST['mobil'], '%40') > 0) ){ $errors[] = "Spamverdacht im Mobiltelefon-Feld!"; }
  if ((substr_count($_POST['email'], '@') > 1) || (substr_count($_POST['email'], '\r') > 0) || (substr_count($_POST['email'], '\n') > 0) || (substr_count($_POST['email'], '<LF>') > 0) || (substr_count($_POST['email'], '<CR>') > 0) || (substr_count($_POST['email'], '%0A') > 0) || (substr_count($_POST['email'], '%0D') > 0) || (substr_count($_POST['email'], '%40') > 0) ){ $errors[] = "Spamverdacht im Email-Feld!"; }
  if ((substr_count($_POST['nachricht'], '@') > 1) || (substr_count($_POST['nachricht'], '\r') > 0) || (substr_count($_POST['nachricht'], '\n') > 0) || (substr_count($_POST['nachricht'], '<LF>') > 0) || (substr_count($_POST['nachricht'], '<CR>') > 0) || (substr_count($_POST['nachricht'], '%0A') > 0) || (substr_count($_POST['nachricht'], '%0D') > 0) || (substr_count($_POST['nachricht'], '%40') > 0) ){ $errors[] = "Spamverdacht im Nachricht-Textfeld!"; }
  if ((substr_count($_POST['katalog'], '@') > 0) || (substr_count($_POST['katalog'], '\r') > 0) || (substr_count($_POST['katalog'], '\n') > 0) || (substr_count($_POST['katalog'], '<LF>') > 0) || (substr_count($_POST['katalog'], '<CR>') > 0) || (substr_count($_POST['katalog'], '%0A') > 0) || (substr_count($_POST['katalog'], '%0D') > 0) || (substr_count($_POST['katalog'], '%40') > 0) ){ $errors[] = "Spamverdacht in der Katalogbestell-Box!"; }
			
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
if(isset($_POST['absenden'])){
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
				
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// WENN GESENDET DANN ...	//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////		

				if(isset($errors))
				{
				echo "<p><strong>Fehler!</strong></p>Sie haben ein oder mehrere Pflichtfelder nicht ordnungsgem&auml;&szlig augef&uuml;llt.<br>Bitte &uuml;berpr&uuml;fen Sie Ihre Angaben. Pflichtfelder sind mit einem bzw. mit zwei Sternchen (*) gekennzeichnet.";
				?><p class="caution">Fehlerquelle:</p><ul><?php foreach($errors as $f) { ?><li><?php echo $f; ?></li><?php } ?></ul><br /><?php
				}else{					
							
// WENN KEINE FEHLER DANN ...	//
				
				$formanzeigen="nein";
					
			// if(!empty($_POST['name'])&&!empty($_POST['email'])&&!empty($_POST['nachricht'])){
						
				// --- Daten f&uuml;r die e-Mail zusammenstellen ---
	 				 $mail_text="==============================================
=====================\n";
if ($katalog != "") {$mail_text.="EINE KATALOGBESTELLUNG & KUNDENKONTAKT AUS DEM ONLINE-FORMULAR\n";}else{"EIN KUNDENKONTAKT AUS DEM ONLINE-FORMULAR";}  
					 $mail_text.="==============================================
=====================\n\n";

				  if ($katalog != "") {$mail_text.= "Der Kunde hat einen Katalog bestellt!!!\n\n";}  
				  
				// $mail_text.="Kontakt f&uuml;r: ".$_POST['MeinName']."\n\n";
				  
				  if ($_POST['anrede']<>"") {
					$mail_text.="Anrede: ".$_POST['anrede']."\n";
				  }
				  if ($_POST['titel']<>"") {
					$mail_text.="Titel: ".$_POST['titel']."\n";
				  }
				  if ($_POST['vorname']<>"") {
					$mail_text.="Vorname: ".$_POST['vorname']."\n";
				  }
				  if ($_POST['name']<>"") {
					$mail_text.="Name: ".$_POST['name']."\n";
				  }
				  if ($_POST['strasse']<>"") {
					$mail_text.="Strasse: ".$_POST['strasse']."\n";
				  }
				  if ($_POST['plz']<>"") {
					$mail_text.="PLZ: ".$_POST['plz']."\n";
				  }
				  if ($_POST['ort']<>"") {
					$mail_text.="Ort: ".$_POST['ort']."\n";
				  }
				  if ($_POST['telefon']<>"") {
					$mail_text.="Telefon: ".$_POST['telefon']."\n";
				  }
				  if ($_POST['mobil']<>"") {
					$mail_text.="Mobil: ".$_POST['mobil']."\n";
				  }
				  if ($_POST['email']<>"") {
					$mail_text.="Email: ".$_POST['email']."\n";
				  }
				  if ($_POST['nachricht']<>"") {
					$mail_text.="Text: ".$_POST['nachricht']."\n";
				  }
				  
					  $header="From: ".$anrede." ".$vorname." ".$name." <".$email.">\n";

if ($katalog != "") {$subject = "Katalogbestellung / Kontaktaufnahme";}else{$subject = "Kontaktaufnahme";}  

				  //mail("[email protected]", "Anmeldung: ".$_POST['headtext'], $mail_text, $header);
				  //mail("[email protected]","Kontakt Webseite vitosh.com",$mail_text, $header);
				  mail($mailto, $subject, $mail_text, $header);
				  
$mailtext2="==============================================
============\n";
$mailtext2.="IHR KONTAKT MIT UNS DURCH UNSER ONLINE-KONTAKTFORMULAR\n";
$mailtext2.="==============================================
============\n\n";
if ($katalog != "") {$mailtext2.= "Vielen Dank, dass Sie unseren Katalog bestellen möchten.\nWir werden Ihnen in Kürze ein Exemplar zukommen lassen!\n\n";}  
$mailtext2.= "Hier noch einmal Ihre Kontaktdaten:\n";
if ($anrede != "") {$mailtext2.= "$anrede ";}  
if ($titel != "") {$mailtext2.= "$titel ";}  
if ($vorname != "") {$mailtext2.= "$vorname ";}  
if ($name != "") {$mailtext2.= "$name\n";}  
if ($strasse != "") {$mailtext2.= "$strasse \n";}  
if ($plz != "") {$mailtext2.= "$plz ";}  
if ($ort != "") {$mailtext2.= "$ort \n";}  
$mailtext2.="\n";							
if ($telefon != "") {$mailtext2.= "Telefon: $telefon \n";}  
if ($mobil != "") {$mailtext2.= "Mobil: $mobil \n";}  
if ($email != "") {$mailtext2.= "Email: $email \n";}  
$mailtext2.="\n";							
if ($nachricht != "") {$mailtext2.= "Nachricht: $nachricht \n";}  
$mailtext2.="\nVielen Dank für Ihre Kontaktaufnahme mit uns.";							
$mailtext2.="\nMit freundlichen Grüßen\n\nIhr Team von Nitzling Spielwaren\nwww.nitzling.de";							
							$header2="From: Nitzling Spielwaren <$mailto>\n";
							
							mail($email, "Kontaktformular Homepage", $mailtext2, $header2);
							
						?>

						<? echo $_POST['anrede']." ".$_POST['name']."\n";
echo "Herzlichen Glückwunsch.\n";
echo "Ihr Kontakt wurde erfolgreich weitergeleitet!\n";
if ($katalog != "") {echo "Wir werden Ihnen in Kürze Ihren Katalog zukommen lassen.\n";}
echo "\nIhr Team der Dieter Nitzling GmbH\n";
echo "www.nitzling.de\n";
			// }	
		}

}


if ($formanzeigen!="nein") {
?>		

<form action="contact_us.php" method="post" name="form1">
<input type="hidden" name="headtext" value="<?php echo $headtext; ?>" /><div>

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
	<td><fieldset><legend>Wie können wir Ihnen helfen?</legend>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="middle">
<td width="160" height="28" class="Stil4">Anrede,  Titel:</td>
<td height="28"><select name="anrede" id="anrede">
  <option value="Herr/Frau" selected> </option>
  <option value="Herr">Herr</option>
<option value="Frau">Frau</option>
</select>
<input class="name" name="titel" type="text" id="titel" value="<?php echo $titel;?>" size="20" /></td>
</tr>
<tr align="left" valign="middle">
<td width="160" height="28" class="Stil4">** Vorname, */** Nachname: </td>
<td height="28"><input class="name" name="vorname" type="text" id="vorname" value="<?php echo $vorname;?>">
<input class="name" name="name" type="text" id="name" value="<?php echo $name;?>" /></td>
</tr>
<tr align="left" valign="middle">
<td width="160" height="28" class="Stil4">* E-Mail:</td>
<td height="28"><input class="norm" name="email" type="text" id="email" value="<?php echo $email;?>"></td>
</tr>
<tr align="left" valign="middle">
  <td height="28" valign="top" class="Stil4">* Nachricht:</td>
  <td height="28">	<textarea name="nachricht" id="nachricht"><?php echo $nachricht;?></textarea></td>
</tr>
<tr align="left" valign="middle">
  <td height="28" valign="top" class="Stil4">&nbsp;</td>
  <td height="28" valign="top"><span class="stockWarning">Die Pflichteingabefelder sind mit * markiert.</span></td>
</tr>
</table>
</fieldset></td>
  </tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><fieldset><legend>Möchten Sie unseren aktuellen Katalog bestellen? </legend>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="middle">
<td width="160" height="28" align="right" class="Stil4"></td>
<td height="28" class="Stil4"><p align="left"><input name="katalog" type="checkbox" value="true"/> JA!!! Ich möchte den aktuellen Katalog bestellen.</p></td>
</tr>
<tr align="left" valign="middle">
<td width="160" height="28" class="Stil4">** Strasse, ** Hausnr.: </td>
<td height="28"><input class="norm" name="strasse" type="text" id="strasse" value="<?php echo $strasse;?>" ></td>
</tr>
<tr align="left" valign="middle">
<td width="160" height="28" class="Stil4">** PLZ / ** Ort: </td>
<td height="28"><input class="plz" name="plz" type="text" id="plz" value="<?php echo $plz;?>" size="6" maxlength="5"> 
<input class="ort" name="ort" type="text" id="ort" value="<?php echo $ort;?>"></td>
</tr>
<tr align="left" valign="middle">
<td width="160" height="28" class="Stil4">Telefon (Festnetz): </td>
<td height="28"><input class="norm" name="telefon" type="text" id="telefon" value="<?php echo $telefon;?>"></td>
</tr>
<tr align="left" valign="middle">
<td width="160" height="28"><span class="Stil4">Telefon (Mobil): </span></td>
<td height="28"><input class="norm" name="mobil" type="text" id="mobil" value="<?php echo $mobil;?>"></td>
</tr>
<tr align="left" valign="middle">
  <td height="28" valign="top" class="Stil4">&nbsp;</td>
  <td height="28" valign="top"><span class="stockWarning">Die Pflichteingabefelder für den Katalogversand <br>
	sind mit ** markiert.</span></td>
</tr>
</table>
</fieldset>
</td>
  </tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><fieldset>

<div align="right">
  <input name="absenden" type="image" value="absenden" src="button_continue.gif" alt="absenden" width="100" height="22">
</div>
</fieldset></td>
</tr>
</table>

</div>
</form>  


			
<?php	
			}
}			

		
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>			
			</td>
		  </tr>
		</table></td>
	  </tr>
<?php
//  }
?>
	</table></td>
<!-- body_text_eof //-->
	<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
	</table></td>
  </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Eingefügtes Bild
0

Anzeige



Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0