... page ... (0).tagname); Because it is: webbrowser1.oleobject.document.forms.item(0).elements.item(0).tagname But I have also a question. Why does ...
2218
Henri Fournier
hfournier@...
Jul 12, 2000 1:34 am
According to the docs, "click" is supported for <INPUT type="image"> since IE4. http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/click.asp ...
2219
paul@...
Jul 12, 2000 12:30 pm
I am using the IEparser and TUILess to try to log onto a web site without the user seeing the login pages. Everything works fine except that when the form is...
2220
bdaunt@...
Jul 12, 2000 1:51 pm
I'm trying to "disable" the repainting of the WebBrowser background somehow as I navigate from one URL to the other. Even when I specify the same background...
2221
Jürgen Sommer
js@...
Jul 12, 2000 6:00 pm
... I tried to read the Standard-Key for the above CLSID, but it did not work at all... So i mangled a bit with Parameters and functions and.... it worked at ...
2222
Ryan Bruins
ryanbruins@...
Jul 12, 2000 7:13 pm
Hi, I have been using the IE browser component in a program for about 2 years now, but I have run into a problem. We use the browser to run ActiveX forms...
2223
Karl
karl@...
Jul 13, 2000 2:38 pm
Is there a way to turn off graphics in embeddedwb? (without turning them off for IE) --Karl...
2224
Paul Hanton
paulh@...
Jul 13, 2000 5:11 pm
Hi all, I'm new to this group so treat me nice. I'm using the webBrowser to monitor elements in the document which I can access no problem. I was wondering if...
2225
Ian Bakker
ian@...
Jul 13, 2000 11:09 pm
To continue the mystery... Using D5, create a new application, place a TWebBrowser (or TEmbeddedWB) on the form, set the form border style to bsNone, and load...
2226
Henri Fournier
hfournier@...
Jul 14, 2000 1:14 am
I can confirm the same behavior when hosting TEmbeddedWB inside a TFrame. It's the only dialog that behaves this way. I thought it might be something in the...
2227
Tommy
cxgtommy@...
Jul 14, 2000 2:02 am
Yes, that problem almost cost me a whole night to debug. For same reason, i still cannot set form style to bsNone. In VB's and VC's application, the problem...
2228
paulh@...
Jul 14, 2000 5:08 pm
I found out. ... I can ... attatching a ... big help if ... the ... contents....
2229
osi@...
Jul 14, 2000 5:57 pm
I am using IE 5.5 I have some problems with editing and saving HTML files. I was editing an element with CONTENEDITABLE tag (direct or programmatically with...
2230
Vern Marsden
vm@...
Jul 16, 2000 2:46 am
I am trying parallel development of an application with both TWebBrowser and BHO for IE5. Anyone know where I can get some help with Browser Helper Objects ...
Thanks Henri; Started there but need more info. Having probs with crashing and running multiple instances. Thanks, Vern....
2233
Robson Oliveira Rodri...
alcance@...
Jul 18, 2000 2:15 am
As I do to check the site it is safe and to exhibit the lock symbol in the status bar using TWebBrowser, I thank to who can me to help Robson Oliveira...
2234
Xiaxin
xiaxin@...
Jul 19, 2000 1:07 pm
It seemed short key isn't take affect, when I click backspace ,there are no responese ?? How can I do with it?...
2235
Henri Fournier
hfournier@...
Jul 19, 2000 1:17 pm
My FAQ pages show a work around for this problem or you can use TEmbeddedWB which has it built-in (http://www.intelligo.net/iedelphi/EmbeddedWb.htm). -- Henri...
2236
PCXSoft@...
Jul 19, 2000 2:52 pm
hi there :) I´'m using following code to get all hyperlinks in a document loaded ... var Anchors: IHTMLElementCollection; Anchor: IHTMLLinkElement; I:...
2237
Kelly Salvage
kelly@...
Jul 19, 2000 3:37 pm
Hi Alex If I understand you correctly, you want to display all the hrefs in the anchors in the doc. This works for me: var x : integer; begin for x := 0 to...
2238
Kelly Salvage
kelly@...
Jul 19, 2000 3:38 pm
Hi Robson I think the lock symbol is only displayed when the https protocol is in use. You should be able to chech the protocol of the loaded url: if it's...
2239
Kelly Salvage
kelly@...
Jul 19, 2000 3:44 pm
Hi again Sorry, forgot to say how. This works for me: if webbrowser1.OleObject.Document.protocol = 'Hyper Text Transfer Protocol with Privacy' then blah blah...
2240
Pete 'n' Lyn ...
petelyn@...
Jul 20, 2000 8:42 am
I have a very simple app. Using IE5.5 I have tried the TWebBrowser in Delphi 5 and EmbeddedWB by Per Larsen, but if ever my app launches a second instance of...
2241
Kelly Salvage
kelly@...
Jul 20, 2000 9:11 am
Hi there I don't think this is an IE issue, but rather a windows sharing issue: I get it quite often when I get a deadlock or something in interbase, and have...
2242
Pete 'n' Lyn ...
petelyn@...
Jul 20, 2000 12:08 pm
Hi again :-) I don't want to hide the context menu (and hopefully I wont need to replace it), but I need to have "Add to favorites" call my own code rather...
2243
Pete 'n' Lyn ...
petelyn@...
Jul 20, 2000 12:23 pm
I know that this is caused by windows keeping the EXE open, but my question is *why* is this happening, I have never had this problem before (until I upgraded...
2244
Henri Fournier
hfournier@...
Jul 20, 2000 2:48 pm
This was mentioned in a message within the last week. No cure yet, but "Esc" and "Alt-F4" will close the dialog. -- Henri Fournier ...
2245
Robson Oliveira Rodri...
alcance@...
Jul 21, 2000 1:09 am
As I do to control the size and knowledge if the new window that I should open in the event onnewwindow2 is a frame or a complete instance of the application...
2246
Hannes Gänser
excelsior@...
Jul 21, 2000 11:04 am
What can I do to set the TWebBrowser to something similar as enabled := false The User should not be able to select a text or to get a contextmenu in...