HTML
Basics Random Codes Marquees Text Around Image Overlapping Text Text Effects
CSS
Custom Navigation Subheading Backgrounds Transparent Scrollbars
Javascript
Add Favourites Image Slide Show Status Bar Back/Forward Last Modified Closed Window Password Protect
Stats
Tutorials: 16
Last Added: Password Protect
Layout Version: V1. Vanessa Hudgens
Webmiss: Sam
Date: 4.1.2008
Return Home: Here
Kiki-La Tutorials
JAVASCRIPT - Password Protection
Put the below in the head or in the external css file.
<script language="JavaScript"> <!--hide var password; var pass1="YOUR PASSWORD"; password=prompt('ENTER PASSWORD PLEASE'); if (password==pass1) alert('CHANGE MESSAGE HERE IF PASSWORD CORRECT!'); else { window.location="PAGE IF INCORRECT"; } //--> </script>
Back . Forward