Java Reference
- legokiller666
-
legokiller666
- Member since: Jan. 28, 2001
- Offline.
-
- Forum Stats
- Member
- Level 12
- Blank Slate
How do you make it so when you close a website another one closes? (like the newgrounds one)
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 8/6/01 02:55 PM, lk6 wrote: How do you make it so when you close a website another one closes? (like the newgrounds one)
When you pop open a window, you get back a window handle. Use that handle to close the window. Or you can refer to the browser's DOM to find the window you're looking for. Either way you can find your answer by searching for 'window.open()' somewhere.
<deleted>

