How to Adjust Script to Image - Joomla! Forum - community, help and support
hello, have script wich shows drop down box 1 value , "select" button.
does know how make image script, when click on image same action "select" button in script.
thanks
code: select all
<form action="index.php" method="post" enctype="multipart/form-data" name="templateform" target="_parent">
<select name="jos_change_template" class="button" id="mod_templatechooser_jos_change_template" onchange="">
<option value="template name" selected="selected">text</option>
</select>
<input class="button" type="submit" value="select" />
</form>
does know how make image script, when click on image same action "select" button in script.
thanks
Comments
Post a Comment