<!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>
<link rel="stylesheet" type="text/css" href="Shop/shop.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title>Shop</title>
<script type="text/javascript">
/* <![CDATA[ */
function chkFormular () {
var prueflinge = new Array(
{
node: document.Formular.NameShirt,
re: /./,
alertText: "Bitte den Namen des T-Shirt eingeben!"
},
{
node: document.Formular.Stueck,
re: /./,
alertText: "Bitte die Stückzahl eingeben!"
},
{
node: document.Formular.Grousse,
re: /./,
alertText: "Bitte die Grösse eingeben!"
},
{
node: document.Formular.Name,
re: /./,
alertText: "Bitte Ihre Name und Vorname eingeben!"
},
{
node: document.Formular.Wohnort,
re: /./,
alertText: "Bitte Ihren Wohnort eingeben!"
},
{
node: document.Formular.Ort,
re: /./,
alertText: "Bitte den Ort und Postleitzahl eingeben!"
},
{
node: document.Formular.Land,
re: /./,
alertText: "Bitte Ihr Land eingeben!"
},
{
node: document.Formular.Telefon,
re: /./,
alertText: "Bitte Ihre Telefonnummer eingeben!"
},
{
node: document.Formular.Email,
re: /./,
alertText: "Bitte Ihre E-Mail-Adresse eingeben!"
},
{
node: document.Formular.Email,
re: /@/,
alertText: "Keine E-Mail-Adresse!"
}
);
for (var i = 0; i < prueflinge.length; i++){
if (!prueflinge[i].re.test(prueflinge[i].node.value)){
alert(prueflinge[i].alertText);
prueflinge[i].node.focus();
return false;
}
}
};
/* ]]> */
</script>
<style type="text/css">
/* <![CDATA[ */
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
/* ]]> */
</style>
<!--[if IE 6]>
<style type="text/css">
/* <![CDATA[ */
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
/* ]]> */
</style>
<![endif]-->
<style type="text/css">
/* <![CDATA[ */
p { text-align:left; }
/* ]]> */
</style>
</head>
<body>
<br /><br />
<div id="container">
<div id="header"></div>
<div id="mainnav">
<ul class="solidblockmenu">
<li><a href="http://www.matterdesign.ch/2.html">Home</a></li>
<li><a href="http://www.matterdesign.ch/under construction.html">T-Shirt</a></li>
<li><a href="http://www.matterdesign.ch/shop.html" class="current">Shop</a></li>
<li><a href="http://www.matterdesign.ch/under construction.html">About Us</a></li>
</ul>
</div>
<form name="Formular" action="http://scripts.swiss-web.com/mailform.exe"
method="post" onsubmit="return chkFormular()">
<font face="Arial, Helvetica, sans-serif" size="2">
<input type="hidden" name="email_charset:iso8859" />
<input type="hidden" name="email_to" value="formular@matterdesign.ch" />
<input type="hidden" name="email_subject" value="Mailformular"/>
<input type="hidden" name="email_server" value="mail.matterdesign.ch" />
<input type="hidden" name="success_message_url" value="http://www.matterdesign.ch/wlformular.html" />
<input type="hidden" name="email_option:copy_to_sender" />
<input type="hidden" name="default_email_from" value="mail.matterdesign.ch" />
</font>
<br />
<p class="input" style="margin-left:1em">
Name des T-Shirt's
<span style="margin-left:17px;">Stück à 90.00 CHF</span>
<br />
<select name="NameShirt" size="1">
<option selected="selected"></option>
<option>Positiv Thinker</option>
<option>Freedom</option>
<option>Rainbow Freaks</option>
<option>Many Rabbits</option>
<option>Beauty</option>
<option>Family Tree</option>
<option>Puzzle</option>
<option>Kid and Tree</option>
<option>Photogramm</option>
<option>Smog</option>
<option>Only for Love</option>
<option>Stewardess</option>
</select>
<input size="14" name="Stueck" type="text" style="margin-left:15px;" />
</p>
<p class="input" style="margin-left:1em" >
Grösse
<br />
<select name="Grousse" size="1">
<option selected="selected"></option>
<option>S</option>
<option>M</option>
<option>L</option>
<option>XL</option>
</select>
</p>
<p class="input" style="margin-left:1em">
Name, Vorname
<span style="margin-left:45px;">Strasse</span>
<br />
<input type="text" size="30" name="Name" />
<input type="text" size="30" name="Wohnort" style="margin-left:15px;" />
</p>
<p class="input" style="margin-left:1em">Postleitzahl, Ort<span style="margin-left:50px;">Land</span>
<br />
<input type="text" size="15" name="Ort" />
<input type="text" size="30" name="Land" style="margin-left:15px;" />
</p>
<p class="input" style="margin-left:1em">Telefon<span style="margin-left:100px;">E-Mail</span>
<br />
<input type="text" size="15" name="Telefon" />
<input type="text" size="28" name="Email" style="margin-left:15px;" />
</p>
<br />
<font face="Arial, Helvetica, sans-serif" size="2">
<input type="submit" value="Senden" name="btn_Send" style="margin-left:1em" ></input>
<input type="reset" value="Zurücksetzen" name="btn_Reset" style="margin-left:25px" ></input>
</font>
</form>
</div>
<div id="content_all"></div>
<div id="menu"></div>
<div id="contents"></div>
<div id="footer"></div>
</body>
</html>