mkahn has asked for the wisdom of the Perl Monks concerning the following question:
I saw
used to put dynamic content in an html doc. This allowed me to embed dynamic content from a remote server on my page.<script source=http://blahblah.com/script.asp></script>
but this didn't work.<script (language=perl(script) source=mysite.com/myscript.pl>
Any other suggestions?
Edit ar0n - Added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: embedding a <script> tag in an html doc to call remote perl
by Chady (Priest) on Jul 16, 2002 at 08:09 UTC | |
|
Re: embedding a <script> tag in an html doc to call remote perl
by zaimoni (Beadle) on Jul 16, 2002 at 13:28 UTC | |
by mkahn (Beadle) on Jul 16, 2002 at 19:19 UTC |