Default login popup for web sites

Posted by John Quest on Stack Overflow See other posts from Stack Overflow or by John Quest
Published on 2010-03-20T22:43:07Z Indexed on 2010/03/20 22:51 UTC
Read the original article Hit count: 336

Filed under:
|
|
|

Hi. I am trying to build a web site with ASP.NET MVC, I'm new to this. My question is: how can I display the default login dialog? I am not referring to a custom dialog, like the jQuery Dialog, there is a default pop-up for credentials, which looks different depending on browser, same as with javascript alert(), but I don't know how to display it. To know what I mean, go to http://fit.c2.com/wiki.cgi?WelcomeVisitors, there is a Login button at the bottom of the page, when you click it a pop-up appears. That is what I want to display. Any ideas?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc