

![]()
Along with the graphics I've added a little HTML help for you.
I hope you find it useful.
Remember, if you use the graphics from this site
PLEASE (Pretty please?) remember to give me credit and a link back.
There's a matching link graphic on the bottom of this page, just to make it easier! Also, I'd LOVE to see what you've done, drop me a line a let me come see, huh?


HTML TIP: Here is a script to password protect a page
on your site. Your visitors will have to know the
password to be able to access the page. Pay attention: this isn't a
high level of security and can be worked around by
those with some skills, but it will keep most
people out. Enough, here's the script:
<script language="Javascript">
<!--
var password = prompt("Enter in the password")
if (password == "Pick One") {
alert("Welcome!")
location = "protected.html"
}
else {
location = "oops.html"
}
//-->
</script>
Where it says "Pick One",put the word you want to use for your password. Right now the password would be Pick One. Where it says "protected.html" you'd substitute the name of the page you want to protect. If they enter the correct password they will forward to this page. Where it says "oops.html" would be a page you create to tell them they have entered an incorrect password.
One more thing, if you do use this script, you might want to use a tag to keep search engines from listing it.
<meta name="robots" contents="noindex">
![]()
Don't forget the Link!
If you're looking for comprehensive help with your pages may I recommend....