Ich habe eine Frage und zwar möchte ich bei meinem Script, der automatisch E-mail Adressen erstellt, einen Radiobutton auswählen lassen.
Also im Quellentext steht das:
HTML Code:
<label> Geschlecht:</label> <table id="radiotbl"> <tr> <td> <label for="iGenderMale" class="radiolabel"> <input type="radio" id="iGenderMale" class="radio" name="profile_gender" value="m" onfocus="SignUp.ShowHelp('hide');" onclick="SignUp.ShowHelp('hide');SignUp.ValidateField(this)" />Männlich</label> </td> <td> <label for="iGenderFemale" class="radiolabel"> <input type="radio" id="iGenderFemale" class="radio" name="profile_gender" value="f" onfocus="SignUp.ShowHelp('hide');" onclick="SignUp.ShowHelp('hide');SignUp.ValidateField(this)" />Weiblich</label> </td> </tr> </table> </div>
Bis jetzt habe ich es mit _IEFormElementRadioSelect versucht, jedoch ohne Erfolg.
Bin um jede Antwort dankbar.






