Javascript opener with flash target blank

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

Join Date: Jun 2004
Posts: 247
Reputation: cmills83 is an unknown quantity at this point 
Solved Threads: 1
cmills83 cmills83 is offline Offline
Posting Whiz in Training

Javascript opener with flash target blank

 
0
  #1
Oct 27th, 2008
Hi

for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem only exists in ie6 and 7. Does anyone have a fix, should I pass a variable from flash? thanks.
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 24
Reputation: hudz is an unknown quantity at this point 
Solved Threads: 1
hudz's Avatar
hudz hudz is offline Offline
Newbie Poster

Re: Javascript opener with flash target blank

 
0
  #2
Oct 29th, 2008
Hi cmills83,

Please show your code.
-noIdea-
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 247
Reputation: cmills83 is an unknown quantity at this point 
Solved Threads: 1
cmills83 cmills83 is offline Offline
Posting Whiz in Training

Re: Javascript opener with flash target blank

 
0
  #3
Oct 29th, 2008
first page is just has a target blank link in the flash then the page that is opened has:

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. function swapWin(winLink) {
  2. if (window.opener != null && !window.opener.closed) {
  3. window.opener.location = winLink;
  4. window.opener.focus();
  5. }
  6. else {
  7. window.open(winLink, "newWindow");
  8. }
  9. }

and called with

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <a href="javascript:swapWin('http://www.google.com/');">link to brand site</a>
Reply With Quote Quick reply to this message  
Reply

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



Other Threads in the JavaScript / DHTML / AJAX Forum


Views: 1049 | Replies: 2
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