How do I create a website login?

Ask a Question related to Adobe Dreamweaver & Contribute, Design and Development.

  1. #1

    Default How do I create a website login?

    I am working on a website for my family and I need to create a login so only my
    family can access certain areas. I'd like to use HTML because I am not fluent
    in PHP or CSS. It doesn't have to be high security, but I would like them to be
    able to register and then be able to login. Can anyone help?!

    withhisstripes Guest

  2. Similar Questions and Discussions

    1. Acrobat 8 Pro and Create PDF from a Website
      Hi, I'm out of sorts. I can't seem to be able to turn a website thread into PDF file using my Acrobat 8 Pro (Mac user).... The thread I'm...
    2. Create a DB For my website
      hi everyone, i need a big help, well i started to do websites in a couple of years and now one of my clients is asking me to do a website adding a...
    3. user login on website
      I need to set up a section on a website that will clients to put in a username and a password, and access a specific folder on my ftp. how can i do...
    4. How do I create a website!
      xhtml and css is the best way for a flat page. include file can inclde anything you like, its just seperate code. These have some good...
    5. Have website login form check a forum database to verify registration
      I need help with having a Login Form on a website that goes to a member only section, to beable to check my forum database so that when people...
  3. #2

    Default Re: How do I create a website login?

    HTML alone has no capacity to do this. You would need to use either -

    1. Javascript - but it's not really secure, and it would use the same login
    for everyone. You can see examples here -

    [url]http://www.mickweb.com/password.html[/url]
    [url]http://www.mickweb.com/newpassword.html[/url]

    2. Some server scripting with a database. I fear this may be out of your
    reach just now.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "withhisstripes" <webforumsuser@macromedia.com> wrote in message
    news:cvqmcg$23d$1@forums.macromedia.com...
    >I am working on a website for my family and I need to create a login so
    >only my
    > family can access certain areas. I'd like to use HTML because I am not
    > fluent
    > in PHP or CSS. It doesn't have to be high security, but I would like them
    > to be
    > able to register and then be able to login. Can anyone help?!
    >

    Murray *TMM* Guest

  4. #3

    Default Re: How do I create a website login?

    Thanks, that did it for me. But now I am curious about a secure login, can you help me with that?
    withhisstripes Guest

  5. #4

    Default Re: How do I create a website login?

    You would need lots more than help here. Google for "login tutorial
    dreamweaver" and I guess you'll find more than you want to read.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "withhisstripes" <webforumsuser@macromedia.com> wrote in message
    news:cvqt74$9jp$1@forums.macromedia.com...
    > Thanks, that did it for me. But now I am curious about a secure login, can
    > you help me with that?

    Murray *TMM* 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