Forum Moderators: open
thanks in advance...
Rich Diaz
Basically, I have written an application that is a browser without the actual browser window. How the application works is that it makes HTTP requests just like a browser would and you can post data to forms as well. The problem I am running into is that there is an ASP page that I am trying to interact with (post form data to) that is embedded inside of a frameset. If you try to pull up the individual page (login.asp) from a normal browser, it redirects you to the frameset page. Well with the browserless application, the same thing is happening since it is still making HTTP requests, just without the browser. The site is now.wcom.com and from your browser you will see the default frameset that is used. Now try to access the login page directly from your browser (https://now.wcom.com/login.asp) and you will see the redirection back to the frameset page with login.asp embedded inside of it. This is exactly what happens with the browserless application. Any suggestions you may have would be appreciated. If you need more info let me know as well.
below is the current development page:
[belmarkcorp.com...]
Thanks.