Click here to Skip to main content
15,892,674 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Want to build content-based websites Pin
Ali Alaradi30-Nov-04 6:35
Ali Alaradi30-Nov-04 6:35 
GeneralRe: Want to build content-based websites Pin
Roger Wright30-Nov-04 19:36
professionalRoger Wright30-Nov-04 19:36 
GeneralRe: Want to build content-based websites Pin
raouls30-Nov-04 3:32
raouls30-Nov-04 3:32 
GeneralRe: Want to build content-based websites Pin
raouls8-Dec-04 3:31
raouls8-Dec-04 3:31 
GeneralRichTextBox control and ASP Pin
maibuihuynhtg29-Nov-04 21:01
maibuihuynhtg29-Nov-04 21:01 
GeneralRe: RichTextBox control and ASP Pin
Sven Cipido29-Nov-04 23:52
Sven Cipido29-Nov-04 23:52 
GeneralU can help Pin
davilism29-Nov-04 19:22
davilism29-Nov-04 19:22 
GeneralRe: U can help Pin
aplope1-Dec-04 7:06
aplope1-Dec-04 7:06 
Hitting the Enter button will submit the form you are working on. You can add an "onchange" attribute to the textbox which will call the javascript. The limitation is, however, that the user has to change some text and then exit the textbox. (IIRC, "onblur" does the same thing only is called ANY time a user exits the text box and not just when text has been entered).

There is the "onsubmit" event of a form tag. When the user hits enter, this event is fired. Please note, however, that if you do not want the form to actually be submitted (as in the case of validation, then you have to be sure to return false from your function and have something like

<form onsubmit="return someFn();">
..
</form>


Pegmeister
Generalquerying database with cookie values Pin
SkinnyLou29-Nov-04 11:30
SkinnyLou29-Nov-04 11:30 
GeneralWeb Service responce size Pin
Colin Mc29-Nov-04 3:36
Colin Mc29-Nov-04 3:36 
Generaljavascript typing effect Pin
rgoyal29-Nov-04 0:43
rgoyal29-Nov-04 0:43 
GeneralRe: javascript typing effect Pin
Sven Cipido30-Nov-04 0:11
Sven Cipido30-Nov-04 0:11 
GeneralRe: javascript typing effect Pin
rgoyal30-Nov-04 1:04
rgoyal30-Nov-04 1:04 
Generalftware trainee.how to start reading asp.net Pin
Member 154350728-Nov-04 23:04
Member 154350728-Nov-04 23:04 
Generalftp+php Pin
rgoyal28-Nov-04 21:30
rgoyal28-Nov-04 21:30 
GeneralRe: ftp+php Pin
raouls29-Nov-04 19:14
raouls29-Nov-04 19:14 
GeneralRe: ftp+php Pin
rgoyal30-Nov-04 1:09
rgoyal30-Nov-04 1:09 
GeneralRe: ftp+php Pin
raouls30-Nov-04 3:28
raouls30-Nov-04 3:28 
GeneralRe: ftp+php Pin
rgoyal6-Dec-04 23:05
rgoyal6-Dec-04 23:05 
GeneralRe: ftp+php Pin
raouls7-Dec-04 10:44
raouls7-Dec-04 10:44 
Generalabout layer of div Pin
zhanglei28-Nov-04 21:22
zhanglei28-Nov-04 21:22 
GeneralRe: about layer of div Pin
DavidNohejl30-Nov-04 22:22
DavidNohejl30-Nov-04 22:22 
QuestionWhat is the difference between the two? Pin
rgoyal28-Nov-04 18:02
rgoyal28-Nov-04 18:02 
AnswerRe: What is the difference between the two? Pin
JKroschel2-Dec-04 11:08
JKroschel2-Dec-04 11:08 
GeneralRe: What is the difference between the two? Pin
rgoyal2-Dec-04 18:09
rgoyal2-Dec-04 18:09 

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.