<a class="topLink" href="input_image.php"><input type="submit" name="productbaru" value="Product Baru"/></a>
If I press Product Baru why they do not take me to input_image.php ?
<a class="topLink" href="input_image.php"><input type="submit" name="productbaru" value="Product Baru"/></a>
If I press Product Baru why they do not take me to input_image.php ?
Jump to PostBecause a submit button responds to a form tag, not a link.
Because a submit button responds to a form tag, not a link.
However, you can do this;
<a class="topLink" href="input_image.php">
<input type="button" name="productbaru" value="Product Baru"/>
</a>
Submit type is only used with form.So write button instead of submit.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.
You're trying to visit a URL that doesn't currently exist on the web. Most likely, a member posted a link a long time ago to a web page that has since been removed. It's also possible that there was a typo when posting the URL. We redirect you to this notice instead of stripping out the link to preserve the integrity of the post.