Ask a Question related to HTML & CSS, Design and Development.
-
sub2min2002 webforumsuser@macromedia.com #1
password protected pages
I wish to set up a password protected page. Is this possible in HTML only? If not how would I go about it. I have no database knowledge
Kind regards
Ian
sub2min2002 webforumsuser@macromedia.com Guest
-
PAssword protected page
We are wondering if there is a way to insert a password protected page. I cannot find any information on how to make a secure page within our web... -
What do you use instead of sessions for password protected
pages? For low traffic sites I just use sessions and redirect if not logged in <% if NOT session("loggedIn") = "true" then... -
Fetching remote password protected pages
I'm trying to put together a script that will allow a user to: a) log in to the script b) once logged in, be presented with links to other sites... -
Password Protected Message Box
I would create a simple database to store this message. Then have a password-protected area that has a record update form. On your front page,... -
password protected
Hi, I had " my documents " password protected. I had trouble with my computer and reinstalled XP. The file is still there but denies access. is... -
Les Matthews #2
Re: password protected pages
Not with just html, but you can provide some protection using javascript.
The 'Gate Keeper' script is pretty easy to use - you can find it here:
[url]http://javascriptkit.com/script/cut34.shtml[/url]
"sub2min2002" <webforumsuser@macromedia.com> wrote in message
news:bf11jh$n17$1@forums.macromedia.com...If not how would I go about it. I have no database knowledge> I wish to set up a password protected page. Is this possible in HTML only?>
> Kind regards
>
> Ian
>
>
Les Matthews Guest
-
Murray *TMM* #3
Re: password protected pages
[url]http://www.mickweb.com/password.html[/url]
[url]http://www.mickweb.com/newpassword.html[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Les Matthews" <LesAMatthews@yahoo.com> wrote in message
news:bf139d$qe0$1@forums.macromedia.com...only?> Not with just html, but you can provide some protection using javascript.
> The 'Gate Keeper' script is pretty easy to use - you can find it here:
> [url]http://javascriptkit.com/script/cut34.shtml[/url]
>
> "sub2min2002" <webforumsuser@macromedia.com> wrote in message
> news:bf11jh$n17$1@forums.macromedia.com...> > I wish to set up a password protected page. Is this possible in HTML> If not how would I go about it. I have no database knowledge>> >
> > Kind regards
> >
> > Ian
> >
> >
>
Murray *TMM* Guest
-
Kindler Chase #4
Re: password protected pages
If you can use ASP, this may work for you:
[url]http://www.ncubed.com/Products/Members_Only/[/url]
HTH's
--
__o
_-\<,
(_)/(_)____ [url]http://tinyurl.com/2gf2[/url]
::kindler chase::
wanna play? [url]http://tinyurl.com/2gf0[/url]
wanna cube? [url]http://www.nCubed.com[/url]
"When you find your passion, it's easy to be illogical" - me
_______________________________________________
Dreamweaver FAQ & Resource List
[url]http://www.dreamweaverfaq.com[/url]
"sub2min2002" <webforumsuser@macromedia.com> wrote in message
news:bf11jh$n17$1@forums.macromedia.com...If not how would I go about it. I have no database knowledge> I wish to set up a password protected page. Is this possible in HTML only?>
> Kind regards
>
> Ian
>
>
Kindler Chase Guest
-
regulator911 #5
Password protected pages
I have been searching forums and the help tool but I can not figure out how to
create a password protected page inside my website. I want to create a page of
contact information but I want the page to be secure from others surfing the
net.
regulator911 Guest
-
arfore #6
Re: Password protected pages
There is no mechanism built in to Contribute to password protect a page.
You have two basic options:
1. Use your webserver's supported mechanism for this (Apache uses the htaccess
file route and IIS uses windows user permissions)
2. If you are using Contribute CS3 you could use the HTML snippet insert
feature to insert a standard javascript function that would do this, but you
would still need to have script loaded using the onload function of the
body tag, which would necessitate access to the source code, or making this a
standard function of the template.
arfore Guest



Reply With Quote

