Problème Javascript, ouverture dans la même fenêtre !

Problème Javascript, ouverture dans la même fenêtre ! - HTML/CSS - Programmation

Marsh Posté le 11-12-2004 à 16:50:14    

Hello,
 
Bon mon titre n'est pas très clair, mais vola mon code:
 

Code :
  1. <script language="JavaScript1.1">
  2. var chatwin;
  3. function open1() {
  4. if(!chatwin || chatwin.closed) chatwin=window.open('http://www.link1.be','_blank1');
  5. chatwin.focus();
  6. }
  7. var chatwin;
  8. function open2() {
  9. if(!chatwin || chatwin.closed) chatwin=window.open('http://www.link2.be','_blank2');
  10. chatwin.focus();
  11. }
  12. var chatwin;
  13. function open3() {
  14. if(!chatwin || chatwin.closed) chatwin=window.open('http://www.link3.be','_blank3');
  15. chatwin.focus();
  16. }                   </script>


 
 
Voilà donc quand je clic sur link1, ca ouvre comme il faut, et sur link 2, bah ca me met la fenpetre link 2, mais en laissant link1, vs comprennez ?
 
Si qq sait comment faire pour que ca ouvre comme il faut,
Merci
Thibault


---------------
Du bist das Mädchen, dass zu mir gehört !
Reply

Marsh Posté le 11-12-2004 à 16:50:14   

Reply

Marsh Posté le 11-12-2004 à 20:30:47    

ton post est presque comprehensible. encore un effort.. :)


---------------
Julien Oncelay
Reply

Marsh Posté le 12-12-2004 à 11:01:33    

Arf, que ne comprends-tu pas ?


---------------
Du bist das Mädchen, dass zu mir gehört !
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed