Call ASP function in Combo Box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Deepali
    New Member
    • Dec 2005
    • 7

    Call ASP function in Combo Box

    Hello to all members,
    I want to call a asp function in combobox coding and want to use the value returned by asp function after the combobox coding.
    ASP function (say givename()) is written in another asp file, I included that file.
    I want to call the function like this
    <select name="combo1" onchange=givena me()>....</select>
    And after this coding I want to display the value returned by givename() function.

    Is there any way to do this? Please help me out. I am sure to get solution here
Working...