Hi everyone, I'm using a BHO that saves current page contents or selection in the .txt and .mht formats. Some of the functionality stopped working when I moved...
How come LoadFromString() doesn't work the same as Navigate() when I'm essentially dealing with a file on my hard disk? In my case, I was trying to use the...
Hi all, Searching through the old messages this question has been asked (in different ways) before but never with a clear answer. I suspect because the...
How i Make to get the selected element in the webBrowser (in designmode) and change some properties? I need to change properties from selected TABLE. Example:...
Hello, I need to load image from TBitmap (or Stream), not in src property (from url or hd file) example WebBrowser1.OleObject.Document.Images.Item(li).Src :=...
In order to fill in the input of type FILE in an HTML page, you have to do three things. 1. You first have to give the Webbrowser forcus. To do that, you must ...
... for "Focus"). Here is the key: // this is the first key to getting this done with WebBrowser1.Application as IOleobject do DoVerb(OLEIVERB_UIACTIVATE, nil,...
Hi there. i want to use WebBrowser As WORD EDITOR. i load doc1.doc + some code in navigatecomplete2 procedure TAddMichtavFrm.reLetterNavigateComplete2(Sender:...
Hi all I don't understand what's happening I create a application with a WebBrowser. I use this application to connect to a website containing a phpbb forum. ...
FYI, CodeGear's 'The Delphi Hour' now has a Podcast RSS feed, so you can listen to the weekly show on your iPod, etc. without having to jump through hoops to...
Hi, when i intercept the onNewWindow3 on my Webbrowser component the url don't contains the info about the anchor that i'm navigating to and only takes me at...
HI! I´m an intermediate beginner in delphi and need some of the funktions of the TWebBrowser. I collect many information on the web about the task to save a...
Thank you and you web-site! Now I know how to auto fill form`s elements!!! But TextArea do not have VALUE property. Help me! Show me the way for autofilling...
Have a look at document.getElementByID().InnerHTML. HTH Aaron...
Aaron DC
toolkit@...
Feb 22, 2007 8:08 pm
10119
Naw i do it this way ========================================= ovElements := Document.Forms.Item(0).Elements; for i := 0 to ovElements.Length - 1 do if...
Hi All. Well, I am not sure if my situation is unique, and I am sure someone would have done this before. I have an app that downloads an ASP page. Inside the...
I posted this on www.bsalsa.com but thought that someone here may have come across a similar problem: I'm using an EWB component in a modal form that is...
Hi fiends: I have to develope an application to control the use of the internet. I want to treat an instance of Internet Explorer as a TWebBrowser instance. ...
Hi, I am using the web browser control and want to do "things" with a web page after it is fully downloaded. documentComplete is an event that is supposed to...
Hi everybody, I'm using a TWebBrowser for displaying a local html page. In this html page, there are a button and a vbscript. The vbscript is executing when...
Hello, I wonder what the best way is to filter out or force style attributes on a document. Example: I have a html document and I want to have the same font...
you can walk thru the IHTMLElements the function Get_anchors of IHTMLDocument2 gives you. example: var Doc: IHTMLDocument2; EC: IHtmlElementCollection; ...
Hiyo, Vinicius! Try the code below: In "interface" section write this: type TObjectProcedure = procedure of object; TEventObject = class(TInterfacedObject,...
I have a form with two webbrousers on it. And i want to login on a website as two different users at the same time. But after logining in first webbrouser in...
Hi, I am wondering if it's possible to make the TWebBrowser's background transparent? which it will only display the html content and nothing else. That would...
Hello, I've problem with downloading a file by TWebBrowser. TWB is loading .csv file (which is text file), but won't open it - TWebBrowser is opening File...