Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 14th, 2005, 01:33 AM
Registered User
 
Join Date: Aug 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The script doesn't work in IE 5.01 Windows 2000

 
Old February 14th, 2006, 10:07 AM
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hey, thanks for tricky_win_close()...works like a champ!!

 
Old February 26th, 2006, 11:12 AM
Friend of Wrox
 
Join Date: Sep 2004
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Default

amazing...
and

window.opener=window;
window.close();

works fine too...

 
Old February 26th, 2006, 11:14 AM
Friend of Wrox
 
Join Date: Sep 2004
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Default

it seems IE just checks to see if the window.opener is null
so

window.opener=1;
window.close();

works just fine...

 
Old March 7th, 2006, 01:12 AM
Authorized User
 
Join Date: Feb 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to dimo414 Send a message via Yahoo to dimo414
Default

As to your first three questions, I belive you can utilize cookies to that effect. Using either a serverside script or javascript you can create a cookie, then call it with the other one.

 
Old May 29th, 2006, 03:21 AM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

unfortunately, tricky_win_close doesn't trick the latest version of Netscape. :(





Similar Threads
Thread Thread Starter Forum Replies Last Post
Closing parent window from child window arnabghosh Javascript How-To 1 December 26th, 2007 01:18 AM
Closing page without prompt in IE7 gp_mk ASP.NET 1.0 and 1.1 Professional 2 November 22nd, 2006 10:29 AM
Can command prompt show in window forms? g0dchild_85 C# 0 June 26th, 2006 09:04 PM
Closing window Netscape r_ganesh76 Javascript 1 November 22nd, 2004 11:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.