Hello.
I create SDI application based on CHTMLView. My application behaves like IE.
But not quite. My site used JSESSION id cookie and pop-up frames. Well, I
read "HOWTO: Use the WebBrowser Control NewWindow2 Event"
http://support.microsoft.com/support/kb/articles/Q184/8/76.asp
It helps: a new pop-up frames got JSESSION ok.
But I still cannot download a pdf-file from a page! My view doesn't send
correct cookie within HTTP header when it asked for file. So I've got a
login-and-password form instead of this file.
Links inside HTML to those files are like this (iid parameter isn't related
to session id):
<a
href="login.jsp?url=newsp_pdf_mem.jsp&iid=007520031126000219">pdf</a></td>
I want then user click for file the standart question appears (Save, Open,
Cansel) or it just downloaded without any question.
I also whant forbit pop-up frames. I.e. let them always replace the original
frame.
Bye,
Shestero Michael