What's wrong with my script?

Ignacio Vazquez-Abrams ignacio at openservices.net
Fri Sep 14 14:37:46 EDT 2001


On Fri, 14 Sep 2001, Michael Landmann wrote:

> Hi, I wrote this script and saved it as index.cgi, but it doesn't work.
> Idea?
>
> #! /usr/bin/python

print "Content-type: text/html"
print

> print "<html>"
> print "<head>"
> print "<title>Aramedis.com</title>"
> print "<meta http-equiv="refresh" content="5;
> URL=http://www.aramedis.de/de/index.htx">"
>
> print "</head>"
>
> print "<body bgcolor=#000000>"
> print "hallo"
> print "</body>"
> print "</html>"

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list