kilowatt
mach-o mach-o man
I have a situation, in a php-based web mail agent called "Squirl Mail", in which we support ssl and non-ssl connections.
I would like to place two buttons at the bottom of the login page, one for ssl login, and one for non-ssl.
However, I can find no method to place two submit buttons, each with a different ACTION (ACTION="http://domain/src/redirect.php" METHOD="POST" and ACTION="https://domain/src/redirect.php" METHOD="POST").
We're actually going to have three different options - one to only encrypt the authentication, one for pure ssl, and one for plain text.
These all work fine, when I created seperate login.php pages, each with different form actions.
I've thought about nested forms, but I don't think thats to spec.
Any ideas?
Thanks!
I would like to place two buttons at the bottom of the login page, one for ssl login, and one for non-ssl.
However, I can find no method to place two submit buttons, each with a different ACTION (ACTION="http://domain/src/redirect.php" METHOD="POST" and ACTION="https://domain/src/redirect.php" METHOD="POST").
We're actually going to have three different options - one to only encrypt the authentication, one for pure ssl, and one for plain text.
These all work fine, when I created seperate login.php pages, each with different form actions.
I've thought about nested forms, but I don't think thats to spec.
Any ideas?
Thanks!