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

2007-11-27 Thread Vincent Bray
On 27/11/2007, CraigT <[EMAIL PROTECTED]> wrote: > I'm not sure what 'top posting' is.Am I doing something wrong? http://catb.org/jargon/html/T/top-post.html > 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

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 Vincent Bray
On 25 Nov 2007, at 13:29, CraigT wrote: I have tried the LoadFile directive but Apache would not start. That's why I was asking if there was a way to do it in the startup.pl file. The commands that I tried follow and were placed at the end of the HTTPD file. LoadFile "C:/usr/www/steepusa/

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

2007-11-25 Thread CraigT
Thanks for replying noodl. I have tried the LoadFile directive but Apache would not start. That's why I was asking if there was a way to do it in the startup.pl file. The commands that I tried follow and were placed at the end of the HTTPD file. LoadFile "C:/usr/www/steepusa/cgi-bin/perlcha

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

2007-11-24 Thread Vincent Bray
On 24 Nov 2007, at 11:26, CraigT wrote: 1) How can I preload a dll. I preload language modules (Perl) in a startup file executed in the HTTPD file. I think this is the place, but I don't know how to do code it. I'm not exactly sure what you're asking here, but you might need the LoadFile

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

2007-11-24 Thread CraigT
Hello, I hope this is the right place for these 2 questions. 1) How can I preload a dll. I preload language modules (Perl) in a startup file executed in the HTTPD file. I think this is the place, but I don't know how to do code it. 2) How can I load a Javascript file into a .CGI file residing