Radio buttons have to have the same name to be considered part of the same
group.  So you need something like:

  <input name="yesno" type="radio" value="Y">Yes
  <input name="yesno" type="radio" value="N">No

   yesno = ZhbGetVar('yesno');

Or even:

   If ZhbGetVar('yesno') = yes;

If you think about it - it makes sense as how else would it know to turn one
off when another is selected.

Jon Paris
Partner400

www.Partner400.com
www.RPGWorld.com




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/wbFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to