Click here to Skip to main content
15,915,019 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: change webservice url runtime Pin
troels_sorensen5-Jul-04 23:14
troels_sorensen5-Jul-04 23:14 
GeneralMS XML Availability Pin
hatim_ali2-Jul-04 0:55
hatim_ali2-Jul-04 0:55 
GeneralRe: MS XML Availability Pin
Steven Campbell2-Jul-04 3:30
Steven Campbell2-Jul-04 3:30 
GeneralRe: MS XML Availability Pin
hatim_ali2-Jul-04 19:00
hatim_ali2-Jul-04 19:00 
GeneralRe: MS XML Availability Pin
Heath Stewart5-Jul-04 19:18
protectorHeath Stewart5-Jul-04 19:18 
GeneralSubmit with upload process Pin
Anonymous1-Jul-04 4:07
Anonymous1-Jul-04 4:07 
GeneralRe: Submit with upload process Pin
Hesham Amin2-Jul-04 7:18
Hesham Amin2-Jul-04 7:18 
Questionchecking validity of child window object? Pin
Anonymous1-Jul-04 2:45
Anonymous1-Jul-04 2:45 
Hi, I know that if a parent window launches a child window that opens a different domain than the parent, then the parent window will get a "permission denied" message when it tries to access properties of the child window.

Say my child window is childWindow1. How would I check the url of this window without getting that dreaded permission error? I thought about doing:

if ( typeof( childWindow1 ) == "undefined" )
{

}

but this didn't work, because I guess childWindow1 is still defined. I'm pretty sure using 'null' won't help either. But how do I check that it's a valid object to use before I start doing stuff like: "childWindow1.location.href"?

Please help!
AnswerRe: checking validity of child window object? Pin
Andrew Quinn AUS1-Jul-04 4:21
Andrew Quinn AUS1-Jul-04 4:21 
GeneralRe: checking validity of child window object? Pin
Anonymous1-Jul-04 5:58
Anonymous1-Jul-04 5:58 
GeneralWeb hosting from ethernet host Pin
Mayur Mahajan30-Jun-04 20:07
Mayur Mahajan30-Jun-04 20:07 
GeneralRe: Web hosting from ethernet host Pin
steven shingler1-Jul-04 0:30
steven shingler1-Jul-04 0:30 
Generalproblems with Aol & IE browser detection Pin
satyav30-Jun-04 4:01
satyav30-Jun-04 4:01 
Questionhow to download .txt file Pin
Member 120813929-Jun-04 23:34
Member 120813929-Jun-04 23:34 
AnswerRe: how to download .txt file Pin
Bullschmidt5-Jul-04 21:15
Bullschmidt5-Jul-04 21:15 
GeneralRe: how to download .txt file Pin
Member 12081397-Jul-04 1:41
Member 12081397-Jul-04 1:41 
GeneralLayout in C++ IElementBehaviors Pin
Andyh29-Jun-04 23:01
Andyh29-Jun-04 23:01 
GeneralMTS Pin
naresh_pandey1328-Jun-04 22:16
naresh_pandey1328-Jun-04 22:16 
GeneralRe: MTS Pin
Member 120813929-Jun-04 23:40
Member 120813929-Jun-04 23:40 
Generalresize iframe to size of contents Pin
krisp28-Jun-04 11:25
krisp28-Jun-04 11:25 
GeneralRe: resize iframe to size of contents Pin
l a u r e n28-Jun-04 18:59
l a u r e n28-Jun-04 18:59 
Generalchanging default buttons Pin
Mike Hodnick28-Jun-04 5:47
Mike Hodnick28-Jun-04 5:47 
GeneralRe: changing default buttons Pin
OBRon28-Jun-04 10:21
OBRon28-Jun-04 10:21 
Generalrenewing a document.write Pin
Member 10559028-Jun-04 5:14
Member 10559028-Jun-04 5:14 
GeneralRe: renewing a document.write Pin
l a u r e n28-Jun-04 19:01
l a u r e n28-Jun-04 19:01 

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.