Przykład:
echo '<a href="'.$xxx.'" onClick="window.open(this.href,''.$width.', '.$height.''); return false">$yyy </a>';
[php][/php]
$width = 100; $height = 100; $yyy = "click me"; echo '<a href="'.$xxx.'" onClick="window.open(this.href,'.$width.', '.$height.'); return false">'.$yyy.'</a>';