M
Mettá
Why does this not work, or rather how do I get it to work?
<%
Dim ltype
Dim chgt
<% If FP_FieldVal(fp_rs,"textfield")="some text" Then ltype="xxx text" &
chgt="7.50" %>
<% If FP_FieldVal(fp_rs,"textfield")="some other text" Then ltype=" other
xxx text" & chgt="35.00"
End if
%>
Thanks
M
<%
Dim ltype
Dim chgt
<% If FP_FieldVal(fp_rs,"textfield")="some text" Then ltype="xxx text" &
chgt="7.50" %>
<% If FP_FieldVal(fp_rs,"textfield")="some other text" Then ltype=" other
xxx text" & chgt="35.00"
End if
%>
Thanks
M