... Thanks, I found it in another way var i, j: integer; ovTable: OleVariant; begin ovTable := WebBrowser1.OleObject.Document.all.tags('TABLE').item (0); //...
... if you have access to MS-Internet SDK documentation (is also available online) then the following does pretty mutch everything! IHTMLDOMNode Interface ...
MS Platform Software Development Kit (web development) has everything. for quick solutions try these forums. if you invest some time on the SDK then you can go...
I know, but I need some delphi examples, I am new with bad english, so its hard to learn from MS site, don't you know any site about DOM and delphi? or...
... your english are fine. regarding the SDK, accessing it on-line is a pain. you can probably get a copy on your pc, but it's a 120MB distribution. If you are...
Hello, I have problem with webbrowser (embeddedwb): when i execute navigate method when the main form is hidden - only application icon in tray is shown) -...
Hi, Been searching quite a while for this... what I want to do is each time user open new window, it will created in new tab pages... Is this possible? Thanks...
I'm trying to upload any type of file using an HTTP post thru TWebbrowser. Once the file is uploaded, the result is all sorts of encoded data. (but the file...
something strange: embeddedwb1.FrameCount=5 but embeddedwb1.OleObject.document.forms.length=0 i must change some values of elements on that site What i must to...
Hi, ... You may need to import the mshtml type library to access IShellWindows Note: Untested - done from memory... procedure CheckIEWindows; var ShellWindows:...
Hi, the trouble with doing things from memory is you forget important bits of information! CoShellwindows will also return any standard explorer windows that...
at some point I used to use both. Eventualy I have found the second one to be more convinient and elegant. It depends on what are you trying to do. If you need...
My Project: It is like a chat... inside the form_creat I will write(using document.write_psafearray..) a table and a row with 1 cell, then close the table when...
I have a project in Delphi which gets large videos delivered to it. There are web sites which reference these videos, such as a http:// site.com/video.wmv...
with that code I wrote I can get like 100 lines without having problems with lowering speed of incoming text, but If I change to try to get at 200 lines before...
... IMHO the delay is due to the page rendering. A table with 200 rows is a big animal and it takes time for IE to redraw the page after the modifications you...
I use delphi 6 and twebbroswer when i use the command navigateur.OleObject.Document.forms.item(0).submit; the program open a new window of internet explorer...