forked from KolibriOS/kolibrios
WebView: bugfixes
git-svn-id: svn://kolibrios.org@9318 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user