Back Forward Source HTML — Submit buttons

In handcrafted HTML, configure a submit button to let a user send data from an HTML form to the server. Properties and corresponding values are added to on a user's clipboard after the user clicks the submit button.

Use the NAME attribute to specify an activity or stream to submit with the form data.

<INPUT TYPE="submit" NAME="pyStream=myStreamClass.myStream">

or:

<INPUT TYPE="submit" NAME="pyActivity=myActivityClass.myActivity">

Related topics URL directive

zzz   Source HTML tags and attributes