Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 November 22nd, 2006, 09:22 AM
Authorized User
 
Join Date: Nov 2003
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
Default Closing page without prompt in IE7

In IE6 I use the following to close the parent window in one of my ASP.NET apps:-

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

This no longer works in IE7, and now the application prompts the user with "The webpage you are viewing is trying to close the window.
Do you want to close this window?"

Does anyone know of any workarounds that work in IE7?

Thanks for your help

 
Old November 22nd, 2006, 10:14 AM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi

Just hit & trial method, try

window.opener = null;
window.close()

Regards
Mike

Fortune favours the brave, so don't regret on missed oppurtunities.
 
Old November 22nd, 2006, 10:29 AM
Authorized User
 
Join Date: Nov 2003
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Unfortunately that didn't work






Similar Threads
Thread Thread Starter Forum Replies Last Post
when page refreshed layout breaks in IE7 socoolbrewster CSS Cascading Style Sheets 1 May 17th, 2008 11:05 PM
IE7 displays a blank page... thomasdrago XML 1 January 23rd, 2008 10:01 PM
Redirect to new page without closing current page peter2004 ASP.NET 2.0 Basics 5 June 5th, 2006 08:49 PM
Closing window without prompt Sridhar Darsipudi Javascript 15 May 29th, 2006 03:21 AM
display return value of prompt box to php page godhsf80 PHP How-To 3 December 1st, 2003 01:02 PM





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