[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] DISABLED form submit button
From: |
aw585 |
Subject: |
Re: [Lynx-dev] DISABLED form submit button |
Date: |
Wed, 8 Feb 2012 18:34:57 GMT |
> From: David Dorward <address@hidden>
> ....................................
> You could use a proxy server that rewrites the form to remove the disabled
> attribute on
the way through.
>
> --
> David Dorward
> http://dorward.me.uk
I've posted this in the past, but what works for me on plain
http pages (not https) is the following with the Privoxy
proxy server:
--
in /etc/privoxy/user.action :
{ +filter{js-submits} }