Hi,
if I opened a php-page using
... onclick=\"help= window.open('he lp.php', 'Help',
'innerHeight=40 0,innerWidth=40 0,screenX=555,s creenY=250,depe ndent=Yes,bar=Y es');
....
is there a way to send data to the invoked page (help.php)? Something
like $_POST[....] if I would use a HTML form-submit?
Setting cookies or store data in mysql are not so very elegant solutions.
Can somebody give me hint?
Lajos
if I opened a php-page using
... onclick=\"help= window.open('he lp.php', 'Help',
'innerHeight=40 0,innerWidth=40 0,screenX=555,s creenY=250,depe ndent=Yes,bar=Y es');
....
is there a way to send data to the invoked page (help.php)? Something
like $_POST[....] if I would use a HTML form-submit?
Setting cookies or store data in mysql are not so very elegant solutions.
Can somebody give me hint?
Lajos
Comment