Check boxes and HtmlView
-
Good day, How would I go about determining whether a checkbox is checked/unchecked on a webpage inside my HTMLView? This is a custom webpage that I have the source and know all the info about it. The view doesn't allow users to cruise the net, its like the Outlook Express startup page. Any leads/info/help is greatly appreciated. Bret Faller Odyssey Computing, Inc.
-
Good day, How would I go about determining whether a checkbox is checked/unchecked on a webpage inside my HTMLView? This is a custom webpage that I have the source and know all the info about it. The view doesn't allow users to cruise the net, its like the Outlook Express startup page. Any leads/info/help is greatly appreciated. Bret Faller Odyssey Computing, Inc.
You need to gain access to the IWebBrowser2 interface, then from there get the document element and navigate the DOM to the element in question. I use the techniques in this article Using XML, XSL, DHTML and Javascript in your Windows applications
-
You need to gain access to the IWebBrowser2 interface, then from there get the document element and navigate the DOM to the element in question. I use the techniques in this article Using XML, XSL, DHTML and Javascript in your Windows applications
This is a nice article and I thank you for your response. The problem is that this is for CE and is a CCtrlView which uses DISPLAYCLASS (the name of the html control class under CE). Is it still possible with this as the base class or do I need to redo this class? Thank you once again for your response. Bret Faller Odyssey Computing, Inc.
-
You need to gain access to the IWebBrowser2 interface, then from there get the document element and navigate the DOM to the element in question. I use the techniques in this article Using XML, XSL, DHTML and Javascript in your Windows applications
-
You need to gain access to the IWebBrowser2 interface, then from there get the document element and navigate the DOM to the element in question. I use the techniques in this article Using XML, XSL, DHTML and Javascript in your Windows applications
I tried to get an IHTMLWindow2 interface using your suggestion, but was unsuccessful. I need to use the function HRESULT IHTMLWindow2::get_history(IOmHistory **p), but I have yet to find a way to reach that interface. Perhaps I am not looking at the right place or that interface is not reachable. I am a little new to this area of VC++, please excuse me if the answer might be apparent. :) Jamie Parent VC++ Developer Digital Immersion jamie@digital-immersion.com