To LdBeth

-----------------
The source scripts are in two zip files.
   making_basic_ver_0_1.zip for simple server and client system to test infinite core loop for server socket communication    making_ver_0_1.zip          for web form server system based on server core loop with http protocol handling

-----------------
The character '<' and '>' in the html coding from server should have been written as &lt; and &gt;. This is a part of web_form_app_definition_file.ijs, and is is user's responsibility.

Then I tried to revise
   NB./*/HTML_TITLE/temperature converter (centigrade <-> fahrenheit)
to
   NB./*/HTML_TITLE/temperature converter (centigrade &lt;-&gt; fahrenheit)

with revised application name, such as
NB./*/APP_FOLDER_NAME/00_centigrade_fahrenheit_mutual_converter_rev

And the display of title within firefox browser's tab showed '(centigrade <-> fahrenheit)' in the both applications.

But according to HTML grammar, '<' and '> should be written as &lt; and &gt;.

-----------------
Thanks for typos information.  There may be more of them, I will check the manuscript again.

Yuji


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to