|
|
@ -111,6 +111,16 @@ |
|
|
|
<input type="submit" value="submit" /> |
|
|
|
<input type="submit" value="submit" /> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<form> |
|
|
|
|
|
|
|
<label for="male">Male</label> |
|
|
|
|
|
|
|
<input type="radio" name="gender" id="male" value="male" /> <br /> |
|
|
|
|
|
|
|
<label for="female">Female</label> |
|
|
|
|
|
|
|
<input type="radio" name="gender" id="female" value="female" /> <br /> |
|
|
|
|
|
|
|
<label for="other">Other</label> |
|
|
|
|
|
|
|
<input type="radio" name="gender" id="other" value="other" /> <br /> |
|
|
|
|
|
|
|
<input type="submit" value="Submit" /> |
|
|
|
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
function testFunc() { |
|
|
|
function testFunc() { |
|
|
|
alert('Call testFunc!'); |
|
|
|
alert('Call testFunc!'); |
|
|
|