Sorry to ask the same question again, but I know someone has the answer...
I can set a cookie from but I can't set it from I have tried setting the "path=/", but the error in Microsoft Debugger remains the same "Object doesn't support this property or method" - and always breaks at the line where I actually set the cookie (document.cookie=the_cookie --> where the_cookie="user=jeremy;expires="+expire_date). I have tried to mimick exactly what other tutorial web pages are doing, but no luck. There has to be a simple answer, but it is always those simple ones that piss you off the most.
How about testing the page where I have been trying to just make this little cookie stuff work... and see if you can help??? Thanks.
I can set a cookie from but I can't set it from I have tried setting the "path=/", but the error in Microsoft Debugger remains the same "Object doesn't support this property or method" - and always breaks at the line where I actually set the cookie (document.cookie=the_cookie --> where the_cookie="user=jeremy;expires="+expire_date). I have tried to mimick exactly what other tutorial web pages are doing, but no luck. There has to be a simple answer, but it is always those simple ones that piss you off the most.
How about testing the page where I have been trying to just make this little cookie stuff work... and see if you can help??? Thanks.