This discussion group is for all Delphi developers who have an interest in using Microsoft's Internet Explorer (WebBrowser) component and its related technologies in their Delphi application. The group is closely monitored to keep the discussions on topic and of interest to the members. Allowed topics include WebBrowser, MSHTML, Document Object Model (DOM), Asynchronous Pluggable Protocal (APP), Mime Filter, NameSpace Handler, Browser Helper Objects (BHO) and Explorer Bands. Do not post messages about ActiveX, HTML, DHTML, JavaScript, etc. unless they are directly related to WebBrowser.
Before posting a question, please search the message archive and the check the FAQ at http://members.shaw.ca/iedelphi to see if it's already been answered.
There exists a related Delphi group:
Using MS DhtmlEdit -> http://tech.groups.yahoo.com/group/delphi-dhtmledit/
Huh seems nobody is interested by my post :( anyway i found a way to solve my problem. i have a common form for each of the form wich subclass the IEserver i
I tried ur expample but i couldnot reproduce your error. I also have sometimes problems with mshtml.dll or shdocs but i couldnt find any good reason why it
Hello. It's possible to prevent the webbrowser from navigation but i dont know if it's possible to prevent javascript code inside the page to change the
Your code seem good. but why u need to do NewWindow.Show; you window is not visible by default ? did u try with newWindow := TForm1.Create(application);