[DEV]DjSt3rios Posted June 8, 2012 Posted June 8, 2012 Hello, I was wondering if it is possible to hide the content of an edit box with asterisks (aka password box). Any help would be appriciated.
CriticalError Posted June 9, 2012 Posted June 9, 2012 yes you can delete this Subnick, just search ID of NPC, go to DB and search this ID in NPC, and in row Title just delete, is all, anyway this is not client modding, is serverside.
[DEV]DjSt3rios Posted June 9, 2012 Author Posted June 9, 2012 yes you can delete this Subnick, just search ID of NPC, go to DB and search this ID in NPC, and in row Title just delete, is all, anyway this is not client modding, is serverside. Ehm? Maybe You didn't understand, what I want to do is an HTML with an edit box in it, and I want what the user types in there to appear as asterisks...
ExTrEmEDwarf Posted June 9, 2012 Posted June 9, 2012 Try this <form> Password: <input type="password" name="pwd" /> </form>
[DEV]DjSt3rios Posted June 9, 2012 Author Posted June 9, 2012 Try this <form> Password: <input type="password" name="pwd" /> </form> Not working :/ Its not like normal HTML, the code is like: <edit var="variable" width="100"> I tried some combinations, like: <edit password="1" var="variable" width="100"> but none of them worked.. so I believe it needs some client modification, but I guess it is not possible... :/ EDIT: Lol, i didn't think the most obvious thing: <edit type="password" var="lol" width="100"> This works! After all it wasnt really client modification, at least it didnt need some so.. sorry for posting here, and thanks everyone for the help, and especially ExtremeDWarf for the type="password" idea :P Thread can be locked!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now