Edit combo box item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sejal17
    New Member
    • Dec 2007
    • 56

    Edit combo box item

    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........
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    Originally posted by sejal17
    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.
    Don't understand you. What do you mean "in editting"? Do you mean that when you are doing something (editting) you want it to always appear as Off? And then when not editting make it always appear as On?

    Comment

    Working...