mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
68 lines
932 B
HTML
68 lines
932 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Rechtsfragen - Rechtsfragen mit Pfiff</title>
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
form {
|
|
display: inline;
|
|
}
|
|
// -->
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- outer table -->
|
|
<table border = 1>
|
|
<tr>
|
|
|
|
<td> a </td>
|
|
|
|
<td>
|
|
<form action = "http://www.fake.net/submit1.php"
|
|
method = POST>
|
|
<!-- inner table -->
|
|
<table border = 1>
|
|
|
|
<tr>
|
|
<td>Name:</td>
|
|
<td><input
|
|
type = text
|
|
name = Author
|
|
size = 32
|
|
value = ""
|
|
maxlength = 32></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan=2>Rechtsauskunft:<br>
|
|
<textarea
|
|
name = Content
|
|
rows = 10
|
|
cols = 50></textarea>
|
|
<br><small>* HTML Tags werden nicht Ć¼bersetzt.</small><br><small>* Deine Emailadresse wird nicht ƶffentlich.</small></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan = 2
|
|
align = center>
|
|
<input type = submit
|
|
value = "Catch me">
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
<!-- inner table end -->
|
|
</form>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
<!-- outer table end -->
|
|
|
|
</body>
|
|
</html>
|