Added htmlArea3
This commit is contained in:
parent
4489a747fc
commit
8976c0f18c
68 changed files with 5708 additions and 0 deletions
21
www/extras/htmlArea3/examples/test.cgi
Executable file
21
www/extras/htmlArea3/examples/test.cgi
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#! /usr/bin/perl -w
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
|
||||
use CGI;
|
||||
|
||||
print "Content-type: text/html\n\n";
|
||||
$c = new CGI;
|
||||
$ta = $c->param('ta');
|
||||
|
||||
print <<EOF;
|
||||
<html>
|
||||
<body>
|
||||
<textarea style="width: 100%; height: 200px">$ta</textarea>
|
||||
$ta
|
||||
</body>
|
||||
</html>
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue