Closed
Bug 260651
Opened 21 years ago
Closed 21 years ago
[ActiveX] Document.Cookie doesn't work in control
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 237303
People
(Reporter: irongut, Assigned: adamlock)
Details
I need to be able to get a cookie associated with the page that has just loaded
in the ActiveX Control. In the IE WebBrowser control I would do this by reading
the Cookie property from IHTMLDocument2. i.e. Document.Cookie
In IEHtmlDocument.cpp the get_cookie method is just a stub that raises a not
implemented exception.
Comment 1•21 years ago
|
||
(In reply to comment #0)
>
> In IEHtmlDocument.cpp the get_cookie method is just a stub that raises a not
> implemented exception.
Must be a version problem:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=IEHtmlDocument.cpp&branch=&root=/cvsroot&subdir=mozilla/embedding/browser/activex/src/control&command=DIFF_FRAMESET&rev1=1.17&rev2=1.18
Apologies, I did think there had been a previous bug for this and I did search
for it but somehow didn't find #237303.
*** This bug has been marked as a duplicate of 237303 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•