[what?] what is mask="x" ?

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
User avatar
Nerfintas
Posts: 54
Joined: Wed Aug 28, 2013 6:01 pm

[what?] what is mask="x" ?

Post by Nerfintas »

Hi, this topic is for all my questions, becouse i dont want to make 10 topics per day or smth like that :).
So please dont delete it, when i have a question ill ask in here;)

EDIT: and if i dont say THANKS, so at anyway i mean THANKS for that who help me, becouse i dont want to 2ble post always, like 1st post THANKS and 2nd post THERE IS MY NEW PROBLEM, etc. :).
Last edited by Nerfintas on Wed Sep 25, 2013 5:06 am, edited 3 times in total.
User avatar
Nerfintas
Posts: 54
Joined: Wed Aug 28, 2013 6:01 pm

Re: Nerfintas space [All my questions only here]

Post by Nerfintas »

Hi. Is there a different?

Code: Select all

Player password: <input type="password" name="password" size="15"><br>
and

Code: Select all

Player password: <input type="password" name="repassword" size ="15" mask="*"><br>
why is that MASK used for? becouse with mask and without mask when type is password then all characters is hiden anyway.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Nerfintas space [All my questions only here]

Post by OldRod »

You don't need the mask if the input type is 'password'. I think the 'mask' part goes back to an earlier version of PHP or something. I'm not sure it does anything now.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Nerfintas space [All my questions only here]

Post by Jackolantern »

Actually, it is more helpful if you do make a new thread for each new question :) For one, you are much more likely to get answers since people will see it is a new, unanswered thread. And second, putting them all in one thread makes them much less searchable. We have quite a knowledge base here all at the reach of a finger through Search, and we want to keep adding to it! Don't worry about making tons of threads in this section, as this is a "Free for All" section for people to ask any and all questions they want to, where the typical thread spam rules don't apply :cool:
The indelible lord of tl;dr
User avatar
Epiales
Posts: 1119
Joined: Thu Aug 15, 2013 1:38 am

Re: Nerfintas space [All my questions only here]

Post by Epiales »

Jackolantern wrote:Actually, it is more helpful if you do make a new thread for each new question :) For one, you are much more likely to get answers since people will see it is a new, unanswered thread. And second, putting them all in one thread makes them much less searchable. We have quite a knowledge base here all at the reach of a finger through Search, and we want to keep adding to it! Don't worry about making tons of threads in this section, as this is a "Free for All" section for people to ask any and all questions they want to, where the typical thread spam rules don't apply :cool:
:D :D Yeah, just ask me :lol: :lol:
Nothing fancy, but a work in progress!

http://gameplaytoday.net
User avatar
Nerfintas
Posts: 54
Joined: Wed Aug 28, 2013 6:01 pm

Re: Nerfintas space [All my questions only here]

Post by Nerfintas »

Jackolantern wrote:Actually, it is more helpful if you do make a new thread for each new question :) For one, you are much more likely to get answers since people will see it is a new, unanswered thread. And second, putting them all in one thread makes them much less searchable. We have quite a knowledge base here all at the reach of a finger through Search, and we want to keep adding to it! Don't worry about making tons of threads in this section, as this is a "Free for All" section for people to ask any and all questions they want to, where the typical thread spam rules don't apply :cool:
OKAY SIR! thx ;D
Winawer
Posts: 180
Joined: Wed Aug 17, 2011 5:53 am

Re: [what?] what is mask="x" ?

Post by Winawer »

I don't think mask is an actual HTML attribute, so it shouldn't do anything at all.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: [what?] what is mask="x" ?

Post by Jackolantern »

"Mask" was an old, non-standard HTML Password attribute used to change the mask character. It has not worked since the First Browser Wars. The standard never accepted it as it was felt that it was better to stay with the standard display of the element. I think it quit working back when most of the form styling attributes were dropped.
The indelible lord of tl;dr
Post Reply

Return to “Beginner Help and Support”