The only way I know of doing this is by using JavaScript in your web page itself. So you will have something like: <a href="#" onMouseOver="window.status='this...
Lucas Van Staden
LucasVS@...
Apr 1, 2003 12:09 pm
7078
Browser is deleting by its Owner. Moreover I try to use Browser := TWebBrowser.Create(nil) in constructor and Browser.Free in destructor and number variants...
Hi, I am trying to fill form elements with various values. I can set inputs, textareas, passwords and push submit buttons. What I cannot do is select listbox...
use 'selectedIndex' property for comboboxes, listboxes should have that property to, i guess: document.newMsg.WebSimSmsUserGsmPrefix.selectedIndex = 0 'newMsg'...
Hi. When I try to use the function function iepopupResizeBorder(const prcBorder: PRect; const pUIWindow: IOleInPlaceUIWindow; const fRameWindow: LongBool):...
Lucas Van Staden
LucasVS@...
Apr 3, 2003 7:21 am
7083
Once again, I answer my own question: Added ActiveX to my uses, and all is fine now. ... From: Lucas Van Staden [mailto:LucasVS@...] Sent: 03 April...
Lucas Van Staden
LucasVS@...
Apr 3, 2003 7:48 am
7084
... questions ... passes ... cursor) ... Hi, I'd like to know how you define your own browser as the Windows default browser. Thanks Gabriel...
I am new using component TWEBBROWSER of D6 ENT. The question is? So that reason when upload html page, the keyboard functions is deactivated? That is to say,...
I've just started looking at the EmbeddedWB component, and was wondering how to access the history list primarily for use with back/forward buttons. Ideally, I...
Hi All, ... Never mind I found the answer to my problem right here in the mailinglist in ... The best part of it all is that I discovered it myself but somehow...
Hi People, Do you guys know how can I detect thru the event onBeforeNavigate2 or onNewWindow2, if the link will open a pop up or a window? Thanks, Eduardo...
Eduardo Meyer
emeyer@...
Apr 6, 2003 3:21 pm
7091
Have a look here: http://www.euromind.com/iedelphi/IETravelLog.htm Maybe this'll help you...
Guys, I've already found the answer! You need to get height and width of the TWebBrowser which will open the page: If height = 177 and width = 233 so it's a...
Eduardo Meyer
emeyer@...
Apr 7, 2003 6:03 pm
7094
I've noticed that the web controls on a page are displayed in the 'old' legacy (NT/ME/98/95) fashion rather than the new XP style. Is there a manifest file...
i use emwebbrowser to developer , but i now ,i clicke this link <a href="http://download.hzinfo.com/" target="_blank">::software </a> i can't open ,because web...
i have download http://groups.yahoo.com/group/delphi- webbrowser/files/ClickTest.zip, but can't compile ,need SDCInfo.pas file my mail:hikehilter@... ...
Hello everybody! I use TWebBrowser in my program. The task is to load web page and parse it. But there is such web-page, that shows an alert message... ... ...
Hi, I have 2 WebBrowser (TembededWB component) in the same Delphi Form, WB1 and WB2. The two WB are accessing the same web site. My problem is that they share...
I have a SessionID cookie sent to the client, so even if I send a param with a get, WB2 have the session cookie. -- Serge Chelli www.aceinformatique.com ... ...
I get always error 800201201 when i try to use it. Basically i want call a script located in a frame. Any suggestion ? opps: i'm using delphi 5 sp2. I tried...
Hello All; Has been awhile since I have written to the group, so to begin with, Hello To All the Delphi Community :-) What my question today is? Does anyone...