![]() Preserved Topic: detect if window already open (Page 1 of 1)  | 
  |
|---|---|
| 
       Paranoid (IV) Inmate From: us  | 
    
       
  posted 05-04-2001 01:11
      
      i make a new window with this  | 
  
| 
       Paranoid (IV) Inmate From: other places  | 
    
       
  posted 05-04-2001 05:41
      
      If it's open, the window.open call won't open another one, it'll use the open one of that name.  | 
  
| 
       Paranoid (IV) Inmate From: us  | 
    
       
  posted 05-04-2001 06:03
      
      because when i click a new link, the window then turns white and does nothing  | 
  
| 
       Paranoid (IV) Inmate From: other places  | 
    
       
  posted 05-04-2001 16:47
      
      Ha ha, I just read your actual code! It turns white and does nothing because that's what you programmed!!  | 
  
| 
       Paranoid (IV) Inmate From: us  | 
    
       
  posted 05-04-2001 16:58
      
      i didn't post all the code, heres the whole thing:  | 
  
| 
       Paranoid (IV) Inmate From: other places  | 
    
       
  posted 05-04-2001 21:41
      
      popupWin.document.write  | 
  
| 
       Paranoid (IV) Inmate From: us  | 
    
       
  posted 05-05-2001 01:35
      
      that's not it, i tried it and it doesn't even show the first link you click on.  | 
  
| 
       Maniac (V) Inmate From: under the bed  | 
    
       
  posted 05-05-2001 01:53
      
      give us a URL to look at!  | 
  
| 
       Paranoid (IV) Inmate From: us  | 
    
       
  posted 05-05-2001 02:34
      
      
     | 
  
| 
       Maniac (V) Mad Scientist From: Belgrade, Serbia  | 
    
       
  posted 05-05-2001 10:00
      
      Heh, everything works fine for me. First, I click on one link and get the popup, then I click on the same link again and also get the same page (it doesn't get wiped out). Anyway, the thing that might causing the problem is that "about:blank" url that you specified. When dynamically creating popups, you don't even need to specify first parameter, so you can leave it blank "" ...  |