| |
sr_aneesh
Posts: 2
Score: 0
Joined: 8/5/2004
From:
Status: offline
|
how can i trap the key pressed in a textbox or teaxt area using Vbscript and what id i wantto restrict user to press enterkey... i tried this : Public sub txttest_KeyPress(KEYASCII) if KeyASCII=8 then msgbox("test") else msgbox("test1") end if End Sub
|
|