I can't get the analog cgi form to work, and would appreciate any help. I can succesfully run the perl file from the command line, and I can run other cgi forms (not analog), so I can only think that for some reason the .htm form is not succesfully passing values to analog. When I run the form Task Manager does show that analog has started, but after a few seconds the process just hangs a 0% activity, and the the browser window just sits there with no error message. Here is the .htm form file (the ## are just for clarity and aren't in the file) ################ <html><head> <title>Analog form interface</title> </head> <body> <h1>Analog form interface</h1> <form action="anlgformold.pl" method="POST"> <input type=hidden name="cg" value="analog.cfg"> <input type=hidden name="LOGFILE" value="ex000101.log"> <input type=hidden name="all" value="on"> <input type=submit value="Produce statistics"> <input type=reset value="Reset form"> </form></body></html> ################ While that seems to do nothing, if I run the command line anlgformold.pl cg=analog.cfg logfile=ex000101.log all=on I get a result. The perl file and html form file are in the same directory. I am running IIS4 on NT4, using Active Perl 5 for Win32. I am new to cgi so I may be making a simple mistake. John Clayton Webmaster The Scottish Executive K Spur Saughton House Broomhouse Drive EDINBURGH EH11 3XD UK gtn: 7188 4542 tel: 0131 244 4542 fax: 0131 244 4545 email: [EMAIL PROTECTED] ********************************************************************** This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. ********************************************************************** ------------------------------------------------------------------------ This is the analog-help mailing list. To unsubscribe from this mailing list, send mail to [EMAIL PROTECTED] with "unsubscribe" in the main BODY OF THE MESSAGE. List archived at http://www.mail-archive.com/[email protected]/ ------------------------------------------------------------------------
