Hi
Can anybody help me in posting data through POST method to secure web site using Inet control in vb6.

I have done following program
(Inet1 is a control name)

Dim strURL as string
Dim strPostData as string
Dim strResponse as string

strURL="https://..../servlet/test"

strPostData="In data=0100|abc|d ef"

e.g. Inet1.execute "strURL","Post" ,"strPostDat a"...