This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes How to display only single radio button checked by using onload method? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to display only single radio button checked by using onload method?" Watch "How to display only single radio button checked by using onload method?" New topic
Author

How to display only single radio button checked by using onload method?

Jay jie
Greenhorn

Joined: Mar 30, 2011
Posts: 13
Here are the picture..






Thank You!

It suppose is as image show below..


Jay jie
Greenhorn

Joined: Mar 30, 2011
Posts: 13
I have found solution..


<body onload="hide('multiple');hide('multiple1')">


Thanks!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to display only single radio button checked by using onload method?
 
Similar Threads
How to update a image using servlet?
How to to validation in java script involve two jsp page?
help with validation/ 2 functions on submit.
Redirecting a page
radio button and ValidateAndSubmit problem