VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12[3] ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 21:04:49 08/19/02 Mon
Author: SkiRaskal
Subject: Re: Passwords on Pagebuilder pages?
In reply to: Kay 's message, "Passwords on Pagebuilder pages?" on 14:18:09 05/22/01 Tue

Hi there, K:-) Not really a matter if webtv will allow passwords on your websites as much as it is will webtv users see and be able to respond to them. This should work.. put this in the (head)(/head) of your script.
Change the name of the password to your choice, then change the right password answer to the page you wish them directed to. Also, change the () to <>, everywhere except where it says enter the password..

Enjoy!
Ski
(script language="Javascript")

(!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var password = "please"

var x = prompt("Enter in the password"," ")

if (x.toLowerCase() == password) {
alert("Come right in \n \n You've entered in the right password")
location = "right.html"
}

else {
location = "wrong.html"
}

//--)
(/script)

K. wrote:
>Hi, I'm brand new here, looking for password help.
>
>I'd like to know if it's possible to put a password on
>my Pagebuilder-created website. I've seen passwords at
>other non-commercial sites on the internet. I would
>like to publish a page with family pictures, but only
>allow viewing by those to whom I'd give the password.
>
>Does WTV allow this?
>
>I'd appreciate a reply here or in an email.
>
>Thank you for any help. K.

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.