Re: [EMAIL PROTECTED] Can't load .JS file into Perl/CGI script.

2007-12-20 Thread CraigT
Thanks again Dragon. When I tried to load the js file directly via the browser, it showed the problem. I had to adapt my quoting in the .JS file to work with the new loading approach. craigt Dragon-4 wrote: > > CraigT wrote: > >>Thanks for responding Dragon. I added the

Re: [EMAIL PROTECTED] Can't load .JS file into Perl/CGI script.

2007-12-20 Thread CraigT
. The load from the subdirectory tried to work but attempted to execute the .JS file like a Perl/CGI program according to the Apache log. The content type is given as below. I need more guidance. Thanks again. craigt Dragon-4 wrote: > > CraigT wrote: > >>H

[EMAIL PROTECTED] Can't load .JS file into Perl/CGI script.

2007-12-19 Thread CraigT
Hello, I've built an app with Perl (5.8)/CGI, Javscript, and CSS. Its running on a Windows XP Home (development box) using Apache 2. It is being handled by mod_perl 2 with no errors. My problem is that I can't load .JS files into Perl/CGI scripts running out of the cgi-bin directory using the

Re: [EMAIL PROTECTED] how to preload a dll and loading a .js into a .cgi in cgi-bin

2007-11-27 Thread CraigT
noodl, I'm not sure what 'top posting' is.Am I doing something wrong? I had tried to load the C DLLs from several places like the Perl/lib directory. Apache will not start and I get no error messages. I get no Apache error messages when the .JS file does not load (using

Re: [EMAIL PROTECTED] how to preload a dll and loading a .js into a .cgi in cgi-bin

2007-11-25 Thread CraigT
dir56mt.dll" LoadFile "C:/usr/www/steepusa/cgi-bin/perlchartdir56.dll" I have been trying to load a .JS file in a script tag in my cgi script's html. I have tried loading from directories above and below the cgi-bin directory and can't seem to get it to work. Do I need to adju

[EMAIL PROTECTED] how to preload a dll and loading a .js into a .cgi in cgi-bin

2007-11-24 Thread CraigT
file residing in the cgi-bin directory. I can't load .JS files from anyplace into a .CGI file in this directory. I can load .JS files into .HTML files in the root however. I'm thinking that an adjustment in the HTTPD file is necessary, but I need some guidance. Thanks in advance for a