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

JavaScript

 
AnswerRe: Identify jQuery data Pin
jkirkerx19-Nov-11 20:09
professionaljkirkerx19-Nov-11 20:09 
QuestionJavascript and Dates Pin
BobInNJ7-Nov-11 6:04
BobInNJ7-Nov-11 6:04 
AnswerRe: Javascript and Dates Pin
Dennis E White7-Nov-11 6:32
professionalDennis E White7-Nov-11 6:32 
AnswerRe: Javascript and Dates Pin
Morgs Morgan15-Nov-11 1:40
Morgs Morgan15-Nov-11 1:40 
QuestionDisplay information in a table Pin
Member 82674566-Nov-11 22:49
Member 82674566-Nov-11 22:49 
AnswerRe: Display information in a table Pin
Dennis E White7-Nov-11 6:34
professionalDennis E White7-Nov-11 6:34 
AnswerRe: Display information in a table Pin
Hà Duy Thuận10-Jan-12 22:08
Hà Duy Thuận10-Jan-12 22:08 
Questionhow to open the minimized window after refreshing the page? Pin
dayakar_dn2-Nov-11 21:16
dayakar_dn2-Nov-11 21:16 
Hi,

i am having one window and overlay.. when i am clicking the link, first overlay will be displayed and iam clicking the accept button in the overlay..then new window will be opened..

now i am minimizing the window after refreshing the page when i am clicking the link...minimized windonw should be opened..instead of overlay...

C#
xxx = window.open(URL, "tool", "width=800, height=700, left=0, top=0, scrollbars=Yes,resizable=yes, menubar=no,directories=no,location=no");
    tool.focus();


xxx variable is showing null once i refreshing the page...then how can i get to know the existing and minimized window?
i have used the below code...but didn't work for my requirement..

C#
if (!xxx.document.URL || xxx.document.URL.valueOf("tool") == 0) {
            alert("hi");
        }



thanks in advance
AnswerRe: how to open the minimized window after refreshing the page? Pin
Dennis E White7-Nov-11 6:14
professionalDennis E White7-Nov-11 6:14 
AnswerRe: how to open the minimized window after refreshing the page? Pin
jkirkerx19-Nov-11 20:17
professionaljkirkerx19-Nov-11 20:17 
QuestionAny body know the basic components to a javascript slideshow? Pin
swydell30-Oct-11 14:43
swydell30-Oct-11 14:43 
AnswerRe: Any body know the basic components to a javascript slideshow? Pin
Manfred Rudolf Bihy30-Oct-11 22:59
professionalManfred Rudolf Bihy30-Oct-11 22:59 
QuestionStop Text From Being Converted Into Links Pin
ASPnoob28-Oct-11 23:32
ASPnoob28-Oct-11 23:32 
AnswerRe: Stop Text From Being Converted Into Links Pin
Richard MacCutchan29-Oct-11 0:06
mveRichard MacCutchan29-Oct-11 0:06 
AnswerRe: Stop Text From Being Converted Into Links Pin
Dennis E White29-Oct-11 15:13
professionalDennis E White29-Oct-11 15:13 
QuestionIssue w/ Javascript inside 64 bit browser Pin
bgates197026-Oct-11 5:26
bgates197026-Oct-11 5:26 
AnswerRe: Issue w/ Javascript inside 64 bit browser Pin
Dennis E White27-Oct-11 9:08
professionalDennis E White27-Oct-11 9:08 
AnswerRe: Issue w/ Javascript inside 64 bit browser Pin
jsc4228-Oct-11 1:38
professionaljsc4228-Oct-11 1:38 
QuestionHTMLInput.name Pin
Ali Al Omairi(Abu AlHassan)25-Oct-11 21:40
professionalAli Al Omairi(Abu AlHassan)25-Oct-11 21:40 
AnswerRe: HTMLInput.name Pin
Gerben Jongerius25-Oct-11 22:10
Gerben Jongerius25-Oct-11 22:10 
GeneralRe: HTMLInput.name Pin
Ali Al Omairi(Abu AlHassan)25-Oct-11 23:41
professionalAli Al Omairi(Abu AlHassan)25-Oct-11 23:41 
QuestionJavascript validate the master and content page Pin
sathyan_829423-Oct-11 2:45
sathyan_829423-Oct-11 2:45 
AnswerRe: Javascript validate the master and content page Pin
DaveAuld23-Oct-11 3:41
professionalDaveAuld23-Oct-11 3:41 
AnswerRe: Javascript validate the master and content page Pin
MalarGayu9-Nov-11 15:33
MalarGayu9-Nov-11 15:33 
QuestionWhere is the data behind the page? Pin
LeonardoDaga22-Oct-11 0:37
LeonardoDaga22-Oct-11 0:37 

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.