in reply to Voting Issues with Lynx (and other browsers)
It would surely be a simple patch to just add a third radio button that just returned a zero (or, maybe a null string: some browsers might not bother passing the vote's name if it has a null value ... anyone know?)
or looking better:<input type="radio" name="vote__XXXXXX" value="1" />++ <input type="radio" name="vote__XXXXXX" value="1" />0 <input type="radio" name="vote__XXXXXX" value="-1" />--
Which would look like:-- <input type="radio" name="vote__XXXXXX" value="-1" /> <input type="radio" name="vote__XXXXXX" value="0" checked /> <input type="radio" name="vote__XXXXXX" value="+1" /> ++
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
THE ABOVE POST WAS WRITTEN BY AN IDIOT
by BigLug (Chaplain) on Oct 02, 2002 at 06:01 UTC |