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

JavaScript

 
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 
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 
NeverHeardOfMe wrote:
location.href = 'newpage.html';


The difference between location.href and location.replace is that location.href creates a new history entry on the visitor's browser
while location.replace replaces the history entry. If the history
entry is not replaced the back button will lead to the redirect
page again causing 'redirection loop' which is usually undesirable and may have unwanted side effects.
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 
GeneralRe: Repost Pin
InderK9-Aug-10 2:22
InderK9-Aug-10 2:22 
GeneralRe: Repost Pin
Not Active9-Aug-10 3:13
mentorNot Active9-Aug-10 3:13 

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.