Jump to content

asterisks in edit box?


Recommended Posts

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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!

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...