473,511 Members | 10,041 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Password input box

24 New Member
I have a password input box and i want to make it so when they type in a password say such as "show" it would go to another page. i want a basic solution and i dont need it encrypted.
Mar 21 '07 #1
13 7074
drhowarddrfine
7,435 Recognized Expert Expert
Assuming this "password box" is part of a form, you simply put the page you want to go to in the "action" value.

<form action="yourpage.html">
<p>
<input type="password">
Mar 21 '07 #2
codeex
24 New Member
ok i did that but now when i type in any password it goes to the web how do i make it so only one password works??
Mar 22 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
That's where programming comes in. You need either client side authentication using javascript or server side authentication with any number of programming languages. Server side, of course, is more secure.
Mar 22 '07 #4
codeex
24 New Member
how would i do that? or where can i read about it?
Mar 22 '07 #5
codeex
24 New Member
i think i would want to do it in javascript
Mar 22 '07 #6
drhowarddrfine
7,435 Recognized Expert Expert
Then ask on the javascript board.
Mar 22 '07 #7
AricC
1,892 Recognized Expert Top Contributor
Actually, you probably want to do both server side and client.
Mar 23 '07 #8
codeex
24 New Member
how would i do server side?
Mar 23 '07 #9
AricC
1,892 Recognized Expert Top Contributor
how would i do server side?
What language are you using?
Mar 23 '07 #10
codeex
24 New Member
i am using html.

http://www.signatureparty.com/priceps.htm

this is the page with the password box.
Mar 23 '07 #11
AricC
1,892 Recognized Expert Top Contributor
i am using html.

http://www.signatureparty.com/priceps.htm

this is the page with the password box.
Go look at my post in the javascript section.
Mar 23 '07 #12
AricC
1,892 Recognized Expert Top Contributor
i am using html.

http://www.signatureparty.com/priceps.htm

this is the page with the password box.
Also, HTML is not a server side scripting language. HTML and Javascript can be seen by the client (anyone who surf's to your page). A server side language is PHP, ASP etc....

HTH,
Aric
Mar 23 '07 #13
eragon
431 Contributor
i got a password script you might like, it is EXTREMELY versitaile (sp?), and i will be more than happy to send it to you. It works like a charm, however, its not encrypted or anything, its just an external *.js file. PM me if you want it. =]

Sincerely,

Eragon
May 27 '07 #14

Sign in to post your reply or Sign up for a free account.

Similar topics

7
2138
by: juglesh | last post by:
<body><div align="center"> <?php if (!isset($password)){ ?><form action="<?php $_SERVER; ?>" method="post"> type password here&nbsp;<input name="password" type="text" size="8"> then <input...
7
8679
by: Mike | last post by:
I've been trying for the past week to put a simple code together. I have done a LOT of searching, found scripts showing the functions I would like to use, however when I mix them it all goes wrong,...
0
1121
by: teenzbutler | last post by:
I am attempting to password protect some web pages. I have following the instructions within the following article: Microsoft Knowledge Base Article - 301464 - How To Use Simple ASP Code to...
4
5536
by: PJones | last post by:
I am looking for the best way to one way encrypt a password for storage in a database using (asp.net / vb.net) basically I need some functions or examples that I can freely use in a commercial...
9
11511
by: kwindham | last post by:
This program doesn't seem like it should be too hard, but I cannot figure it out. Here is the assignment: Password Verifier - Write a program to verify passwords, satisfying the following...
2
4843
by: mankolele | last post by:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Simple Database Connection</title> </head> <body bgcolor="white"> <?php $connection =...
1
7414
by: roshina | last post by:
Hi Iam facing a problem in my project, developing a web site for online shopping in ASP on windows XP using IIS server. All the validations are ok but the new password is not upadated in the data...
2
2802
by: whitey | last post by:
Can anybody supply me with a script the does what is in the title above please? I have tried so many different methods! here is what im currently trying to get to work SIGN IN <!doctype...
5
41822
by: ahilar12 | last post by:
hi all, i wanted to check whether the password entered matches with the confirm password.either through javascript or through php.i have enclosed my code somebody help on this <html> ...
0
7251
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
7148
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
7367
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
7430
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...
1
7089
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
7517
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
4743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3217
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
451
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.