Using JavaScript to disable HTML textfield by clicking radio button

Posted by Shek on February 12, 2011 under HTML, JavaScript | 2 Comments to Read

Editor’s note: In some cases, when we select one radio button, we want disable the user to have a fill in some information related which is no related to that other radio button, and so javascript helps us to do this job.
Read more of this article »

Submit HTML form with radio button

Posted by Shek on October 22, 2010 under HTML | Be the First to Comment

Editor’s note: HTML form normally submitted with a button, however in some cases when the user wants to have an action (submit some data to another page) by clicking a radio button, a little javascript would do the job, and here is an example:

Read more of this article »

HTML form element – Radio button

Posted by Shek on May 2, 2008 under HTML | Be the First to Comment

Like a drop down menu, radio button element almost work the same but allows the users to see all the selections in a list. I use the radio button for member registration area in my past work to let them to choose things such as gender or age group etc.
Read more of this article »