Login | |
|
 |
RE: Going Crazy - TextBox KeyPress Event - 6/22/2007 1:57:32 AM
|
|
 |
|
| |
ebgreen
Posts: 4411
Score: 29
Joined: 7/12/2005
Status: offline
|
I don't do ASP, but here is what I see. This line: TextBox1.Attributes.Add("OnKeyPress", "GetKeyPress(this)") Says "Whenever someone presses this key, call the GetKeyPress function and pass an object to it. This Line: Function GetKeyPress() Does not say anything about the function accepting an object.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|