Moin zusammen.
Die SuFu und google hat leider nichts genützt.
Hier mein Anliegen:
ich habe zwei radiobuttons in einer reihe, wovon immer nur einer aktiv ist. nun möchte ich das so machen, dass wenn ich z.B. auf den linken klicke zum aktivieren und der rechte dabei deaktiviert wird eine passwort abfrage kommt, sodass man das nur durch die passwort eingabe ändern kann.
hier mal der bisherige code:
<html>
<head>
<body>
<h1><font face="Calibri">Beamer Check</font></h1>
<table border="1" width="19%">
<tr>
<td width="103"><font face="Calibri">Beamer</font></td>
<td><font face="Calibri">Alsbach / Darmstadt</font></td>
</tr>
<tr>
<td width="103"><font face="Calibri">BenQ MP 523</font></td>
<td align="left">
<form action="input_radio.htm">
<p>
<font face="Calibri">
<input type="radio" name="Beamer 1" value="Alsbach"> <input type="radio" name="Beamer 1" value="Darmstadt" checked></font></p>
</form>
</td>
</tr>
<tr>
<td height="43" width="103"><font face="Calibri">Acer P5370W</font></td>
<td height="43" align="left">
<form action="input_radio.htm">
<p>
<font face="Calibri">
<input type="radio" name="Beamer 2" value="Alsbach"> <input type="radio" name="Beamer 2" value="Darmstadt" checked></font></p>
</form>
</td>
</tr>
<tr>
<td width="103"><font face="Calibri">Acer H7530D</font></td>
<td align="left">
<form action="input_radio.htm">
<p>
<font face="Calibri">
<input type="radio" name="Beamer 3" value="Alsbach"> <input type="radio" name="Beamer 3" value="Darmstadt" checked></font></p>
</form>
</td>
</tr>
</table>
</body>
</html>
Hoffentlich könnt ihr mir weiter helfen, und hoffentlich funktioniert sowas überhaupt.
Danke im voraus.
Grüße
Die SuFu und google hat leider nichts genützt.
Hier mein Anliegen:
ich habe zwei radiobuttons in einer reihe, wovon immer nur einer aktiv ist. nun möchte ich das so machen, dass wenn ich z.B. auf den linken klicke zum aktivieren und der rechte dabei deaktiviert wird eine passwort abfrage kommt, sodass man das nur durch die passwort eingabe ändern kann.
hier mal der bisherige code:
<html>
<head>
<body>
<h1><font face="Calibri">Beamer Check</font></h1>
<table border="1" width="19%">
<tr>
<td width="103"><font face="Calibri">Beamer</font></td>
<td><font face="Calibri">Alsbach / Darmstadt</font></td>
</tr>
<tr>
<td width="103"><font face="Calibri">BenQ MP 523</font></td>
<td align="left">
<form action="input_radio.htm">
<p>
<font face="Calibri">
<input type="radio" name="Beamer 1" value="Alsbach"> <input type="radio" name="Beamer 1" value="Darmstadt" checked></font></p>
</form>
</td>
</tr>
<tr>
<td height="43" width="103"><font face="Calibri">Acer P5370W</font></td>
<td height="43" align="left">
<form action="input_radio.htm">
<p>
<font face="Calibri">
<input type="radio" name="Beamer 2" value="Alsbach"> <input type="radio" name="Beamer 2" value="Darmstadt" checked></font></p>
</form>
</td>
</tr>
<tr>
<td width="103"><font face="Calibri">Acer H7530D</font></td>
<td align="left">
<form action="input_radio.htm">
<p>
<font face="Calibri">
<input type="radio" name="Beamer 3" value="Alsbach"> <input type="radio" name="Beamer 3" value="Darmstadt" checked></font></p>
</form>
</td>
</tr>
</table>
</body>
</html>
Hoffentlich könnt ihr mir weiter helfen, und hoffentlich funktioniert sowas überhaupt.
Danke im voraus.
Grüße