in reply to call javascript from perl
Now the the BODY for the HTML returned by the scriptMain page's HTML ... <script language="javascript"> function Dumper(txt) { // write txt somewhere on the page } </script> ... <iframe src="perlscript.pl" width=0 height=0> ....
<body> <script language="javascript"> var txt='the info you want to show'; parent.Dumper(txt); </script> </body> ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: call javascript from perl
by pvilleSE (Novice) on Feb 10, 2006 at 13:41 UTC |