On Wed, Dec 30, 2009 at 12:43 PM, Carsten Haese <carsten.ha...@gmail.com>wrote:
> Anyway, the likely answer is that you guessed incorrectly. As I said > before, you need to make sure that the cookie is printed as part of the > page headers. I'll give you one last hint: The page header is where > you're printing the "Content-type" line. > Ok. Thank you. print 'Content-Type: text/html' print cookie print print '''<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ''' That worked. Threw a new error LOL. Thanks, beno
-- http://mail.python.org/mailman/listinfo/python-list