this is probably so easy it's silly for me to ask but I keep getting errors with the below code what am I doing wrong
<% options= <%if request.form("radiogroup3")="0" then response.write "Basic" Else
if request.form("radiogroup3")="1" then response.write "with print module" Else
if request.form("radiogroup3")="2" then response.write "with e-mail module" else
if request.form("radiogroup3")="3" then response.write "with fax module" else
if request.form("radiogroup3")="4" then response.write "with print and email modules" else
if request.form("radiogroup3")="5" then response.write "with print and fax modules" else
if request.form("radiogroup3")="6" then response.write "with email and fax modules" else
if request.form("radiogroup3")="7" then response.write "with all modules" end if%>
%>
If knowledge were power I would be a AAA battery!
<% options= <%if request.form("radiogroup3")="0" then response.write "Basic" Else
if request.form("radiogroup3")="1" then response.write "with print module" Else
if request.form("radiogroup3")="2" then response.write "with e-mail module" else
if request.form("radiogroup3")="3" then response.write "with fax module" else
if request.form("radiogroup3")="4" then response.write "with print and email modules" else
if request.form("radiogroup3")="5" then response.write "with print and fax modules" else
if request.form("radiogroup3")="6" then response.write "with email and fax modules" else
if request.form("radiogroup3")="7" then response.write "with all modules" end if%>
%>
If knowledge were power I would be a AAA battery!