View Single Post
  #14  
Old 31-07-2007, 23:50
Matt Matt is offline
Super modérateur
1 Highscore
 
Join Date: 24-12-2002
Posts: 4,453
Essaye ça :
Code:
echo "<script language=javascript>window.open('".$rec[0]."','".$rec[1]."');";
if ($rec[1]=='_blank')
 {
  echo 'history.go(-1);';
 }
echo '</script>';
Reply With Quote