CLICK HERE

Earning More

Clickz

Tuesday, December 7, 2010

Radio with a submit button coding

<html>
<body>
<title>Kuldeep Ji</title>

<form name="input" action="html_form_action.asp" method="get">
<input type="radio" name="sex" value="male"> Male<br />
<input type="radio" name="sex" value="female" /> Female<br />
<input type="submit" value="Submit" />
</form>

<p>If you click the "Submit" button, the form-data will be sent to a page called "html_form_action.asp".</p>

</body>
</html>

No comments:

Post a Comment