If you click the "Submit" button, the form-data will be sent to a page called "html_form_action.asp".
Bagaimana kodenya ?
Ini dia kodenya
<form name="input" action="html_form_action.asp" method="get">
First name: <input type="text" name="FirstName" value="Teko"><br>
Last name: <input type="text" name="LastName" value="Muter"><br>
<input type="submit" value="Submit">
</form>
<p>If you click the "Submit" button, the form-data will be sent to a page called "html_form_action.asp".</p>
Tinggal sobat copy paste aja kode tersebut sesuai letak yang sobat inginkan di HTML
Post a Comment
Jika ada yang mempunyai saran, kritik, maupun pertanyaan, jangan segan-segan untuk mengunkapkannya, ungkapkan saja dikotak komentar !
terimakasih :)