Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Re: Short Cut Keys


Message #1 by "Naumann Yousuf" <nauman_yousuf@d...> on Mon, 11 Mar 2002 16:23:52 +0500
Use onKeyPress(Key key) event of Javascript. The parameter passed is the
ascii code for the pressed key.
----- Original Message -----
From: "Bijjam SrinivasReddy" <srinivas.reddy@f...>
To: "Pro_JavaServer_Pages" <pro_jsp@p...>
Sent: Tuesday, February 26, 2002 3:50 PM
Subject: [pro_jsp] Short Cut Keys


> Hi All,
>   I want to implement  Hot keys for saving of information in the html
> form .
>   I mean to say that when I press say CTRL+S, it should invoke the Save
> Button on my form(Not not the save of Exploreer) and do the same operation
> what the save button Does.
> Please let me ASAP
>
> Regards
> B S REDDY
>


  Return to Index