Thread
:
How to make it only one single radio button's things display when page load?
View Single Post
gsting_88
Newbie Member
13May2011,09:35
I have found solution..
<body onload="hide('multiple');hide('multiple1')">
Thanks!