i have a case where i have a login in one window and that submits the form to a popup window, and i want the popup window opened in the parent window's place. ...
... formatted ... I'm surprised no one suggested using a temporary pluggable NameSpacehandler. Here is code to load XML from a TMemo using the default XSL...
Hi, I want to place every forms buttons in the taskbar And i use this code for it : PROCEDURE createparams(var params: TCreateParams); override; // PROCEDURE...
I have de following HTML with Javascript code: <html> <head> <title>portais.htm</title> <script> function portal() { portais=new Array() portais[0]='Google'; ...
What's the simple way to add a logging function to IE in Delphi. (log the activity of the user in a simple text file). one can think to Browser helper...
Hello there! Hope anyone can help me. I'm trying to get the values from the list dropped in a web form field. Note: This is not to get passwords! Only the...
I'm working with the component EmbeddedWB component and i need an event to capture a window dialog that is opened using the function showModalDialog. The event...
In the BHO/toolbar that I develop, I need to temporary disable recording of IE cache, history, cookies and adding entries to the address bar dropdown combo. I...
In the NSHandler demo you can add a sample.swf to page1.htm It seems that the contents of the SWF is being read properly by TOurNSHandler.GetDataFromFile....
Maybe this question has been asked already, but I can't find a solution anywhere. If someone can help I'll be very grateful. I need to make EmbeddedWB totally...
Hi Everybody, I've just found a bug in the desk band implementation that is available as a part of EmbeddedWB package. When you enable the deskband on the...
Here is a possible solution in html and Js Paul <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="someThingElse"...
Hi to all, I try to draw on Twebbrowser's canvas with the component "RenderingBehaviors" while twebbrowser is editable, but if I write more rows and the...
Hello, I'm trying to change some HTML code in runtime. I already managed to do that, however, I've tried in a page that had some timers in the onload attribute...
I am trying to replace the contextmenu from my BHO, I have successfully set myself as the ui handler (ICustomDoc.SetUIHandler) and everything should be ok, but...
Instead of going to a URL in a <a href="URL"> tag in html webbrowser in delphi, i want to popup a form when clicking <a href> tag. guys pls help me on this :'C...
... Have a look at the event "OnBeforeNavigate2". This event is called when the user click a link. You can check the URL and if it is the one you want to react...
Hello, When loading a file that contains the HTML code below, the error "Access violation in mshtml.dll" happens. It happens no matter what method is used:...
I am compiling a demo from EmbeddedWB which is for IEHelper, in the DocumentComplete event, I wrote a piece of code found in google to highlight the text const...
I actually implemented this some time ago, in order to extract a meta tag from an htmldocument you need to go through the documentelement property of...
hi...thanks for the reply, i actually got it but with different implementation.. i got it by extracting the URL... thanks though, your solution is simplier and...
Basically, I have a xml document and an xslt document that I load via MSXML dom (msxml2_tlb), which applies the xslt transformation to the xml document. The...
I am automating a web site login. I fill a couple of fields and click a form button - no problems there and the actual login takes place and proceeds. At this...