Hi All I need to use the Document object used in a modal dialog (created using window.showModalDialog("..")) I get the window handle from 'ShowDialog' event...
Thanks Paul. The reason i need this web tester is my company is developing web app which will be used at our customer's intranet. Since the customer is big, at...
Hi; I have a document in TWebBrowser which I want to click three links by code. I do not know how can I find and click these links. I searched on old posts,...
Hi all I have a custom binary file format which holds many HTML files. I want to get IE to print all of the HTML files with as little effort as possible. I...
I'm having a problem with the code also. This is my first attempt at using tWebbrowser or anything to do with the internet and Delphi. I've learned a lot from...
I am trying to autofill a form that also has a field to upload a file from your hard disk. All of my other fields will fill in and submit correctly except for...
Hi ! I want to create an app just like Tag and Rename. I want to load the tags from www.allmusic.com. But I have a problem with access/set radio buttons in it....
Hi, there is a function function TForm1.GetHtml(var web_browser : TWebBrowser): String; var document : IHTMLDocument2; begin document := web_browser.Document...
I have a web based application developed in delphi 5(a dll). This program accesses some Html files and is using TGeneralHttpEngine CGI component. This is a...
Hi, I need to make a perminent pluggable protocol in Delphi 5. I have tried all the standard registrytricks but I can't get it to launch my application using...
This is true but it is not complete, there is in outerHTML for each document, it must be considered, If you want the source of an HTML page to view it like in...
Please help me. I have 2 TWebbrowser (WB1 and WB2 on TabSheet1 and TabSheet2). WB1.Navigate('http://www.tamingthebeast.net/articles2/pop-under- ads.htm'); This...
Hi Every body I am using TEmbeddedWB component to implement a webbrowser, I am facing a problem, when a certaing script opens a new window (like open (url))...
Hi, I am trying to attach one of my Delphi dll to the inetinfo.exe. There it gives error, Unable to create process : access denied. Can anybody suggest me what...
Hello, I've only recently subscribed to delphi-webbrowser but would like to read (and search) offline through the message history. I've found some in the...
Anyone knows how I can trap a JavaScript Prompt using TEmbeddedWB i.e. var MyVar = prompt('What is your name?',''); I need to read the prompt 'What is your...
Try the following: //list is an XML DOM Node List for count:=0 to list.length-1 do begin //create the option : IHTMLOptionElement //doc is the browser's...
Is there a Delphi 7 Demo of a Namespacehandler or Pluggable Protocol. The ones on the Euromind site are for D4 and D5 only and generate AVs in Delphi 7. ...
Hi all I seem to remember that there was a way of navigating to a page, and then pausing the app until the status of the WB = ready. Could someone remind me...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Jan 15, 2004 7:31 am
7971
I've made a version that works with C++Builder 5... I've posted it in the files section of this group! You must add inet.lib to your package and every projects...
... Thanks Kurt, that is exactly what I was trying to remember :) Hopefully it is the solution to my problem. Pete ============= http://www.DroopyEyes.com -...
Hi agui, Thank you for the tip. Didn't try it yet, but i would like to change the orientation of printing and then automatically close the pagesetup dialog (so...
If I wanted delphi to see what page my TWebBrowser is viewing how would i do this.. eg if browser1.Navigate(url):='http://www.google.com' then showmessage('You...