More Tools
String Total Length & Line Calculator
Query String & POST String Tidy
String & Text Encoder
String & Text Decoder
Text to List Converter
Data Miner
Html Form POST Extractor
List Prefix & Postfix Processor
JSUnFuck - JSFuck Decoder
Private Investment Scheme Calculator
Your IP Address:
18.226.172.234
CoderTab
Online Coding Tools for Coders & Developers
CoderTab :
Html Form POST Extractor
A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing. Forms can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields.
<!DOCTYPE html> <html> <body> <form action="/action_page.php"> First name:<br> <input type="text" name="firstname" value="Mickey"> <br> Last name:<br> <input type="text" name="lastname" value="Mouse"> <br><br> <input type="submit" value="Submit"> </form> <p>If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".</p> </body> </html>
Sort Ascending
Numbering
Copyright © 2017 CoderTab.com