|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
calling asp function when onchange
does anybody know how to call asp function when user click a button and when onChange in select box
thanks |
|
#2
|
||||
|
||||
|
ASP is a server side language. Javascript is client side. The two do not interoperate. The only way you can call an ASP function as a result of a form item being changed, is to submit the form to the server, and let ASP process it.
What exactly are you trying to do? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > calling asp function when onchange |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|