vuhndalock
01-10-2006, 12:58 PM
okay this dont work correctly
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var password = ''
password=prompt('Please enter your password:','');
if (password != null) {
location.href="http://www.freewebs.com/s3mercenaries/clan.htm";
}
// End -->
</SCRIPT>
If i try to change the password it wont send me to the correct site
like if i did this
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var password = ''
password=prompt('Please enter your password:','');
if (password != test) {
location.href="http://www.freewebs.com/s3mercenaries/clan.htm";
}
// End -->
</SCRIPT>
it wont work can someone fix this code for me and show me where to put in the password if im just doing it wronge
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var password = ''
password=prompt('Please enter your password:','');
if (password != null) {
location.href="http://www.freewebs.com/s3mercenaries/clan.htm";
}
// End -->
</SCRIPT>
If i try to change the password it wont send me to the correct site
like if i did this
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var password = ''
password=prompt('Please enter your password:','');
if (password != test) {
location.href="http://www.freewebs.com/s3mercenaries/clan.htm";
}
// End -->
</SCRIPT>
it wont work can someone fix this code for me and show me where to put in the password if im just doing it wronge
