From what I Know, it could be done in VB.Net as All i'm trying to do is submit the form.
It's an .ASPX Form which uses javascript.
Asks for some basic info and i got that filled out, I Just now need to submit it.
The Normal method to submit forms won't work as that is for PHP/Html Forms.
Loading
UnScriptedPosted Jan 10, 2008, 8:33 AM
As far i can understand your problem you can use the code below i hope it will give you some idea.
Dim IE
'IE = CreateObject("InternetExplorer.Application")
'IE.Navigate("Put the web address Here")
'IE.Visible = True ''' If you dont want to show the webpage make it False.
'IE.Document.All("Put the ID of the button here").click()