User-1282880130 posted
Below is a vbscript sub
sub
text_release_onkeypress()
if window.event.keyCode=32 then window.event.keyCode=0 msgbox "Spaces not allowed"
end if
end sub
What is the meaning of if window.event.keyCode=32 then window.event.keyCode=0?..why it is used?..thanks in advance