I am trying download data from inside passworded site that used a standard web form and cookies for security. In the past i use the mabry controls however this site uses java and they are not working. What i need to do is submit a username and password via a put and then collect the data. I thought maybe the _webview class might do this however have come across some problems.
1) how to see the html code for the file. GetHTML, GetSourceHTML does not seam to work.
2) The BerforeNavigate looks to support post data however does anyone have any example of this
3) should i be using something else _webview is not the right code what i am trying to do. i looked at wininet however i have a problem with submitting to the form
Paul