Actually, it depends. there are some script buttons that if I type this, note the upper case, :SUBMIT The button can be submited, as if I had clicked on the button instead. Kare
On Sat, 9 Dec 2023, David Woolley wrote:
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.