forked from KolibriOS/kolibrios
3d9d07ba7c
git-svn-id: svn://kolibrios.org@9318 a494cfbc-eb01-0410-851d-a64ba20cac60
37 lines
928 B
HTML
37 lines
928 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<form action="https://www.w3schools.com/action_page.php">
|
|
First name: <input type="text" name="fname" value="Mickey"><br>
|
|
Last name: <input type="text" name="lname" value="Mouse"><br>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
<form action="https://www.w3schools.com/action_page.php" method="post">
|
|
First name: <input type="text" name="fname" value="Aboba"><br>
|
|
Last name: <input type="text" name="lname" value="Aboba"><br>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
<p>Click the "Submit" button and the form-data will be sent to a script on the server.</p>
|
|
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
<h1>aboba</h1><br>
|
|
|
|
|
|
</body>
|
|
</html>
|