0
How I can create a submit button that can pressed to placed me another web page
2 odpowiedzi
+ 1
<form action="action_page.php" method="get" id="form1">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
</form>
<button type="submit" form="form1" value="Submit">Submit</button>
par example
0
<form>
<input type="submit" name="btnSubmit",value="submit" id="idSubmit" />
</form>