Search
 
SCRIPT & CODE EXAMPLE
 

HTML

form submission with post

<form action="http://www.foo.com" method="GET">
  <div>
    <label for="say">What greeting do you want to say?</label>
    <input name="say" id="say" value="Hi">
  </div>
  <div>
    <label for="to">Who do you want to say it to?</label>
    <input name="to" id="to" value="Mom">
  </div>
  <div>
    <button>Send my greetings</button>
  </div>
</form>
Comment

PREVIOUS NEXT
Code Example
Html :: angular foreach html 
Html :: link to parent folder html 
Html :: bootstrap tablist 
Html :: multiple countdown html js 
Html :: ngbdatepicker disable input 
Html :: how to host html website 
Html :: metamask delete account 
Html :: svelte if block 
Html :: boilerplate code in html 
Html :: h1 html 
Html :: how to update html before alert 
Html :: change fill color using javascript 
Html :: Error: input is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`. 
Html :: %20 in html 
Html :: how to set a date for type date inpt 
Html :: JSPL loop through map keys 
Html :: click on tr redirect new page 
Html :: html components 
Html :: vue 3 emits 
Html :: cards vuetify 
Html :: how to set timeout for a div tag in html 
Html :: bootstrap jumbotron with navbar 
Html :: sweet alert js 
Html :: how to horizontal line in html 
Html :: Hyperlink to text simple html a tag 
Html :: navbar styles css 
Html :: ng-bind-html vuejs 
Html :: defer in html 
Html :: iframe ember pdf 
Html :: change text color exactly one word inside text html 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =