How can i invoke javascript functions in vb .net?
-
hi all i am working on an website automation project. on a web page their are some number of buttons (value = "Modify" and type = "Submit") each button opens another page but the url is as same as the current page. i found that some hidden information also been sent. but the web page open when clicked on modify button the contents are different ( the page is used to modify the information in database ) their is a javascript function that invoke the submit method of the button being pressed. How can i invoke that javascript functions in vb .net? I'm using windows forms, webbrowser control (AxInterop.SHDocVw.dll) i m trying to automate the work once done by the user ( such as downloading or uploading the files ( the addresses are specified in a file by the user), navigate to the pages as by the user in the same manner ) i have maintain a list of webpages visited by the user by picking up the myhtmldocument.url but i have no idea how to send and get the information sent as post method. any one have any idea about what should i read or anything else thanks in advance
help everyone