|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
event handling,
Greetings to Forum Members
Can you please help me with event handling (for eg: capture key press, mouse overs, mouse_over drop-down menu, on_click drop down box) in asp Also expection handling in asp. Thanks in advance regards Madhu |
|
#2
|
|||
|
|||
|
there are several events which you can use
you have to write all these under the body tag of HTML <body> <script language="VBSCRIPT"> sub text1_onchange() end sub sub text1_onkeydown() end sub sub text1_onclick() end sub sub text1_onblur() end sub etc </script> </body> where when you define the any form i.e. textbox, checkbox, listbox etc you have to give an id to it example <input type="text" id="text1" name="text"> onblur is used for lostfocus in asp if you need anything come back with the reply
__________________
Rahul Small things lead to perfection and perfection is not a small thing. |
|
#3
|
|||
|
|||
|
if you want something to be done when the window loads
you can use sub window_onload() end sub Rahul |
|
#4
|
|||
|
|||
|
Greetings Rahul,
Your help is much appreciated. Can we please add you to our buddy list. Me and my team will be sending you emails if we any quiries. Thank you again regards Madhu |
|
#5
|
|||
|
|||
|
yup pal
you can send me mails if you got some queries, but dont expect too much from me as I do not think that I am very good in ASP, but wherever I can help I definately will as I feel knowledge is for sharing. Regards |
|
#6
|
|||
|
|||
|
this is very helpfull. i will definately use this. i have but in other more ..inexperienced ways.... thanks.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > event handling, |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|