Hello everyone! I just want to thank everyone for taking the time to read my thread!
Here is the scenario:
I am trying to limit activity in a particular shared folder. We cannot modify the security, or it will be a hassle when the IT staff attempts to access it from within a regular user account. I would like to create a script that, when launched, would prompt the user for a password. If the password is correct, the folder would be launched for them . . . if the password was incorrect, the script could report an error then close. Essentially, I would be password protecting the folder.
Here is what I have so far:
____________________________________________________________
<html>
<head>
<body>
<h2>Tech Access</h2>
<form name="Validation">
<table border="0" width="300">
<tr>
<td width="80">Password:</td>
<td><input type="password" name="pwl" size="10">
<input type="button" value="Submit" name="Submit"
<OnClick="????????????">
</td>
</tr>
</table>
<script>
</form>
</body>
</html>
____________________________________________________________
If you will notice, I have attempted to mask the entry on the password. I would like to retain this feature.
Any help would be GREATLY APPRECIATED!
[∞]MP
Here is the scenario:
I am trying to limit activity in a particular shared folder. We cannot modify the security, or it will be a hassle when the IT staff attempts to access it from within a regular user account. I would like to create a script that, when launched, would prompt the user for a password. If the password is correct, the folder would be launched for them . . . if the password was incorrect, the script could report an error then close. Essentially, I would be password protecting the folder.
Here is what I have so far:
____________________________________________________________
<html>
<head>
<body>
<h2>Tech Access</h2>
<form name="Validation">
<table border="0" width="300">
<tr>
<td width="80">Password:</td>
<td><input type="password" name="pwl" size="10">
<input type="button" value="Submit" name="Submit"
<OnClick="????????????">
</td>
</tr>
</table>
<script>
</form>
</body>
</html>
____________________________________________________________
If you will notice, I have attempted to mask the entry on the password. I would like to retain this feature.
Any help would be GREATLY APPRECIATED!
[∞]MP