On Thu, Feb 23, 2006 at 03:45:39PM +0530, Srivathsan.A.G wrote: > I use lynx 2.8.5 in windows xp. How do i setup the proxy setting. I connect > to internet via a lan.
It should be possible to set the environment variable "http_proxy". (At least on unix, I think that is the easiest way.) Only guessing, but probably in your lynx.bat file (or *.pif file?), you'd put something like the following: "set http_proxy=http://proxy.myprovider.net:8080/" (without the quotes, on a line by itself). Check out the URL below. It's a very nice page oriented towards Windows users: http://home4.pacific.net.sg/~kennethkwok/lynx/index.html __Henry "Using Lynx is like wearing a really good pair of shades: cuts out the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL." -- me, March 1999 _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
