Hello everybody. I am developing the application for handling HTML clips (like NetSnippers, OnFolio, MS OneNote)...... The user reported the error..... it...
HI.. OleObj is a "type" - not a property.... try OleObject( WebBrowser1.Document).Body.InnerHTML or ( WebBrowser1.Document as OleObject).Body.InnerHTML instead...
Dear Vadim , has the document been assigned ? try loading a blank document first .. WB.Navigate('about:blank', EmptyParam, EmptyParam, EmptyParam, EmptyParam);...
Hello, IE 6.0.2800.1106.xpsp1.020828-1920 We implemented IDownloadManager interface, registered it as this ought to be. It works well for .EXE files but...
Hi all - I am desperately trying to get the TWebBrowser to display a TPopupMenu instead of the default browser popup. I have built my application using...
Can someone please tell me where I could download the latest version for Delphi 6 and of the TweBrowser? Tia Charles [Non-text portions of this message have...
hi, Officialy, you are supposed to buy Delphi as it is a commercial program. WebBrowser is included as a component (TWebBrowser). The latest version of Delphi...
check the following in the MS Internet SDK: IHTMLDocument.oncontextmenu (to handle the right-click inside the page) IHTMLDocument2.parentWindow (the holder of...
I'm a registered user of Delphi since version 1-7 I have never used the TWebBrowser before that why I'm asking where Can I download the latest version to...
Thanks Charles ... From: Fotis Kokkoras To: delphi-webbrowser@yahoogroups.com Sent: Wednesday, July 07, 2004 11:21 AM Subject: RE: [Delphi-WebBrowser]...
Hi, puzzling.... What are you trying to do? The Option Tag, only makes sense inside a <select>, and then only with more than one, and different values, and...
Maybe im not explaining myself I will try this again... I'm trying to fill out a web based form, actually many different ones. Now on forms that have pulldowns...
Actually you answered me and I just didn't notice lol. By setting selectedIndex to what I want I can get it to work :). Do you know how I get the number of...
Hi, well .... the <option> with no value does not make sense - as it will not be possible to select that option.... <option>test1</option> have no value - it...
Hello, there! I would like to ask. How can I prevent or force IE messages, when I make some action in TWebbrowser? For example, I make some form submission via...
Hello group, I used the band objects of http://www.euromind.com/iedelphi to create an explorer band. My explorer band is meant to work in the windows explorer,...
Dear all, I have one html document.I load it in Webbrowser1.The document content is: <html> <head> <link type="text/css" rel="stylesheet" href='1.css'> <link...
Hi all! ... <a href="javascript:window.showModelessDialog ('http://somewhere/')">Show Dialog</a> ... Which event will be fired when such a modeless dialog...
Hi this has been a thing in that back of my head for ages.. if you use your own web browser TwebBrowse in ur own program and you want to in your web site html...
I've got an application that is displaying a web page using a TWebBrowser component. The web page in question has frames, and one of the frame has a Java...
Hi , does anyone know how to release the memory used by IHtmldocument or IHtmldocument2? when I create a blank webbrowser ( TWebBrowser or TEmbeddedWb), the ...
Hello, I am currently using IEDownload by Lindso Larsen? (http://www.euromind.com/iedelphi/iedownload.htm) The component is great and works wonderfully for in...
... Such downloads contain "content-disposition:" field in the server response HTTP header. Check this field for "filename=" substring. Sincerely, Alexander...
I am tasked with supporting a TWebbrowser application in Delphi 5. It scrapes tax related data from county web sites. I have run across a site that appears...
I want to fill in those fields with a typical "Browse" button next to it. The MSDN documentation says the .value is read-only of those fields because of...
Hi, How can i set page timeout value of webbrowser object and second, some page contain js bug, so browser alerts them. Ýs there an way to disable these...