1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Using Javascript to Disable the remember username and password window

Discussion in 'JavaScript' started by selfspirit50, Oct 14, 2006.

  1. #1
    Most of the browsers has a feature that prompts the user to save the username or password when filling a form.

    I just want to disable this feature.
    Can i disable this feature using Javascript?

    Because there are some users that will not read on the message or information on the pop window that prompts them to save the username and password.
    I know it can be disabled manually through the browser's preferences.

    Is it possible to disable it using javascript?
     
    selfspirit50, Oct 14, 2006 IP
  2. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No, not that I know of.

    You could give the password field a random name, and store that name in a session variable. That way the browser would be unable to suggest the password.
     
    penagate, Oct 15, 2006 IP