F
Frank H. Shaw
Please look at the condional expersion (amount[1].checked) is it correct
written and acrurate does it do the following:
Will the conditional expersion in the if statement do the following: If the
the first
radiobutton named amount in the amount radiobutton group of two radiobuttons
at the bottom of this message is checked then the 2 lines of HTML code before
the else gets excuted if the second radio button is checked then the 2 lines
of HTML code after the ELSE get excuted. The actual radiobutton HTML code is
at the bottom of this message for you to glance at THANKS
<Script>
IF (amount[1].checked)
written and acrurate does it do the following:
Will the conditional expersion in the if statement do the following: If the
the first
radiobutton named amount in the amount radiobutton group of two radiobuttons
at the bottom of this message is checked then the 2 lines of HTML code before
the else gets excuted if the second radio button is checked then the 2 lines
of HTML code after the ELSE get excuted. The actual radiobutton HTML code is
at the bottom of this message for you to glance at THANKS
<Script>
IF (amount[1].checked)