Click here to Skip to main content
16,014,568 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Form processing with HTML embedded langs...??? Pin
alex.barylski25-Jul-02 16:55
alex.barylski25-Jul-02 16:55 
QuestionASP + ORacle Functions? Pin
Anonymous24-Jul-02 5:28
Anonymous24-Jul-02 5:28 
AnswerRe: ASP + ORacle Functions? Pin
Nick Parker24-Jul-02 16:54
protectorNick Parker24-Jul-02 16:54 
GeneralHTML Forms Pin
jerry0davis24-Jul-02 0:51
jerry0davis24-Jul-02 0:51 
GeneralRe: HTML Forms Pin
Paul Watson24-Jul-02 3:57
sitebuilderPaul Watson24-Jul-02 3:57 
GeneralRe: HTML Forms Pin
jerry0davis24-Jul-02 4:12
jerry0davis24-Jul-02 4:12 
GeneralRe: HTML Forms Pin
jerry0davis24-Jul-02 4:21
jerry0davis24-Jul-02 4:21 
GeneralRe: HTML Forms Pin
Paul Watson24-Jul-02 4:59
sitebuilderPaul Watson24-Jul-02 4:59 
Jeremy Davis wrote:
Sorry! If you write tags, it obviously disappears in the message. In particular I want to trap the key and no others. How could I use the onkeypress method to do this?

LOL relax.

So you want to check if the user pressed the ENTER key. No problemo.

In the previously mentioned function put this code:
if (window.event.keyCode==65) alert ('A pressed !')


That will trap for the A key. Not sure what the ASCII/ANSI keycode is for enter, you need to look that up.

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge

Alison Pentland wrote:
I now have an image of you in front of the mirror in the morning, wearing your knickers, socks and shoes trying to decided if they match!
GeneralRe: HTML Forms Pin
jerry0davis24-Jul-02 4:35
jerry0davis24-Jul-02 4:35 
GeneralXHTML Strict Pin
Domenic Denicola23-Jul-02 13:47
Domenic Denicola23-Jul-02 13:47 
GeneralRe: XHTML Strict Pin
Colin Leitner24-Jul-02 1:41
Colin Leitner24-Jul-02 1:41 
GeneralRe: XHTML Strict Pin
Paul Watson26-Jul-02 3:29
sitebuilderPaul Watson26-Jul-02 3:29 
GeneralRe: XHTML Strict Pin
Domenic Denicola27-Jul-02 5:11
Domenic Denicola27-Jul-02 5:11 
GeneralRe: XHTML Strict Pin
Paul Watson27-Jul-02 5:37
sitebuilderPaul Watson27-Jul-02 5:37 
GeneralRe: XHTML Strict Pin
Domenic Denicola27-Jul-02 8:42
Domenic Denicola27-Jul-02 8:42 
GeneralGo to anchor Pin
Hans Ruck23-Jul-02 7:17
Hans Ruck23-Jul-02 7:17 
GeneralRe: Go to anchor Pin
Jeremy Falcon23-Jul-02 7:38
professionalJeremy Falcon23-Jul-02 7:38 
GeneralRe: Go to anchor Pin
Hans Ruck23-Jul-02 7:52
Hans Ruck23-Jul-02 7:52 
GeneralDataGrid Editing doesn't update Pin
Steve Severance23-Jul-02 5:42
Steve Severance23-Jul-02 5:42 
GeneralRe: DataGrid Editing doesn't update Pin
Not Active23-Jul-02 8:28
mentorNot Active23-Jul-02 8:28 
GeneralRe: DataGrid Editing doesn't update Pin
Steve Severance24-Jul-02 8:23
Steve Severance24-Jul-02 8:23 
GeneralRe: DataGrid Editing doesn't update Pin
mgriffith24-Jul-02 8:33
mgriffith24-Jul-02 8:33 
GeneralCreating a menu list Pin
Gregory22-Jul-02 23:41
Gregory22-Jul-02 23:41 
GeneralRe: Creating a menu list Pin
benjymous23-Jul-02 2:54
benjymous23-Jul-02 2:54 
GeneralRe: Creating a menu list Pin
Nick Parker23-Jul-02 4:27
protectorNick Parker23-Jul-02 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.