when Use the following, it open a window which ask for the password, but the password is shown while typing. I want it to be typed ******.. instead of the actuall password.
Thanks.
<SCRIPT language="JavaScript">
<!--hide
var password;
var pass1="password1";
password=prompt('Please enter your password to view this page!',' ');
if (password==pass1)
alert('Password Correct! Click OK to enter!');
else
{
window.location=" }
//-->
</SCRIPT> [sig][/sig]
Thanks.
<SCRIPT language="JavaScript">
<!--hide
var password;
var pass1="password1";
password=prompt('Please enter your password to view this page!',' ');
if (password==pass1)
alert('Password Correct! Click OK to enter!');
else
{
window.location=" }
//-->
</SCRIPT> [sig][/sig]