473,320 Members | 2,029 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,320 software developers and data experts.

Password

3
Well I have decided to post my question here, can't figure out how to do it on my own.

Problem:
I have a web page I need to be able to pass the users login and password to another page to do a serarch and then pass those results to a page to disply the user's data.

A regular login/password will get to the search page but I want to pass the login data to the search page then have the serarch page display the results.

Hummmmmmmmmmm.
Sep 20 '06 #1
2 1873
heiho
6
perhaps you need to write down all the scripts you have in mind in here first.

hei
Sep 20 '06 #2
russm
3
Here is the script I use to "pass" the pasword to the new page, the thing is that the password is appended to the name of the web page. This script calles a web page but does not pass the pasword to the calling web page:

<html>
<SCRIPT language="JavaScript"><!--
function check() {
// Prompt user for the credit card ...
pwd = prompt('Slde ID card or enter ID snd PIN...','');
pwd = pwd.replace(/[%]/, '');
pwd = pwd.replace(/[?]/, '');
pwd = pwd.replace(/[;]/, '');
pwd = pwd.replace(/[%]/, '');
pwd = pwd.replace(/[?]/, '');
pwd = pwd.replace(/[;]/, '');
// ... then set the browser location. (change the line below this one!)
location.href = 'Test_Search1' + escape(pwd) + '.asp';
}
// -->
</SCRIPT>
<head>
<meta name="GENERATOR" content="CodeCharge Studio 3.0.4.12">
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Test_Page1</title>
</head>
<body>
<DIV align="center"><h1>Test</h1>
<DIV align="center">You must have a valid ID to enter this site!<P>
<FORM>
<INPUT type="Button" onClick="check()" value="Start Test Page">
</FORM>
</DIV>
</body>
</html>
Sep 21 '06 #3

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

Similar topics

11
by: John Victor | last post by:
In my mysql database, I've stored all the passwords using the PASSWORD() function. Now I'm running a test and need to compare the password in my php document to that saved in the database. I used...
3
by: arktikturtle | last post by:
Hi! I'm looking for a way to validate a password within PL/SQL. I want to write CREATE PROCEDURE change_password(old_password IN VARCHAR2) IS BEGIN -- check if old_password is correct... but...
2
by: Jill Elaine | last post by:
I am building an Access 2002 frontend with linked tables to an encrypted Paradox 7 database. When I first create these linked tables, I'm asked for the password to the encrypted Paradox database,...
10
by: Fabrizio | last post by:
(Sorry for the crosspost, but I really don't know which is the right newsgroup!) Hi all, I try to change the password to a user that as to change the password at first logon: try {
6
by: Andre Ranieri | last post by:
I'm trying to create a login page for customers to log into our corporate website, our presidents naturally wants the user and password fields to populate from a cookie so the customer doesn't have...
5
by: scorpion53061 | last post by:
is it possible to set the database password that you can set in access for a database from a vb.net application?
26
by: David Garamond | last post by:
I read that the password hash in pg_shadow is salted with username. Is this still the case? If so, since probably 99% of all PostgreSQL has "postgres" as the superuser name, wouldn't it be better...
8
by: Katash | last post by:
Hello, I am new to PHP and am working on a login system for my site, currently supplied passwords are passed to MySQL and stored as md5 hashes, my question is :- seeing as md5 is 1 way only what...
3
by: julianmoors | last post by:
Hey, Currently I'm writing a VB.NET/1.1 app and I need to mask the input for the password field. Does anyone know how to do this in VB? I've seen a C# example, but wouldn't know how to convert...
2
by: DarthPeePee | last post by:
Hello everyone. I am working on a Password Strength Meter and I am running into 1 problem that I would like to fix. When pressing the "Clear Password & Try Again" button, the password clears...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.