OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: tutorial |
3 title: "Get Input from a Form" | 3 title: "Get Input from a Form" |
4 description: "Using HTML forms and input elements to send data to a server" | 4 description: "Using HTML forms and input elements to send data to a server" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: forms | 7 id: forms |
8 next: indexeddb/ | 8 next: indexeddb/ |
9 next-title: "Use IndexedDB" | 9 next-title: "Use IndexedDB" |
10 prev: fetchdata/ | 10 prev: fetchdata/ |
11 prev-title: "Fetch Data Dynamically" | 11 prev-title: "Fetch Data Dynamically" |
12 --- | 12 --- |
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 ###What next? | 962 ###What next? |
963 | 963 |
964 The next tutorial, | 964 The next tutorial, |
965 [Use IndexedDB](/docs/tutorials/indexeddb), | 965 [Use IndexedDB](/docs/tutorials/indexeddb), |
966 describes how to save data on the client | 966 describes how to save data on the client |
967 in the browser's Indexed Database. | 967 in the browser's Indexed Database. |
968 | 968 |
969 {% endcapture %} | 969 {% endcapture %} |
970 | 970 |
971 {% include tutorial.html %} | 971 {% include tutorial.html %} |
OLD | NEW |