I am making a program similar to the one used by say banks when they allow us to save our username and passwords for say different websites and when we click on the link, logs us in automatically.
I have created an ASP page, which allows me to post to another ASP page with the fields, that the other ASP page requires. So once I know the URL, login name and password of a site, I can pass it to my ASP page and make it post to that particular page and it works.
Some sites use JavaScript to redirect to other pages. I am having a hard time simulating that.
For example instead of submitting a page directly, I could call a JavaScript function on click of the submit button and that will in turn redirect us to another page.
I need help
Thank You
Kunal Malhotra
I have created an ASP page, which allows me to post to another ASP page with the fields, that the other ASP page requires. So once I know the URL, login name and password of a site, I can pass it to my ASP page and make it post to that particular page and it works.
Some sites use JavaScript to redirect to other pages. I am having a hard time simulating that.
For example instead of submitting a page directly, I could call a JavaScript function on click of the submit button and that will in turn redirect us to another page.
I need help
Thank You
Kunal Malhotra