When buttons appear on web pages, could lynx turn those buttons into
executable links?
This would make wiki pages more useable for lynx users not to mention
githib and gitlab pages.
--
Jude
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo.
Please use in th
On 09/12/2023 08:30, Jude DaShiell wrote:
When buttons appear on web pages, could lynx turn those buttons into
executable links?
In general no, not even for type=submit ones, as the likely target is
the execution of javascript, which would mean fully executing that script.