in reply to cannot load applet using Perl/CGI

It doesn't sound like a cgi problem.

What you have is a common applet problem, where you, the maker of the htmlfile, do not upload the applet in the same directory as the htmlfile, and then ask for the applet like "appletname".

My suggestion is to upload the applet to your root directory, and then have your cgi generate an object tag pointing to "/appletname".

That should work. I don't remember Apache serving files from under the cgi-bin correctly on my poor Apachte conf, and I don't think it will by default(the 2nd part just my opinion, but 1st part true).

update: /me is just too slow for jeffa

 
___crazyinsomniac_______________________________________
Disclaimer: Don't blame. It came from inside the void

perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

  • Comment on (crazyinsomniac) Re: cannot load applet using Perl/CGI