Click here to Skip to main content
15,907,687 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: connect to database using javascript Pin
Yusuf22-Aug-10 23:04
Yusuf22-Aug-10 23:04 
QuestionOverview menu like on www.raytheon.com Pin
harleydk13-Aug-10 1:18
harleydk13-Aug-10 1:18 
AnswerRe: Overview menu like on www.raytheon.com Pin
Not Active15-Aug-10 4:20
mentorNot Active15-Aug-10 4:20 
GeneralRe: Overview menu like on www.raytheon.com Pin
harleydk22-Aug-10 19:24
harleydk22-Aug-10 19:24 
QuestionLink through javascript Pin
offroaderdan12-Aug-10 4:47
offroaderdan12-Aug-10 4:47 
AnswerRe: Link through javascript Pin
daveyerwin12-Aug-10 6:02
daveyerwin12-Aug-10 6:02 
GeneralRe: Link through javascript Pin
offroaderdan12-Aug-10 6:24
offroaderdan12-Aug-10 6:24 
GeneralRe: Link through javascript Pin
daveyerwin12-Aug-10 6:57
daveyerwin12-Aug-10 6:57 
putting this in head will
redirect IE browsers less than 6

(google 'conditional comments')

Commonly, the necessary features are
checked and the page redirected if they
are present leaving browsers which do not
have desired features at current page,
the current page will explain the problem to the user.
Users with appropriate browsers will not see the current
page because they will have been redirected.

(google 'javascript feature testing')


Also, if a necessary feature is missing from browser
there is always a javascript work-around that will
compensate, unless of course it's javascript thats missing.
In that case it will not redirect!
So leaving that browser on current page is good option.
AnswerRe: Link through javascript Pin
NeverHeardOfMe12-Aug-10 7:09
NeverHeardOfMe12-Aug-10 7:09 
GeneralRe: Link through javascript Pin
daveyerwin12-Aug-10 7:17
daveyerwin12-Aug-10 7:17 
GeneralRe: Link through javascript Pin
NeverHeardOfMe12-Aug-10 7:24
NeverHeardOfMe12-Aug-10 7:24 
Questioncountdown timer initializes on refreshing the page but it should not Pin
Amit Spadez11-Aug-10 19:33
professionalAmit Spadez11-Aug-10 19:33 
AnswerRe: countdown timer initializes on refreshing the page but it should not Pin
daveyerwin12-Aug-10 2:33
daveyerwin12-Aug-10 2:33 
GeneralRe: countdown timer initializes on refreshing the page but it should not Pin
Amit Spadez22-Aug-10 23:42
professionalAmit Spadez22-Aug-10 23:42 
GeneralRe: countdown timer initializes on refreshing the page but it should not [modified] Pin
daveyerwin24-Aug-10 8:09
daveyerwin24-Aug-10 8:09 
QuestionExecute the notepad data using querystring [modified] Pin
shailrathore9-Aug-10 23:10
shailrathore9-Aug-10 23:10 
AnswerRe: How to read/execute the notepad data using querystring Pin
Prosanta Kundu online10-Aug-10 18:29
Prosanta Kundu online10-Aug-10 18:29 
GeneralRe: How to read/execute the notepad data using querystring Pin
shailrathore10-Aug-10 23:36
shailrathore10-Aug-10 23:36 
QuestionHow to find all open browsers ? Pin
InderK9-Aug-10 0:52
InderK9-Aug-10 0:52 
AnswerRe: How to find all open browsers ? Pin
Prosanta Kundu online9-Aug-10 1:20
Prosanta Kundu online9-Aug-10 1:20 
GeneralRe: How to find all open browsers ? Pin
InderK9-Aug-10 2:13
InderK9-Aug-10 2:13 
GeneralRe: How to find all open browsers ? Pin
T M Gray12-Aug-10 5:11
T M Gray12-Aug-10 5:11 
GeneralRe: How to find all open browsers ? Pin
InderK12-Aug-10 5:38
InderK12-Aug-10 5:38 
GeneralRe: How to find all open browsers ? Pin
T M Gray12-Aug-10 10:01
T M Gray12-Aug-10 10:01 
AnswerRepost Pin
Not Active9-Aug-10 2:15
mentorNot Active9-Aug-10 2:15 

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.