When using TWebBrowser and filling some web page form, pressing Enter key
does not submit data entry.

Say I go to www.anzwers.com.au and using IE type 'Delphi' and then press
enter. It'll go to search for Delphi.

If I do exactly the same thing using the simplest possible Delphi
application with TWebBrowser in it, pressing enter key does nothing, I have
to click the search (or submit) button with the mouse.

All I have in my application is a basic form with TWebBrowser in it and this
code under "Go" button (not "default").

Flags := 0;
WebBrowser1.Navigate(WideString('www.whatever.com'), Flags, Flags, Flags,
Flags);

Is there something I am missing ?

Regards
Alex




---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to