Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Detect the Enter Key

Status
Not open for further replies.

TalentedFool

Programmer
Jul 23, 2001
214
GB

How do you detect if the enter key has been pressed on an ASP using VB Script ?

Thanks

~ Remember - Nothing is Fool Proof to a Talented Fool ~
 
ASP is server-side script, so it processes and generates the html the client will see, sends it, then exits. before the client has an opportunity to press the enter key and interact with the page the ASP script has exited, so you will need to look into client-side scripting either with VBScript or javascript.

-Tarwn --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
No more vacation for me :(

FAQ FAQ20-2863
= new Forums.Posting.General.GettingAnswers()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top