in reply to Re: embedding a <script> tag in an html doc to call remote perl
in thread embedding a <script> tag in an html doc to call remote perl

Thank you both, C & Z.

I want to let developers to embed my content in their page simply, and transparently.

It's not my hosting environment, so activestate is out.

The iframe solution works, but I don't want it in a different frame; no transparency. The solution I'm inferring is to write the script to output in javascript.

I'm combing around now for a module. Unless I (findmodule), I'll have to read(lots of stuff about cross-browser compatability) and write (several different versions based on the browser ID) I (imagine).

  • Comment on Re: Re: embedding a <script> tag in an html doc to call remote perl