Web page "Password"

gmaster47

New Member
Joined
Aug 10, 2010
Messages
3
Hi,

I' am creating a web page in MS access and I would like to create a password similar to the image below. I need the password to be hidden from other people like when you type in any character, it will show as an asterisk instead of the actual password. Hope you can help me.

<TABLE cellSpacing=0 cellPadding=0 bgColor=#ffffff border=0><TBODY><TR><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" b_t_l.gif? elements default themes images _genpact paths.propleinc.com:443 https:></TD><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_t.gif?></TD><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_t_r.gif?></TD></TR><TR><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_l.gif?></TD><TD>

<!-- table for login form --><TABLE cellSpacing=2 cellPadding=2 border=0><TBODY><TR><TD style="COLOR: #0d3b7a" colSpan=0></TD><TD></TD><TD></TD></TR><TR><TD vAlign=center align=middle width=65 rowSpan=3></TD><TD class=MOD_DESCR width=70>Username:</TD><TD width=100><INPUT id=un style="WIDTH: 170px" disabled maxLength=20 size=22 name=un> </TD></TR><TR><TD class=MOD_DESCR width=70>Password:</TD><TD width=100><INPUT style="WIDTH: 170px" disabled type=password maxLength=20 size=22 name=pw> </TD></TR><TR><TD height=15></TD></TR></TBODY></TABLE>

</TD><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_r.gif?></TD></TR><TR><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_b_l.gif?></TD><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_b.gif?>The purpose of this page is collect all the information logged in these fields.</TD><TD style="BACKGROUND: none transparent scroll repeat 0% 0%" login target="_blank" elements default themes images _genpact paths.propleinc.com:443 https: b_b_r.gif?></TD></TR></TBODY></TABLE>
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
replace [ with < and ] with >
Code:
[html]
[head]
[title]
[/title]
[body]
[form]
username :[input name="username" type="text"][br]
pawword: [input name=password" type="password"]
[/form]
[/body]
[/head]
[/html]
 
Upvote 0
Thanks for the reply. After creating the form, how would i connect the data that I've enter in the form to my tables in MS Access? I can't find the way to connect the pages to my tables.
 
Upvote 0
it seems you're trying to put a web page on a web server and have that page connect to an ms access database ?

if so, then I'm pretty sure that answer requires way more time than I'm willing to put in

you could start learning about ASP
http://www.4guysfromrolla.com/webtech/111198-1.shtml

http://www.4guysfromrolla.com/webtech/ASP_INDEX_98.shtml

but that's old
the new way is asp.net
and you shouldn't be using access for web page databases
you should be using MySQL or SQL Server

if you really want to do it the easy and right way, then you'll watch these videos
http://academicearth.org/courses/building-dynamic-websites
and use PHP and MySQL

but what you're asking about is not easy
 
Upvote 0
thanks for the suggestions. Actually, the database is saved in a shared folder where everyone can access the page and everytime they logged in the username and password, it will automatically saved in the ms access table. The data will not be so huge that it can be stored in 1 excel sheet. Do you think its feasible?
 
Upvote 0

Forum statistics

Threads
1,213,527
Messages
6,114,140
Members
448,551
Latest member
Sienna de Souza

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top