Click here to Skip to main content
15,910,009 members
Home / Discussions / JavaScript
   

JavaScript

 
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 
var openWindows = new Array();
window.openCustom = function(){
openWindows.push(window.open(arguments[0],arguments[1],arguments[2]));
}

Global search and replace window.open with window.openCustom. Then in your unload handler loop through openWindows. If you leave windows open and refresh the main page then you need to use an XMLHTTPRequest or some other callback mechanism to store the open windows on the server so it can be reloaded on postback.
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 
QuestionCheck FIle Exist in Javascript Pin
ShafiqA8-Aug-10 20:10
ShafiqA8-Aug-10 20:10 
AnswerRe: Check FIle Exist in Javascript PinPopular
NeverHeardOfMe8-Aug-10 22:11
NeverHeardOfMe8-Aug-10 22:11 
QuestionCSS not getting implemented on the jQuery dialog within IE8 Pin
Vipul Mehta8-Aug-10 18:16
Vipul Mehta8-Aug-10 18:16 
Questionget input text value on text change Pin
Shantanu Gupta 13378-Aug-10 4:02
Shantanu Gupta 13378-Aug-10 4:02 
AnswerRe: get input text value on text change Pin
Sandeep Mewara8-Aug-10 4:47
mveSandeep Mewara8-Aug-10 4:47 
GeneralRe: get input text value on text change Pin
Shantanu Gupta 13378-Aug-10 6:11
Shantanu Gupta 13378-Aug-10 6:11 
GeneralRe: get input text value on text change Pin
Sandeep Mewara8-Aug-10 6:29
mveSandeep Mewara8-Aug-10 6:29 
GeneralRe: get input text value on text change [modified] Pin
Shantanu Gupta 13378-Aug-10 7:03
Shantanu Gupta 13378-Aug-10 7:03 
GeneralRe: get input text value on text change Pin
Not Active8-Aug-10 7:35
mentorNot Active8-Aug-10 7:35 
QuestionAdobe plug-in IE browser Pin
nlarson116-Aug-10 8:45
nlarson116-Aug-10 8:45 
QuestionShow and hide DIV tag Pin
Dave McCool5-Aug-10 13:15
Dave McCool5-Aug-10 13:15 
AnswerRe: Show and hide DIV tag Pin
Not Active5-Aug-10 15:18
mentorNot Active5-Aug-10 15:18 
AnswerRe: Show and hide DIV tag Pin
NeverHeardOfMe5-Aug-10 21:56
NeverHeardOfMe5-Aug-10 21:56 
AnswerRe: Show and hide DIV tag Pin
koolprasad20039-Aug-10 21:18
professionalkoolprasad20039-Aug-10 21:18 

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.