Thema: Java Script
Einzelnen Beitrag anzeigen
Alt 05.10.2001, 20:16   #4
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Fortsetzung:

Das ganze ist in dem obigen Fall ein Mailformular.


edit: das ganze geht dann so weiter

</head>

<body bgcolor="#ff6600">

Name der Seite
/ E-Mail an alle, Schritt 1
<div align="center">
<h1>E-Mail an Mitglieder</h1>
<form name="auswahl" method="POST" action="javascript:adressaten()">
<fieldset name="b">
<legend>Schritt 1 von 2</legend>

<table border style="border-style:solid; border-width:thin">
<tr>
<th>An</th><th>CC:</th><th>BCC:</th><th>Name</th><th>E-Mail Adresse</th>
</tr><tr>
</tr><tr>
<td><input type="button" name="alle_an" value="Alle" OnClick="alle(1,1,2)"></td>
<td><input type="button" name="alle_cc" value="Alle" OnClick="alle(2,1,-1)"></td>
<td><input type="button" name="alle_bcc" value="Alle" OnClick="alle(3,-1,-2)"></td>
<td></td><td></td>
</tr><tr>
<td><input type="hidden" name="Name" value="erste@emailadresse">
<input type="checkbox" name="an_Name"></td>
<td><input type="checkbox" name="cc_Name"></td>
<td><input type="checkbox" name="bcc_Name"></td>
<td>Name</td>
<td>erste@emailadresse</td>
</tr>
usw.
</table>
</body>
</html>

P.S.: Wenn du zu dem zweiten Script einen Verbesserungsvorschlag hast, nur zu!

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten