Code Search for Developers
 
 
  

test.cgi from Group-Office groupware at Krugle


Show test.cgi syntax highlighted

#! /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




See more files for this project here

Group-Office groupware

Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.

Project homepage: http://sourceforge.net/projects/group-office
Programming language(s): JavaScript,Pascal,PHP
License: other

  2-areas.cgi
  2-areas.html
  context-menu.html
  core.html
  css.html
  custom.css
  full-page.html
  fully-loaded.html
  makefile.xml
  pieng.png
  spell-checker.html
  table-operations.html
  test.cgi