<div class="gmail_quote">On Wed, Dec 30, 2009 at 12:43 PM, Carsten Haese <span dir="ltr"><<a href="mailto:carsten.haese@gmail.com">carsten.haese@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Anyway, the likely answer is that you guessed incorrectly. As I said<br>
before, you need to make sure that the cookie is printed as part of the<br>
page headers. I'll give you one last hint: The page header is where<br>
you're printing the "Content-type" line.<br></blockquote><div><br>
</div></div>Ok. Thank you.<br><br> print 'Content-Type: text/html'<br> print cookie<br> print<br> print '''<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br><html><br>
'''<br><br>That worked. Threw a new error LOL.<br>Thanks,<br>beno<br>