L
Lajos Kuljo
Hi,
if I opened a php-page using
... onclick=\"help=window.open('help.php', 'Help',
'innerHeight=400,innerWidth=400,screenX=555,screenY=250,dependent=Yes,bar=Yes');
....
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('help.php', 'Help',
'innerHeight=400,innerWidth=400,screenX=555,screenY=250,dependent=Yes,bar=Yes');
....
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