MediaPost Social Network

Up:submit

Creates a JavaScript submit for a form, useful for making image or text links act as submission buttons. Markup contained by this tag will be surrounded with an <a> tag with a submit onclick action.

Attributes

  • Required
    • string form_id - id of the form to be submitted

Sample code

 <up:submit form_id="form">
    <img src="http://images.jupiterimages.com/common/detail/50/17/22851750.jpg">
 </up:submit>