Hi, > > myWin=window.open(\"$_SERVER[PHP_SELF]?skrivut=yeah&target=$target
Actually, I see. the problem... that should read: myWin=window.open(\"' . $_SERVER['PHP_SELF'] . '?skrivut=yeah&target=$target also, use: echo ' and '; that will fix it. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php