<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<link rel="stylesheet" href="hp_mm.css" type="text/css">
<html>
<head>
<title>Intelligentes Formular</title>
</head>
<body>
<b>Intelligentes Formular</b>
<p><table width=100% cellpadding=0 cellspacing=0 border=0><tr><td valign=top><table border="0" width="100%">
<form action="" method="post">
<tr>
<td align="right">
<input type="checkbox" name="a1" value="ON" checked>
</td>
<td> Auswahl 1</td>
</tr>
<tr>
<td align="right">
<input type="checkbox" name="a2" value="ON"
onpropertychange="
af21.setAttribute('disabled', !getAttribute('checked')),
af22.setAttribute('disabled', !getAttribute('checked')),
ua1.setAttribute('disabled', !getAttribute('checked')),
fYear.setAttribute('disabled', !getAttribute('checked')),
fMon.setAttribute('disabled', !getAttribute('checked')),
fDay.setAttribute('disabled', !getAttribute('checked')),
fHour.setAttribute('disabled', !getAttribute('checked')),
fMin.setAttribute('disabled', !getAttribute('checked')),
fSec.setAttribute('disabled', !getAttribute('checked'))">
</td>
<td> Auswahl 2</td>
</tr>
<tr>
<td></td>
<td>
<input type="checkbox" name="af21" value="ON" disabled>
Feature 2.1</td>
</tr>
<tr>
<td></td>
<td>
<input type="checkbox" name="af22" value="ON" disabled>
Feature 2.2</td>
</tr>
<tr>
<td></td>
<td> <fieldset>
<input type="radio" name="R1" value="create_date" checked>
erstellt oder
<input type="radio" name="R1" value="last_modified">
bearbeitet
<input type="radio" name="R2" value="< " checked>
vor oder
<input type="radio" name="R2" value="> ">
nach<br>
Jahr:
<input type="text" name="fYear" size="4" maxlength="4" value= "2002"disabled>
Monat:
<input type="text" name="fMon" size="2" maxlength="2" value= "02"disabled>
Tag:
<input type="text" name="fDay" size="2" maxlength="2" value= "26"disabled>
, HH:
<input type="text" name="fHour" size="2" maxlength="2" value= "15"disabled>
MM:
<input type="text" name="fMin" size="2" maxlength="2" value= "57"disabled>
SS:
<input type="text" name="fSec" size="2" maxlength="2" value= "00"disabled>
</fieldset> </td>
</tr>
<tr>
<td></td>
<td>
<input type="checkbox" name="ua1" value="ON" disabled>
Unterauswahl 1</td>
</tr>
<tr>
<td colspan=2>
<input name="weg" type="submit" value="weg damit!">
<input type="hidden" name="Pg_reused" value="1">
</td>
</form>
</table>
<p>Hierbei werden bestimmte Eingabemöglichkeiten in Abhängigkeit von einer Checkbox ein- und ausgeblendet.
<p>
<form>
<input type="button" value="Quelltext" onclick='window.location = "view-source:" + window.location.href'>
</form>
</td>
<td> </td>
<td valign=top>
</td>
</tr></table>
<p>
<br><hr align="center" size="1" width="50%">
<center>
meine eMail: <a href="mailto:js@webaid.de" class=linkint>js@webaid.de</a><br>
meine Homepage: <a href="http://www.mywebaid.de" target="_top" class=linkint>http://www.mywebaid.de</a><br>
</center>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="../ms.js">
<!--
//-->
</SCRIPT>
</body>
</html>