Click here to Skip to main content
15,914,071 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: mathematics tables Pin
PavanPabolu10-Oct-10 19:25
PavanPabolu10-Oct-10 19:25 
Questionstring testing fails Pin
SummerBulb4-Oct-10 21:51
SummerBulb4-Oct-10 21:51 
AnswerRe: string testing fails Pin
NeverHeardOfMe4-Oct-10 22:41
NeverHeardOfMe4-Oct-10 22:41 
AnswerRe: string testing fails Pin
moocr.com1-Nov-10 15:55
moocr.com1-Nov-10 15:55 
Questionreloading pages from other windows Pin
Aptiva Dave4-Oct-10 10:09
Aptiva Dave4-Oct-10 10:09 
AnswerRe: reloading pages from other windows Pin
Karthik. A4-Oct-10 10:16
Karthik. A4-Oct-10 10:16 
GeneralRe: reloading pages from other windows Pin
Aptiva Dave4-Oct-10 10:19
Aptiva Dave4-Oct-10 10:19 
GeneralRe: reloading pages from other windows Pin
Karthik. A4-Oct-10 10:41
Karthik. A4-Oct-10 10:41 
What about this method?

Check out the following page. http://www.rgagnon.com/jsdetails/js-0049.html[^]

You could open the window and maintain a list of handles in an array. And then you could have some kind of javascript that executes using setTimeOut. This script could verify if the current handle is open (i.e. check if handle.closed is true/false) and then refresh the page using window.location.href
Cheers,
Karthik

AnswerRe: reloading pages from other windows Pin
Gerben Jongerius6-Oct-10 3:15
Gerben Jongerius6-Oct-10 3:15 
QuestionHTTPs Headers Pin
wenlong883-Oct-10 23:40
wenlong883-Oct-10 23:40 
AnswerRe: HTTPs Headers Pin
Richard MacCutchan4-Oct-10 0:53
mveRichard MacCutchan4-Oct-10 0:53 
QuestionHow to read the body of methods in JavaScript Pin
sainath4373-Oct-10 19:20
sainath4373-Oct-10 19:20 
GeneralRe: How to read the body of methods in JavaScript Pin
Sunasara Imdadhusen4-Oct-10 2:45
professionalSunasara Imdadhusen4-Oct-10 2:45 
AnswerRe: How to read the body of methods in JavaScript Pin
Karthik. A4-Oct-10 10:18
Karthik. A4-Oct-10 10:18 
AnswerRe: How to read the body of methods in JavaScript Pin
moocr.com1-Nov-10 15:58
moocr.com1-Nov-10 15:58 
QuestionCalling jar file from javascript at client side Pin
sakthii3-Oct-10 4:20
sakthii3-Oct-10 4:20 
AnswerRe: Calling jar file from javascript at client side Pin
moocr.com1-Nov-10 16:01
moocr.com1-Nov-10 16:01 
GeneralRe: Calling jar file from javascript at client side Pin
sakthii25-Nov-10 2:58
sakthii25-Nov-10 2:58 
QuestionJavascript/ASP/SQL Pin
Paul Hayman2-Oct-10 20:59
Paul Hayman2-Oct-10 20:59 
AnswerRe: Javascript/ASP/SQL Pin
NeverHeardOfMe3-Oct-10 4:41
NeverHeardOfMe3-Oct-10 4:41 
GeneralRe: Javascript/ASP/SQL Pin
Paul Hayman3-Oct-10 5:22
Paul Hayman3-Oct-10 5:22 
GeneralRe: Javascript/ASP/SQL (edit) Pin
NeverHeardOfMe3-Oct-10 5:42
NeverHeardOfMe3-Oct-10 5:42 
GeneralHere's a bit of old code I dug up... Pin
NeverHeardOfMe3-Oct-10 5:59
NeverHeardOfMe3-Oct-10 5:59 
GeneralRe: Here's a bit of old code I dug up... Pin
Paul Hayman3-Oct-10 8:01
Paul Hayman3-Oct-10 8:01 
GeneralRe: Here's a bit of old code I dug up... Pin
NeverHeardOfMe3-Oct-10 10:34
NeverHeardOfMe3-Oct-10 10:34 

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.