Click here to Skip to main content
15,900,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCross domain cookies Pin
Filipe Peixinho16-Jul-06 7:28
Filipe Peixinho16-Jul-06 7:28 
QuestionImport Contacts from Outlook Pin
Abhishek Joshi16-Jul-06 1:37
Abhishek Joshi16-Jul-06 1:37 
QuestionAccess Drives with Javascript Pin
Abhishek Joshi16-Jul-06 1:33
Abhishek Joshi16-Jul-06 1:33 
AnswerRe: Access Drives with Javascript Pin
Jesse Squire16-Jul-06 3:05
Jesse Squire16-Jul-06 3:05 
QuestionRunning ActiveX coutrol with Javascript Pin
Abhishek Joshi16-Jul-06 1:32
Abhishek Joshi16-Jul-06 1:32 
AnswerRe: Running ActiveX coutrol with Javascript Pin
Jesse Squire16-Jul-06 3:10
Jesse Squire16-Jul-06 3:10 
QuestionAbout Dropdown List Control Pin
Abhishek Joshi16-Jul-06 1:12
Abhishek Joshi16-Jul-06 1:12 
AnswerRe: About Dropdown List Control Pin
Jesse Squire16-Jul-06 2:57
Jesse Squire16-Jul-06 2:57 
To navigate the dropdownlist, you'll need to write some javascript to handle the onkeypress event. In that code, you'll want to test for the arrrow keys, and adjust the dropdown list's selectedIndex property. Google has plenty of examples. To get you started, check out:
  • An example[^] of handling key presses
  • An example[^] of working with the dropdown list's options and selected index

As far as the behavior of CTRL+F4, opening the IE address bar is an operating system level decision. I believe that you can capture the keypress, perform your desired action, and not bubble the event using the same technique as above. I haven't tested it, so you may want to give it a try.

Hope that helps. Smile | :)

--Jesse
QuestionAbout Dropdown List Control Pin
Abhishek Joshi16-Jul-06 1:12
Abhishek Joshi16-Jul-06 1:12 
AnswerRe: About Dropdown List Control [modified] Pin
Wesley Samuel16-Jul-06 19:17
Wesley Samuel16-Jul-06 19:17 
QuestionProblem with transforming a part of xml file [modified] Pin
sishya16-Jul-06 0:55
sishya16-Jul-06 0:55 
QuestionFinding Visitor's IP Problem Pin
yersay16-Jul-06 0:22
yersay16-Jul-06 0:22 
AnswerRe: Finding Visitor's IP Problem Pin
Jesse Squire16-Jul-06 2:34
Jesse Squire16-Jul-06 2:34 
GeneralRe: Finding Visitor's IP Problem Pin
yersay16-Jul-06 10:46
yersay16-Jul-06 10:46 
GeneralRe: Finding Visitor's IP Problem Pin
Jesse Squire21-Jul-06 3:01
Jesse Squire21-Jul-06 3:01 
GeneralRe: Finding Visitor's IP Problem Pin
yersay21-Jul-06 19:02
yersay21-Jul-06 19:02 
AnswerRe: Finding Visitor's IP Problem Pin
dansoft16-Jul-06 15:32
dansoft16-Jul-06 15:32 
GeneralRe: Finding Visitor's IP Problem Pin
yersay16-Jul-06 18:37
yersay16-Jul-06 18:37 
QuestionHow to change the ToolTip message in a calendar Pin
Mohamed El Gohary15-Jul-06 23:53
Mohamed El Gohary15-Jul-06 23:53 
AnswerRe: How to change the ToolTip message in a calendar Pin
minhpc_bk16-Jul-06 23:58
minhpc_bk16-Jul-06 23:58 
QuestionVB.net 1.1Problem [modified] Pin
amaneet15-Jul-06 21:53
amaneet15-Jul-06 21:53 
QuestionRunning ASP and ASP.NET on IIS5.1 [modified] Pin
Anthony Potts15-Jul-06 8:01
Anthony Potts15-Jul-06 8:01 
AnswerRe: Running ASP and ASP.NET on IIS5.1 Pin
Jakob Farian Krarup15-Jul-06 21:24
Jakob Farian Krarup15-Jul-06 21:24 
GeneralRe: Running ASP and ASP.NET on IIS5.1 Pin
Anthony Potts16-Jul-06 18:55
Anthony Potts16-Jul-06 18:55 
Questiondiv Pin
adamoz15-Jul-06 5:41
adamoz15-Jul-06 5:41 

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.