.sea.monkey.: 1 & 1 Webmailerformular

Beitrag lesen

hi,
also 1und 1 stellt sich die seite mit dem formular so vor:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exslt="http://exslt.org/common" xmlns:edyn="http://exslt.org/dynamic"
xmlns:estr="http://exslt.org/strings" xmlns:admin="http://www.schlund.de/tinc/admin"
xmlns:guest="http://www.schlund.de/tinc/guest" xmlns:menu="http://www.schlund.de/tinc/menu"
xmlns:gen="http://www.schlund.de/tinc/general" xmlns:var="http://www.schlund.de/tinc/variables"
xmlns:cpn="http://www.schlund.de/tinc/components" xmlns:dyn="http://www.schlund.de/tinc/dynpages"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:pmtns="http://schemas.schlund.de/pmt">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link href="http://www.XXX.de/spicons/tinc/eueconfig/newsletter/style/index.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<form action="http://www.XXX.de/tinc" method="post" accept-charset="utf-8">
<input type="hidden" name="try" value="true" />
<input type="hidden" name="RegistrationFormID" value="XXX" />
<div class="box">
 <input type="hidden" name="key" value="XXX" />
 <h1>Anmelden</h1>
 <table cellpadding="2" cellspacing="1">
 <tr class="message">
  <td colspan="2"><div>Bitte fllen Sie alle Felder aus. Die mit Sternchen markierten Felder sind Pflichtfelder.</div></td>
 </tr>
 <tr class="high  mandatory">
  <td class="title">
      E-Mail:<strong> *</strong>
  </td>
  <td><input type="text" name="EMail" class="text" size="15" value="" /></td>
 </tr>
 <tr style="vertical-align:bottom">
  <td style="text-align:left">
   <a href="http://www.XXX.de/tinc?key=XXX&amp;RegistrationFormID=XXX">Abmelden</a>
  </td>
  <td colspan="2"><input type="submit" class="submit" style="float:right" value="Anmelden" /></td>
 </tr>
 </table>
</div>
</form>
</body>
</html>

Und ich wollte jetzt quasi ein anderes Formular erstellen und das an dieselbe Action schicken.

schönen Gruß
.sea.monkey.