All Tags »
onBlur
Sorry, but there are no more tags available to filter with.
-
graphicsxp,
Please check this example:
http://cutesoft.net/example/simpleblur.aspx
-
This is very easy to do with any other tool for a std textarea html control you can add ONBLUR=''alert('Hello World');'' and when the user types data into the text area and then clicks somewhere else on the page the Hello World alert pops up.
The standard method in vb for asp.net would be to
txtComment.Attributes(''onblur'') ...