|
jeffmetcalf -> RE: Yes/No select box (3/26/2002 12:22:01)
|
Here is what I have: <% Dim fpShare fpShare=FP_FieldVal(fp_rs,"ForShare") %> <input type='checkbox' name=ForSaleck <%if fpShare="True" then response.write "checked"%> I get a blank box, whether using fpShare or FP_FieldVal(fp_rs("ForShare") <% if FP_FieldVal(fp_rs,"ForShare")="True" then response.write "poo" else response.write "crap"%> ->evaluates to true and writes "poo"(actual value) <% =FP_FieldVal(fp_rs,"ForShare")%> ->this also evaluates to true (actual value) <% response.write FpShare%> ->evaluates to true (actual value) but using either the var or the acutal value leaves me with a blank box. http://www.getawayexchange.com/Prop_copy.asp is the page. Thanks
|
|
|
|