Closed GoogleCodeExporter closed 8 years ago
I would suggest using appendFile, and put the URL to a php file that echoes
those commands to the screen and dies.
Alternatively you can try JSON.encode in php and JSON.decode in JavaScript for
exchanging large amounts of data.
-Tres
Original comment by tres.fin...@gmail.com
on 2 Aug 2012 at 5:25
This issue is getting closed with status of "invalid". If there is a specific
feature request needed for this functionality, please reopen and explain here.
I would recommend
"onclick=appendFile('mysite/raw.php?param1=something¶m2=something¶m3=something
');
raw.php:
echo "my raw print code" . $param1;
die;
-Tres
Original comment by tres.fin...@gmail.com
on 22 Aug 2012 at 5:33
Original issue reported on code.google.com by
sa...@socialhubris.com
on 1 Aug 2012 at 6:37