Код:
Код: Выделить всё
<?php
$maps=naval;
echo "<a href=javascript:win()>$maps</a>";
?>вот функция:
Код:
Код: Выделить всё
function win()
{
omap=window.open('','omap','width=700,height=753,top=0,left=0,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
omap.document.open();
omap.document.write('<link href="css.css" type=text/css rel=stylesheet><body><center>$maps');
omap.document.close();}как сделать так чтобы переменная $maps передалась в новое открытое окно?
помогите очень срочно надо((
[s]Исправлено: Prisoner, 2:34 25-08-2004[/s]
