Forum: JavaScript / DHTML / AJAX 28 Days Ago |
| Replies: 4 Views: 401 Sending data:
The easiest way to send data to your server from the form is using _GET variables
You can take the variables from your form and add them to your string like this
function action()... |