htmlTOP syntax? | topic started 9/26/2001; 4:25:24 PM last post 9/27/2001; 11:15:05 AM |
|
Arnold K. Pizer - Re: htmlTOP syntax? 9/27/2001; 11:15:05 AM (reads: 1112, responses: 0) |
Edit
the short script logout.pl. The print command in that script is
printing a list of strings, so you do not need another print command.
Most likely that is the source of your error. Here is an example which
works (to be consistent, it would be better to use the CGI.pm commands,
but I don't know them off the top of my head and I don't want to guess).
print &htmlTOP('WeBWorK Logout Form', '' , ''), <A HREF='http://www.math.rochester.edu/courses/current/MTH161/'> |