Click here to Skip to main content
15,915,786 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to create F1 help in web application Pin
N a v a n e e t h23-Oct-07 2:06
N a v a n e e t h23-Oct-07 2:06 
GeneralRe: How to create F1 help in web application Pin
hashim.os@quadra.in23-Oct-07 2:35
hashim.os@quadra.in23-Oct-07 2:35 
GeneralRe: How to create F1 help in web application Pin
Paddy Boyd23-Oct-07 3:10
Paddy Boyd23-Oct-07 3:10 
QuestionService Unavailable Pin
ngrj22-Oct-07 21:53
ngrj22-Oct-07 21:53 
AnswerRe: Service Unavailable Pin
pmarfleet22-Oct-07 23:15
pmarfleet22-Oct-07 23:15 
QuestionNeed Help Pin
vanhawk22-Oct-07 17:12
vanhawk22-Oct-07 17:12 
AnswerRe: Need Help Pin
Guffa22-Oct-07 23:29
Guffa22-Oct-07 23:29 
AnswerRe: Need Help Pin
SABhatti23-Oct-07 5:38
SABhatti23-Oct-07 5:38 
yes it is possible. You have to use combination of onkeydown, onkeyup, and onkeypress functions to catch the keys and call window.close() to close the window. You will be calling these function in body tag. onkeydown you will be checking for ctrl key and initialize the flag for it, onkeyup reset the flag for ctrl, onkeypress check the keycode for W and if ctrl key flag is true and it is W then close the window.

This is my understanding, but you might have to play with it. I have done it but it was way past and I don't have the code with me right now.


-----

GeneralRe: Need Help Pin
vanhawk23-Oct-07 17:01
vanhawk23-Oct-07 17:01 
QuestionLooking for a plugin to monitor viewstate size Pin
Luca Leonardo Scorcia22-Oct-07 10:04
professionalLuca Leonardo Scorcia22-Oct-07 10:04 
AnswerRe: Looking for a plugin to monitor viewstate size Pin
Rama Krishna Vavilala22-Oct-07 10:35
Rama Krishna Vavilala22-Oct-07 10:35 
GeneralRe: Looking for a plugin to monitor viewstate size Pin
Luca Leonardo Scorcia22-Oct-07 11:35
professionalLuca Leonardo Scorcia22-Oct-07 11:35 
AnswerRe: Looking for a plugin to monitor viewstate size Pin
Mike Dimmick22-Oct-07 21:24
Mike Dimmick22-Oct-07 21:24 
Questionsendmail.asp Pin
Froggy55522-Oct-07 2:26
Froggy55522-Oct-07 2:26 
AnswerRe: sendmail.asp Pin
Vasudevan Deepak Kumar22-Oct-07 2:56
Vasudevan Deepak Kumar22-Oct-07 2:56 
Questionget a variable from the query string Pin
Tamimi - Code22-Oct-07 2:03
Tamimi - Code22-Oct-07 2:03 
AnswerRe: get a variable from the query string Pin
Guffa22-Oct-07 2:20
Guffa22-Oct-07 2:20 
GeneralRe: get a variable from the query string Pin
Tamimi - Code22-Oct-07 2:29
Tamimi - Code22-Oct-07 2:29 
AnswerRe: get a variable from the query string Pin
Guffa22-Oct-07 3:17
Guffa22-Oct-07 3:17 
GeneralRe: get a variable from the query string Pin
Tamimi - Code22-Oct-07 3:25
Tamimi - Code22-Oct-07 3:25 
Questionproblem in window.onload function Pin
Rmesh22-Oct-07 0:54
Rmesh22-Oct-07 0:54 
AnswerRe: problem in window.onload function Pin
taltal8122-Oct-07 0:57
taltal8122-Oct-07 0:57 
GeneralRe: problem in window.onload function Pin
Rmesh22-Oct-07 2:13
Rmesh22-Oct-07 2:13 
AnswerRe: problem in window.onload function Pin
Guffa22-Oct-07 2:23
Guffa22-Oct-07 2:23 
AnswerRe: problem in window.onload function Pin
Bjohnson3323-Oct-07 5:57
Bjohnson3323-Oct-07 5:57 

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.