Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: Need help IdHTTP Post

www.cryer.info
Managed Newsgroup Archive

Re: Need help IdHTTP Post

Subject:Re: Need help IdHTTP Post
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Wed, 12 Dec 2007 10:43:31

"Nguyen Nhat Dung" <kenshin1101@gmail.com> wrote in message
news:47602486@newsgroups.borland.com...

> it work for me in somesite. but this site doesn't work :

Just saying that it does not work says nothing about the actual problem you
are having.  You need to be more specific.

> what is the parameter i must enter for 'Submit=' ?

The "value" that it specifies, of course.

You also have to make sure that you submit all of the other input fields
that the form has, including the hidden fields, ie:

    param.Add('username=abc');
    param.Add('password=abc');
    param.Add('auto_login=1');
    param.Add('submit_login=Dang Nhap');
    param.Add('detail=whatever');
    param.Add('fwdurl=whatever');
    param.Add('submit_fcheck=1');


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive