Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

type button on form

<form action="/button-type">
<button type="button" onclick="alert('This button does nothing.')">Click me for no reason!</button><br><br>
<label for="name">Name</label><br>
<input name="name"><br><br>
<button type="reset">Reset the form!</button><br><br>
<button type="submit" disabled>Submit (disabled)</button>
</form>
Source by html.com #
 
PREVIOUS NEXT
Tagged: #type #button #form
ADD COMMENT
Topic
Name
3+4 =