KB wrote:

> 
>> > Using:http://code.activestate.com/recipes/80443/
>>
> 
> Thanks for the prompt reply, Diez! Using the above I have found the
> name of the cookie (I did google how to use IE cookies in python and
> that was the best match) but it only tells me the name of the cookie,
> not how to use it.

Ah, sorry, should have read the recipe also. 

For me it looks as if findIECookie from that recipe is to be called with the
name. Then it should return the value, or None

What does you full example look like, including the
cookie-acquisition-stuff?

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to