Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 April 17th, 2007, 12:14 AM
Registered User
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Javascript - Firefox is not supporting

Hi,

I am using following line of code its working fine with IE and its not working in Mozilla Firefox.

tempWin = openWin('WinActivityNew',625,519);

tempWin.opener=window.opener;

actually I am opening new window and after that I am closing parent of new window.

After that I want to refer parent of new window is existing(parent of closed window) opned window.i am not able to achive above one in Firefox.

If couldn’t close that window if I refer window.opener.opener its is working fine.the problem with only after closing the window I cant get the parent parent object in new window(only in mozilla.)

For that I am using below line of code

tempWin.opener=window.opener;

In IE it’s working correctly. But in Mozilla Firefox it’s not working.

Can you please tell me how I can solve this problem?


I have one option that is instead of closing window we can hide that window. Any idea how can I hide window by using JavaScript.








Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox vs. IE - Javascript problem VerbatimBOT ASP.NET 2.0 Professional 2 September 25th, 2008 03:28 AM
How to put validation with Javascript in Firefox. nitinp ASP.NET 2.0 Professional 0 February 7th, 2007 05:15 AM
Firefox javascript error akkad Ajax 2 November 27th, 2006 10:57 AM





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