HTML 2 ver2.1e(Windows9x/2000/XP)

* Basic operation
Please input URL into an upside text box and push Enter.
Only minimum HTML, such as a new-line and a link, are interpreted.
In order to receive URL of a link address, please put cursor on a link and 
push Enter.

- The main shortcut keys on a main window
BS	Back
ESC	Reception is interrupted
F5	Reload
Shift+Enter	A link address is received in a new window.
CTRL+D		A current page is added to bookmarks.
Alt+V		URL of a clip board is received.

* Input of form
On a page with input forms, places to input are displayed as "INPUT".
If you put cursor on "INPUT" and push Enter, you can input a value there.
If you put cursor on "FORM" and push Enter, the form will be transmitted 
with the values which you inputted.

c.f. The form of the usual web browser transmits with the Submit button.

* Replace command
Before interpreting HTML which received, two or more replace commands which you 
set up beforehand can be executed.
You add a command from [Edit]-[Edit replace command].
Please input the text searched to "Find" and input the text after substitution 
into "Replace."
If you check to [Edit]-[Enabled replace command], It will become effective from
the next reception.
Uppercase letters and lowercase letters are not distinguished.
A regular expression compatible with perl5 can be written.
You need to attach "\" to the head of "\ .+| * ^ $ . / () {} []."
 "\\ \. \+...."
The command will not be executed if you attach "/" to the head of Find.

Example>
- All of a "Mandarin" and an "Apple" are replaced to "OOO."
 Find:Mandarin|Apple  Replace:OOO

- "Message \d" is replaced to "No.?."
 Find:Message (\d)  Replace:No.$1

- <h1>...</h1> is erased.
 Find:<h1>[^<]*<\/h1>  Replace:

- <li> is replace to <br>.
 Find:<li>  Replace:<br>
 Although a new line for HTML2 is not started by <li>, a new line is made to 
 start by transposing to <br>.

- Extract id
 Find:<[^>]*id=['"]?([^'"]*)['"]?[^>]*>  Replace:<a name=$1>ID<\/a>

* Others
- Operation when a link address is except HTML is set as [Edit]-[except HTML...]
- When you receive via a proxy, please set up from [File]-[Proxy], and check 
  [File]-[Enabled Proxy].
- You can edit the title of each bookmark, and URL from [File]-[Manage Bookmarks].
- If HTML 2 starts like "HTML.EXE http://url", it will open from the url.
- If you put %INPUT% into the URL, the box inputted there will be displayed before 
 reception.

* html.ini
If you open html.ini made after starting of HTML2 with a notepad etc., you can 
customize it in detail.
- The main parameters which you can customize
 CaptionMain	Caption of main window
 CaptionSrc	Caption of source window
 CaptionGet	Caption under reception
 IsCount	The byte display under reception. 0:display 1:none
 UserAgent	UserAgent sent at the time of reception

* A list of a corresponding HTML
<a href>	link
<a name>	label. It jumps there at the time of URL like "http://~#top."
<area>,<frame>	link
<br>,<tr>	New-line
<form>		form
<input>,<select>,<textarea> Input box

* Histroy
07/30/2004 v2.1e Release

-------------------------------------------------------------------
Mr. Tatsuo Baba made "bregexp.dll."(http://www.hi-ho.ne.jp/babaq/)
-----------------------------------------
kinue@bd.wakwak.com
http://park15.wakwak.com/~n_i/utils/
-----------------------------------------
