[W3C Check]TFW's Web LPM III / Proof Of Concept / Name Guess (More Than English): View - AJAX

Page: [tfw/web/lpm/01_poc/02_name_guess/ajax.html] (v2023-09-10_00-00.teacher_s_day)

AJAX input and result page of [Name Guess (More Than English)] sample.
Input a name into any one of the forms below, then submit and wait for the result from the server.
JavaScript ../../../../lpm/01_poc/02_name_guess/ajax.js
../../../../lpm/01_poc/02_name_guess/dom.js
HTTP GET
Name =
(Has parameter "cmd=guess_name_xml" in the attribute "action" of the form, seems OK.)
Name =
(Has parameter "cmd=guess_name_xml" inside the form, seems OK.)
HTTP POST
Name =
(Has parameter "cmd=guess_name_xml" in the attribute "action" of the form, seems OK.)
Name =
(Has parameter "cmd=guess_name_xml" inside the form, seems OK.)
Name =
(Has "application/x-www-form-urlencoded;charset=UTF-8" in the attribute "enctype" of the form, seems OK.)
Name =
(Has "application/x-www-form-urlencoded;charset=GB2312" in the attribute "enctype" of the form, seems ???)

Show All Form Information AJAX Information Parsed Result Hide All