Can you login with a unique user and password within an alert?
I want it to be a type code, I just do not know how to put 2 prompt in msm popup
This is not exactly a "login to alert", but a login via
HTTP Basic Authentication
;
Specifically, this screenshot appears to be a HTTP Basic Authentication
fault authentication, and can directly log in to the URL as http://nome:[email protected]
.
You can read more about it here.
If you really want to use this type of authentication and break two forms into a single "alert" this is the only solution, as far as you know.
Note that displaying such an alert may change according to the browser, it will not necessarily be shown this way.