Click to See Complete Forum and Search --> : anyone pls help me to solve this problem


xcarl78
06-24-2004, 09:39 PM
i'm a new user in javascript language.recently i have to find this answer to solve my question on my head.

<script language="javascript">
</script>
<script language="JavaScript" type="text/javascript">
<!--
var m1, i;
m1="Hehehe";
value=prompt("Please enter password!","");
if (value==m1) {
window.location=value+".htm";
i=4;
}


i'm looking for the password??pls help me..

Nedals
06-24-2004, 10:13 PM
Originally posted by xcarl78
what is the answer exactly??
The answer to what? The missing brace '}' at the end?