Jump to content

checking if a sibling window is open in javascript


m@

Recommended Posts

Ok, If i have a parent window running my source code, and a sibling window launched by that window running my code, how can i get the parent window to check if the sibling window is open. I need an answer real fast i have to have it by tomarrow, thanks.

Link to comment
Share on other sites

Dude, that's even worse :D

 

You really ought to learn JavaScript if you're going to promise things that require it to paying clients.

 

Check child has loaded:

http://developer.irt.org/script/1683.htm

 

Bidirectionals:

http://www.webreference.com/js/tips/000610.html

 

Check named window exists:

http://www.faqts.com/knowledge_base/view.phtml/aid/1460/fid/124

 

Check window [still] open:

http://www.faqts.com/knowledge_base/view.phtml/aid/1765/fid/124

 

Check if window.name exists:

http://www.faqts.com/knowledge_base/view.phtml/aid/21359/fid/124

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.