mtavares
05-05-2006, 04:59 PM
i get a script in www.wsabstract.com that allow open a remote window...
it's:
-------------------------------------------------------------------------function remote(){
/*Credit: www.wsabstract.com more JavaScripts here.*/
win2=window.open("test.php?x=1","","width=500,height=250,scrollbars")
win2.creator=self
}-------------------------------------------------------------------------
this script can send to the page test.php the variable x, but how it's is embebed in php code i would like send variables-php...but a don't know how is this, sintaxe??
it's:
-------------------------------------------------------------------------function remote(){
/*Credit: www.wsabstract.com more JavaScripts here.*/
win2=window.open("test.php?x=1","","width=500,height=250,scrollbars")
win2.creator=self
}-------------------------------------------------------------------------
this script can send to the page test.php the variable x, but how it's is embebed in php code i would like send variables-php...but a don't know how is this, sintaxe??