[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Which functions for addressing specific forms in a page?
- From: Thorsten Jolitz <tjolitz@xxxxxxxxx>
- Date: Sat, 31 May 2014 00:36:40 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12316
Hi,
I want to write elisp code that presses specific buttons or links in a
webpage that I created - which w3m functions do I use for that?
Say I have a page with 5 buttons A, B, ..., E, and want to write an
elisp function
,----------------------------
| (defun press-button (label-or-number-or-so) ...)
`----------------------------
and bind it to a key, how do I do that using the emacs-w3m libraries?
Thanks for any hint.
--
cheers,
Thorsten