red_of_rby
06-03-2003, 10:11 AM
Hello, I have created a form using Perl, it all works perfectly. I have one query though. At the mo I have a very basic bit of HTML at the end of it for the U.I. after a form has been processed. How could I improve on what I have to include style sheets and links?
Currently the end reads:
$MAIL->sendMail($mail_template, \%variables);
# Display a page thanking the user.
print $query->header(-type => 'text/html');
print "<html>";
print "<body>";
print "<center>";
print "Thanks for submitting your Top 5's";
print "</center>";
print "</body>";
print "</html>";
exit(0);
Cheer Ed
Currently the end reads:
$MAIL->sendMail($mail_template, \%variables);
# Display a page thanking the user.
print $query->header(-type => 'text/html');
print "<html>";
print "<body>";
print "<center>";
print "Thanks for submitting your Top 5's";
print "</center>";
print "</body>";
print "</html>";
exit(0);
Cheer Ed