Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#6

Re: webbrowser + disable "save changes'

  Alt 15. Jan 2007, 13:59
Hi,

you should switch off designMode (property of IHTMLDocument2) in order to suppress the safety dialog:

Delphi-Quellcode:
with WebBrowser.Document as IHTMLDocument2 do
  designMode := 'Off';
Regards
  Mit Zitat antworten Zitat