Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: How to return a selected radio button value in JavaScript


Message #1 by "TurnenT" <turnent@h...> on Tue, 29 Jan 2002 21:24:45 -0800
Hi,

Since radio buttons are stored in an array, you may need to loop through the
array and found out which of the array contents have

.checked property as true and then take the value of the corresponding
entry.

deepak


  Return to Index