|
-
Aug 1st, 2004, 01:44 PM
#1
Thread Starter
Addicted Member
refering radio buttons from javascript
Dear all
i have the folowing Html code
<td align="right" valign="top">
<font class="medium_font">
AAA
</font>
<input class="medium_font" type="radio" name="abc" value="def" tabindex="32">
<br>
<font class="medium_font">
BBB
</font>
<input class="medium_font" type="radio" name="abc" value="ghi">
</td>
i want to write Script in java to access this radio type and enable one of them as true as an if condition is true
How do i do that???
thanks alot
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|