VBscript,Plzz help
I have a textarea html tag inside a page, and I want that every time that the user press the enter key inside a textarea an event will be fired. How can I detect that the enter key is pressed ? I know that the onkeypress event is fired everytime that the user press any key, but I want to identify only the enter key to execute a specific action.
Currently i m using:
myText = Replace(myTxt,vbCrLf,"<br>")
myText=replace(myTxt," "," ")
When i sent mail with this matter , it doesnt show sentense on new line
plzzz help.
Thanks

