Wapp

Diff
Login

Differences From Artifact [8d2758a7fd]:

To Artifact [b42d8b1b8c]:


1
2


3
4
5
6
7
8
9


1
2
3
4
5
6
7
8
9
-
-
+
+







# This script demonstrates how to send form data as JSON using
# XMLHttpRequest
# This script demonstrates how to send form data from the client browser
# back up to the server using an XMLHttpRequest with JSON content.
#
package require wapp
proc wapp-default {} {
  wapp-trim {
    <h1>Example Of Sending Form Data As JSON Using AJAX</h1>
    <form id="nameForm">
    <table border="0">