Jump to content

Why do some developers code this into forms?

No "save my credentials" prompt from the browser

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Why do some developers code this into forms? No "save my credentials" prompt from the browser Rate Topic: -----

#1 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Post icon  Posted 30 August 2006 - 06:28 PM

Do you know what drives me batty? When I visit a site for the first time and I make an attempt to login, and my Firefox doesn't prompt me to save the credentials. What is the deal?

I can only assume they're standard <input ... > elements using some sort of javascript (or something else?) to somehow instruct the visitor's browser to not prompt them to save the login credentials.

Does anyone know what code is specifically being used to block the browser's prompt?

(Once I know what language is used for this horrible internet affliction, I'll move this thread to the appropriate sub-forum)
0

#2 User is offline   sypher 

  • the owner3r
  • Group: Administrators
  • Posts: 1,578
  • Joined: 04-April 06
  • Location:North Wales, UK
  • Interests:Art, Boxing, MMA, Graphic Design, Web Design etc. ;)

Posted 30 August 2006 - 07:28 PM

I'm guessing its to do with cookies, cos theyre stored on the users machine. Whereas if the site uses sessions which are stored on the server theres no reason to prompt the user. I think :P
sypher design - North Wales Web Design | Latest Work: - Scala Cinema

CSS - Can't See Sh*t
0

#3 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 31 August 2006 - 03:29 AM

I think it's when the form submission is controlled by Javascript... therefore your browser doesn't detect it and know how to invoke it?
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#4 User is offline   Ben Abrams 

  • The buddy system:never fails
  • Group: Administrators
  • Posts: 1,850
  • Joined: 04-April 06
  • Gender:Male

Posted 31 August 2006 - 06:11 AM

View PostSirkent, on Aug 31 2006, 09:29 AM, said:

I think it's when the form submission is controlled by Javascript... therefore your browser doesn't detect it and know how to invoke it?

sounds the most plauseable....never seen this kind of thing on the net though....which site?

View PostSirkent, on 21 September 2007 - 04:26 AM, said:

<monty python high-pitched female voice>I DON'T LIKE SPAM!</monty python high-pitched female voice>
0

#5 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 01 September 2006 - 07:39 AM

Whats the advantage of having your forms controlled by javascript?

Now AJAX (we all know what that is) when used still prompts like normal forms which makes it very interesting that the ones Marc is talking about dont.
Posted Image
0

#6 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 01 September 2006 - 08:11 AM

Well, you can send different information, or perform verification. I agree, it's not the way that things should really be done.

Another situation that I come up with regularly with Opera is where it fills in the fields and submits, but I land back at the login page. I assume this is because the server-side script is looking for the value submitted when the submit button is pushed - which is just wrong again.
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#7 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 01 September 2006 - 08:34 AM

Does this officially happen with javascript? (I'm looking to move this thread to the appropriate forum).

Bramz, it happens to me at the salliemae.com web site. There are a couple others, but I'm at work and cannot remember them.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users