Connecting Tech Pros Worldwide Forums | Help | Site Map

input box

chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 87
#1: Sep 3 '08
hi all

i want to readthe charcters in hidden format(password characters) in js/input box. is it possible?

let me know that?


thanks in advance
chel-1

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,657
#2: Sep 3 '08

re: input box


Why not. Others seem to do it all the time.

regards
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 87
#3: Sep 3 '08

re: input box


Quote:

Originally Posted by Dormilich

Why not. Others seem to do it all the time.

regards

i need that in javascript's (inputbox )prompt()
chel-1
Newbie
 
Join Date: Jul 2008
Location: Bahirdar
Posts: 16
#4: Sep 3 '08

re: input box


What editor do you use? If you want to hard code it you can use the following:

[CODE = PHP]

<td><input name="txtpassword" type="password" id="txtpassword"></td>

[/code]

If you use editors for your php, let me know. In that case you can simply select password option from properties panel.
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 87
#5: Sep 4 '08

re: input box


Quote:

Originally Posted by proudlyphp

What editor do you use? If you want to hard code it you can use the following:

[CODE = PHP]

<td><input name="txtpassword" type="password" id="txtpassword"></td>

[/code]

If you use editors for your php, let me know. In that case you can simply select password option from properties panel.


thanks!
but i'm trying it on javascript. thats not input textbox. i need a input dialogbox which able to read the inputs in hidden format

thanks.
chel-1
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,948
#6: Sep 4 '08

re: input box


This is the PHP forum; PHP is not Javascript.
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,751
#7: Sep 5 '08

re: input box


Quote:

Originally Posted by markusn00b

This is the PHP forum; PHP is not Javascript.

Indeed.

I have moved this thread over to the JavaScript forum.
Please try to post your questions in the appropriate forums!

Thank you.
MODERATOR.
RamananKalirajan's Avatar
Needs Regular Fix
 
Join Date: Mar 2008
Location: Chennai - India
Posts: 350
#8: Sep 5 '08

re: input box


Can you please explain your requirement clearly. You can do that. Create a Div set the display as none initially. Inside the div yopu create ur own input box with type="password". Have appropriate meassage. When you call the function make the div to display and once the value is entered make it as hidden. any help just post back to the forum


Regards
Ramanan Kalirajan
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 87
#9: Sep 5 '08

re: input box


Quote:

Originally Posted by Atli

Indeed.

I have moved this thread over to the JavaScript forum.
Please try to post your questions in the appropriate forums!

Thank you.
MODERATOR.

thanks. sorry for my fault.
chel-1
Reply