lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV last call: LBO home page update


From: Dave Eaton
Subject: Re: LYNX-DEV last call: LBO home page update
Date: Fri, 13 Mar 1998 07:47:10 -0700 (MST)

On Fri, 13 Mar 1998, Larry W. Virden, x2487 wrote:

> Things that we typically need :
> 
> 1. Version of Lynx

I like the idea of a form ... and though it would be best to ask
explicitly what version of lynx they are having troubles with, I find it
is often very helpful to snatch some such info in the CGI script which
catches the form input and include that in the resulting e-mail message as
well.

What I think might help most here is (in perl format):

$remote = $ENV {'REMOTE_HOST'} ;
$user_sw = $ENV {'HTTP_USER_AGENT'} ;

...

print "Submitted from host '$remote'\n";
print "using '$user_sw'.\n";

or whatever re-styled version of it you choose to use.

That way, if they are using the version of lynx on which they are
reporting the problem, it is noted. If not, we just have extra info.

Regards,
 Dave Eaton
--
 Artronic Development  - Your Web Site Solution
 12629 N. Tatum Blvd., Suite 224; Phoenix, AZ 85032
 e-mail: address@hidden - voice: (602) 953-0336  -  http://www.arde.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]