Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Stanley S
    Stanley S's Avatar
    Guest

    Need help here!! HTML Codes for password (5stars)?

    hi. does anybody here knows the HTML Code for inputting password and then if the password is wrong..the little window will pop up saying "wrong password"
    serious answers please i will give 5 stars

  2. #2
    benzrf
    benzrf's Avatar
    Guest
    HTML is only for markups. You can't do interactivity with it. You could use JavaScript, but then anyone serious could just open up the Source Window and look at the password. The only way you can really do this is with ASP or PHP. Check out tutorials at this site:

    http://www.w3schools.com/

    Oh, by the way, ASP and PHP are server-side scripting, that is to say that the work is done on the server, not the client's computer, so make sure your webhost supports them first. If you are configuring your own computer as a server, if it's Windows it should come with ASP, but you have to install PHP. Check out php.org. As for Macs, I don't think they come with any server-side scripting at all, but I'm not that farmiliar with them. Check a Mac help site or forum.

  3. #3
    SCORCEL D' Polygon
    SCORCEL D' Polygon's Avatar
    Guest
    If you would use password verification in HTML pls be aware that you are actually exposing your password to your users. Its better to use .aspx, PHP, ASP etc. for a more secure web pages.

  4. #4
    Davis F
    Davis F's Avatar
    Guest
    It's not possible with HTML because anyone can go to View>View source and figure out what the password is. You will need to use encrypted javascript to do this.

 

 

Quick Reply Quick Reply

Click here to log in


In what corner do we have Search box?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 09-03-2010, 04:20 AM
  2. making layers with html codes? codes/suggestions?
    By Antonio V in forum Discuss HTML
    Replies: 2
    Last Post: 06-07-2010, 10:23 AM
  3. Replies: 0
    Last Post: 02-25-2010, 02:16 AM
  4. Replies: 0
    Last Post: 04-30-2009, 02:55 PM
  5. Replies: 0
    Last Post: 04-27-2009, 04:05 AM

Bookmarks

Posting Permissions

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