K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / doc / w3m /
server ip : 172.67.156.115

your ip : 172.70.126.133

H O M E


Filename/usr/share/doc/w3m/README.pre_form
Size1.43 kb
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:56
Last modified13-May-2003 00:24
Last accessed06-Jul-2025 22:35
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
pre_form: Feature to configure form parameters when opening specific site.

It would be convinient for sites where you often visit, but it may introduce
some security issues. Be careful to use this feature, especially `submit'
params described below.

Default configuration file for pre_form is ~/.w3m/pre_form.

Syntax as follows:

url <url>|/<re-url>/
form [<name>] <action>
text <name> <value>
file <name> <value>
password <name> <value>
checkbox <name> <value> [<checked>]
radio <name> <value>
section <name> <value>
submit [<name> [<value>]]
image [<name> [<value>]]
textarea <name>
<value>
:
/textarea

If <action> is set, form which has matched <action> attributes
will be configured by this pre_form.

The line begining with text, file, passwd, select, textarea means that
it will set value to <value> in input, select or textarea element which
name attribute matches with <name>.

The line beginning with checkbox, radio means that it will check
input element which name and value attribute matches with <name> and <value>
respectively. If <checked> is 0, no, or off, disable check of the checkbox.

The line beginning with submit or image means that it will submit input
element which name attribute matches with <name> (and value attribute
matches with <value>), or submit last <input type=submit> element if no
<name> specified.

You quote \, ' (single-quote) or " (double quote) as you do in shell.