Re: can this be done?
David Woolley <[email protected]>
| Newsgroups | gmane.comp.web.lynx.devel |
|---|---|
| Message-ID | <[email protected]> |
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.