Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: post the form

www.cryer.info
Managed Newsgroup Archive

Re: post the form

Subject:Re: post the form
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Sun, 19 Mar 2006 18:26:42

"Adam" <support@borlandBBS.cn> wrote in message
news:441e08c7@newsgroups.borland.com...

> input:=doc.all.item('submit',0);
> input.click;

That is not the correct way to submit a form.  You need to get the
IHTMLFormElement of the form itself and then call its submit() method.

> there is something wrong with 'doc:=Webbrowser1.document as
ihtmldocument2;'.

Please be more specific.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive