Development| HTML| JavaScript| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
HTML Get Radio Button 
 

HTML Get method in HTML is used to send the data as part of the URL. The get method is used for retrieving the data. In Get Method, the amount of data can be sent with a limited URL.

 

HTML Get Radio Button

                         

HTML Get  method in HTML is used to send the data as part of the URL. The get method is used for retrieving the data. In Get Method, the amount of data can be sent with a limited URL. Get method is used for sort forms. When a page is submiited,the value entered by the user is visible to the user in URL.

Understand with Example

The Tutorial illustrates an HTML Get Radio Button example. In this Tutorial we create a radio button, which allows the user to select any one of radio button from the alternative option. When a submit button is clicked by the user, a new page get.html is open. The get method is used as attribute, which allows the user to see the data entered by the user in the encoded URL form.

<html>
<body>
<h2>
Academy Qualification
</h2>
<font size= 4 face="verdana" color=#112244>
<form method = GET action ="get.html">
<input type="radio" name="r1" value="class 10" checked="false">class 10<br>
<input type="radio" name="r1" value="class 12" checked="false">class 12<br>
<input type="radio" name="r1" value="B.Tech" checked="false">B.Tech<br>
<input type="radio" name="r1" value="M.Tech" checked="false">M.Tech<br>
<input type="submit" name="b1" value="submit">
</form>
</body>
</html>

 

Place the folder of above saved code in webapps folder of Tomcat(version installed) on your computer. Run the html code and output on browser is displayed as

 

<html>
<body>
<FORM ACTION="">
<P>Please Fill the Registration Form</p><br>
Enter Your Name<input type="text" Value="username"><br>
Enter Your Email Address<input type="text" value="Email-Address"><br>
<input type="submit" value="send">
</FORM>
</body>
</html>

 

The form data ("query data") is appended to the end of the URL.

Output on Browser is displayed as

Download Source

                         

» View all related tutorials
Related Tags: html c orm form style tags sed format page tag if for to ci e use pe in ml rm

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.