mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
22 lines
510 B
HTML
22 lines
510 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
|
||
|
<TITLE></TITLE>
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
W3C TEXTAREA sample:
|
||
|
|
||
|
<FORM action="http://somesite.com/prog/text-read" method="post">
|
||
|
<P>
|
||
|
<TEXTAREA name="thetext" rows="20" cols="80">
|
||
|
First line of initial text.
|
||
|
Second line of initial text.
|
||
|
</TEXTAREA>
|
||
|
<INPUT type="submit" value="Send"><INPUT type="reset">
|
||
|
</P>
|
||
|
</FORM>
|
||
|
|
||
|
</BODY>
|
||
|
</HTML>
|