Hello...
I am new to VB but I think I can use the Internet Transfer Component in VB6 to accormplish what I am trying to do.

What I want to do is take address and payment information from a CSV file and submit this data to a 3rd party website that I use for processing and managing online order. This site requires me to login and pull up invoices through forms on ASP pages. I want to dynamically fill in those forms and submit the data. The pages I am going to are written in ASP but I do not have access or control over the ASP code in those pages. They also use some JavaScript.

What I have tried using is Inet.Execute to submit data using the POST method to the page. One of the problems I am running into(I think) is that one of the forms I need to submit data to uses an image for the submit buttom and I am not sure what name/value pair to pass to submit using that form. For example, I have passed name/value pairs to a form before and submitted that data using the form if the button is of input type = "submit" and if the button is named SubButton and the value is Submit, I just pass SubButton=Submit to the form with my other name value pairs. Another form I need to submit value to appears to use JavaScript in an ASP page for actually submitting the data.

So, can anyone point me in the right direction with what will be the easiest way to accomplish this? I've been looking at using the Internet Transfer Control, Javascript and even looked at using the WinInet.dll. Seems that probably all 3 of those ways could be used but I can't figure it out....GUIDANCE PLEASE!!!!

Thanks