What's wrong with my script?

John Goerzen jgoerzen at complete.org
Sun Sep 16 22:08:54 EDT 2001


"Michael Landmann" <michael1083 at gmx.de> writes:

> print "<meta http-equiv="refresh" content="5;
> URL=http://www.aramedis.de/de/index.htx">"

Quoting problems.  Change the outer " to '.

Incidentally, next time instead of saying "it doesn't work", display
the output from running it at a prompt!

-- John

> 
> print "</head>"
> 
> print "<body bgcolor=#000000>"
> print "hallo"
> print "</body>"
> print "</html>"
> 
> 
> 

-- 
John Goerzen <jgoerzen at complete.org>    GPG: 0x8A1D9A1F    www.complete.org



More information about the Python-list mailing list