Code Search for Developers
 
 
  

2-areas.cgi from Group-Office groupware at Krugle


Show 2-areas.cgi syntax highlighted

#! /usr/bin/perl -w

use strict;
use CGI;

my $cgi = new CGI;
my $text1 = $cgi->param('text1');
my $text2 = $cgi->param('text2');

print "Content-type: text/html\n\n";

print "<p>You submitted:</p>";
print "<table border='1'>";
print "<thead><tr bgcolor='#cccccc'><td width='50%'>text1</td><td width='50%'>text2</td></tr></thead>";
print "<tbody><tr><td>$text1</td><td>$text2</td></tr></tbody>";
print "</table>";




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