![]() Preserved Topic: Question about target="" (Page 1 of 1)  | 
  |
|---|---|
| 
       Maniac (V) Inmate From: A little lower...  lower...  ahhhhhh, thats the spot  | 
    
       
  posted 10-16-2001 13:51
      
      I had someone in a class I was teaching ask me about the target="" attribute within the <a> tag.  He was wanting to create a "remote control" for a pictures page so that he could click buttons on the remote and a picture would appear in another window.    | 
  
| 
       Maniac (V) Inmate From: A little lower...  lower...  ahhhhhh, thats the spot  | 
    
       
  posted 10-16-2001 13:58
      
      
     | 
  
| 
       Maniac (V) Mad Scientist From: Belgrade, Serbia  | 
    
       
  posted 10-16-2001 19:38
      
      If you want to stick with that method (using the same TARGET for different links), you should modify all files that you're opening like that, so that they have ONLOAD="this.focus();" added to the <BODY> tag...  |