password protected pages

Ask a Question related to HTML & CSS, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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,...
    5. 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...
  3. #2

    Default 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...
    > 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
    >
    >

    Les Matthews Guest

  4. #3

    Default 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...
    > 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
    only?
    > If not how would I go about it. I have no database knowledge
    > >
    > > Kind regards
    > >
    > > Ian
    > >
    > >
    >
    >

    Murray *TMM* Guest

  5. #4

    Default 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...
    > 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
    >
    >

    Kindler Chase Guest

  6. #5

    Default 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

  7. #6

    Default 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139