window.opener.location problem in firefox

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Sep 2008
Posts: 2
Reputation: russscot is an unknown quantity at this point 
Solved Threads: 0
russscot russscot is offline Offline
Newbie Poster

window.opener.location problem in firefox

 
0
  #1
Sep 29th, 2008
Hi all,
I am quite new to javascript, and am having no luck in discovering the problem. The following little function works just fine in IE, but does nothing in firefox. Any suggestions?

Thanks in advance,
Russ

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. function closemeout()
  2. {
  3. document.closeout.action=window.opener.location.href("<%=sNonSecurePath%>accinfo.asp");
  4. document.closeout.submit();
  5. self.close();
  6. }
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 2
Reputation: russscot is an unknown quantity at this point 
Solved Threads: 0
russscot russscot is offline Offline
Newbie Poster

Re: window.opener.location problem in firefox

 
0
  #2
Sep 30th, 2008
Update: solved the problem by removing the document references. Now works fine in both browsers.

Russ
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



Tag cloud for JavaScript / DHTML / AJAX
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC