» 
javascript and prompt command
i have password protected my page but when the prompt comes up when i type in the password it doesnt have the ****. is there any way to chnage this.
<script language="javascript" src="blahbalh.js"></script>
<script language="javascript">
if (window.prompt("Please enter the password and press OK") != var) {
window.location.replace("http://www.google.com");
}
</script>
|