ich hab es nun mit javascript versucht, aber die lösung
ist nicht wirklich toll, es muss doch eine möglichkeit
geben ein definiertes fenster dieser art zu erzeugen
Code:
FWebBrowser.Navigate('javascript:window.showModalDialog("http://test.com")', EmptyParam, EmptyParam, EmptyParam, EmptyParam);
FWebBrowser.Navigate('javascript:window.open("http://test.com")', EmptyParam, EmptyParam, EmptyParam, EmptyParam);
FWebBrowser.Navigate('javascript:document.location="http://test.com"', EmptyParam, EmptyParam, EmptyParam, EmptyParam);