discusmania
IS-IT--Management
hi guys....
I've 2 radio butto with the same name (so that only i option can be clicked at 1 time ):
<input type="radio" name ="opt_issue" value="lt">Long Term (Improvement)
<input type="radio" name ="opt_issue" value ="st" checked>Short Term
how can i capture the value selected (automatically after the button is clicked) and pass the value to the next form?
thanks so much
Ron
I've 2 radio butto with the same name (so that only i option can be clicked at 1 time ):
<input type="radio" name ="opt_issue" value="lt">Long Term (Improvement)
<input type="radio" name ="opt_issue" value ="st" checked>Short Term
how can i capture the value selected (automatically after the button is clicked) and pass the value to the next form?
thanks so much
Ron