|
-
Feb 6th, 2000, 10:37 PM
#1
Thread Starter
Member
Hi,
I'm trying to create an edit page record page where there is a dropdown listbox with true/false selection.
<td width="6%"><select name="COMP_BROWSER" size="1">
<optionselected value="<%=COMP_BROWSER%>"><%=COMP_BROWSER%></option>
<option><%=(?????)%></option>
COMP_BROWSER is the return value, how would I change the COMP_BOWSER to false if it is true, and true if if is fasle?
Thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|