Help - Search - Members - Calendar
Full Version: Password Prompt
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
adoggydog195
the code is

CODE
<!-- begin code provided by createblog.com -->

<script>
var pass="[B]PASSWORD GOES HERE[/B]";
var attempt=prompt("What is the password?" , "");
if (pass==attempt) alert("Correct")
else {location.href="about:blank";}
</script>

<!-- end code provided by createblog.com -->


please comment on this!
chopstix-ninja
move to scripts
aznhybriddragon
nice code, easy to crack but i dont see the point for that for xanga, no offence cause yea, it will only allow people that know the pass to enter.
adoggydog195
the point was to put it on only pages like your profile part so private info dont get out
aznhybriddragon
QUOTE(adoggydog195 @ Feb 24 2004, 10:18 PM)
the point was to put it on only pages like your profile part so private info dont get out

the the question is, how do u only put it for profile?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.