Swiftfeet8
ISP
Hello,
I am working on making a form that contains two submit buttons that, when pressed, each dynamically change the action of the form. Essentially the form has the customer enter their login information for their e-mail on our site. Since we have a junk mail filter also, and we use the same login information for each, I am trying to setup one form with two buttons allowing the user to log into which ever service they would like. I have everything working correctly except the way that our junk mail service has you log in. It's hard to explain, but here is a link to the login page for their service.
Our webmail service just does a plain "POST" to a perl script to login. I am having troubles understanding how our junk mail service does their login. Any help is greatly appreciated!
-Casey
I am working on making a form that contains two submit buttons that, when pressed, each dynamically change the action of the form. Essentially the form has the customer enter their login information for their e-mail on our site. Since we have a junk mail filter also, and we use the same login information for each, I am trying to setup one form with two buttons allowing the user to log into which ever service they would like. I have everything working correctly except the way that our junk mail service has you log in. It's hard to explain, but here is a link to the login page for their service.
Our webmail service just does a plain "POST" to a perl script to login. I am having troubles understanding how our junk mail service does their login. Any help is greatly appreciated!
-Casey