hi everyone,
I have a page with combo box.
paypal payment:<select name="paypal">
<option value="On">On</Option>
<option value="Off">Off </Option>
</select>
I want to edit the value.If i have add On then in editing i want to edit it with Off.
Then how can i edit it.How to load that combo with selected value of On.
thanks........
I have a page with combo box.
paypal payment:<select name="paypal">
<option value="On">On</Option>
<option value="Off">Off </Option>
</select>
I want to edit the value.If i have add On then in editing i want to edit it with Off.
Then how can i edit it.How to load that combo with selected value of On.
thanks........
Comment