I already posted this but I forgot 1 key issue I need this to work in netscape and ie...... That darn netscape...
Thanks
Frank
hi i had a really good idea for this but it is for a different language. i need this to work in javascript. anyway this was my idea and problem. when a user hits the enter button no matter what field he/she is in, the form has to submit. now i am already doing client side javascipt. so if the user fills out the last name input box and hits the "Enter" button on the Keyboard then the form must submit(actually call my jscript function). now in vb script i woulld just use to KeyAscii function and check to see is "13" the "Enter" key was pressed and then do something. is there any function like that in client side javascript.
Thanks
Frank
hi i had a really good idea for this but it is for a different language. i need this to work in javascript. anyway this was my idea and problem. when a user hits the enter button no matter what field he/she is in, the form has to submit. now i am already doing client side javascipt. so if the user fills out the last name input box and hits the "Enter" button on the Keyboard then the form must submit(actually call my jscript function). now in vb script i woulld just use to KeyAscii function and check to see is "13" the "Enter" key was pressed and then do something. is there any function like that in client side javascript.