473,401 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

login with built-in popup window?

PJ6
I've seen web pages where logging in will pop up a stardardized dialgue
window, one that allows you to remember your password.

How does one invloke this in code?

Does it work reasonably well for different borwsers?

Paul
Nov 19 '05 #1
4 944
Can you give a little more information, maybe a url to a page we can visit so
we can see the dialog you're looking for ?

--
Rainier van Slingerlandt
www.slingerlandt.com

Please hit the Yes button If my effort is helpfull.

"PJ6" wrote:
I've seen web pages where logging in will pop up a stardardized dialgue
window, one that allows you to remember your password.

How does one invloke this in code?

Does it work reasonably well for different borwsers?

Paul

Nov 19 '05 #2
Assuming you want to do this with .NET... If the CheckBox control is
checked, then use the Cookies collection object to store the username
and pw in a cookie then, when the user returns to the page, check if
the user has a cookie stored. If so, retrieve it from the users system
and populate the textboxes. Not the more secure option, but effective.

Nov 19 '05 #3
"PJ6" <no****@nowhere.net> wrote in message
news:uS**************@TK2MSFTNGP09.phx.gbl...
I've seen web pages where logging in will pop up a stardardized dialgue
window, one that allows you to remember your password.

How does one invloke this in code?
You can use the showModalDialog method of the window object, and store the
password as a cookie - that, of course, would be a really stupid thing to
do.
Does it work reasonably well for different borwsers?


showModalDialog really only works properly in IE, though it has been
implemented in the most recent version of FireFox, IIRC...
Nov 19 '05 #4
PJ6
Here is an example of what I see that appears to be a built-in
authentication mechanism (in at least IE).

http://members.spamcop.net//

Paul

"PJ6" <no****@nowhere.net> wrote in message
news:uS**************@TK2MSFTNGP09.phx.gbl...
I've seen web pages where logging in will pop up a stardardized dialgue
window, one that allows you to remember your password.

How does one invloke this in code?

Does it work reasonably well for different borwsers?

Paul

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Peter CCH | last post by:
I have a database with 2 users - 'dbo' and 'user1'. Currently: => 'dbo' is tied to login - 'login1' => 'user1' is not tied to any login. I want to change the login tied to the database users...
1
by: Tom Jones | last post by:
Hi, I am using the HttpWebRequest and HttpWebResponse classes to pull information from a web server on the internet. I have an account on one of the webservers that I need to log into...
1
by: MichaelR | last post by:
I have an asp.net application using forms authentication. 1. It has a simple login page (login.aspx) that uses FormsAuthentication.RedirectFromLoginPage(. . . ). 2. My application has a logout...
3
by: Dam6 | last post by:
Okay... Using vb .net within DW MX2004, connecting to an access database: Background: I have created a simple login.aspx page that is supposed to re-direct to default.aspx using...
2
by: Pete Lux | last post by:
I have built a web form that displays data, but I've hard coded the username/password/database. I can create a separate .aspx for that info, but I'd like to find out how to navigate back and forth....
0
by: Brad | last post by:
I am hoping that somebody might be able to offer me a suggestion. I have developed a new website using VS 2005 Standard and I am using SQL Server 2005 Standard. The web has been working fine...
0
by: ThuyTrang | last post by:
Hi all, I built an asp.net 1.1 website. Everything works just great. After replacing the new harddrive and reinstalled the system, the website can't go back to the requested page (default) after...
6
by: Mike | last post by:
Hi, How I can programatically get text from password and username edit boxes within Login control? Thanks
3
by: bull1099 | last post by:
I designed a simple site which has a login for users to access their account page. When i had my files uploaded on a terrible hosting service site, my website I designed was fully functional. I moved...
4
by: Gaz | last post by:
I am having a bit of a problem getting my application to work properly. RIght here is my problem... WHen my C# windows app loads up the start form, i create a new thread and show the splash...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.