Connecting Tech Pros Worldwide Help | Site Map

input box

  #1  
Old September 3rd, 2008, 07:27 AM
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 86
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
  #2  
Old September 3rd, 2008, 08:50 AM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,488
Provided Answers: 9

re: input box


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

regards
  #3  
Old September 3rd, 2008, 01:37 PM
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 86

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
  #4  
Old September 3rd, 2008, 01:41 PM
Newbie
 
Join Date: Jul 2008
Location: Bahirdar
Posts: 16

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.
  #5  
Old September 4th, 2008, 04:28 AM
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 86

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
  #6  
Old September 4th, 2008, 03:48 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: input box


This is the PHP forum; PHP is not Javascript.
  #7  
Old September 5th, 2008, 01:10 AM
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,701
Provided Answers: 4

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.
  #8  
Old September 5th, 2008, 05:54 AM
RamananKalirajan's Avatar
Needs Regular Fix
 
Join Date: Mar 2008
Location: Chennai - India
Posts: 344

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
  #9  
Old September 5th, 2008, 08:55 AM
chelvan's Avatar
Member
 
Join Date: Aug 2008
Location: Colombo 06, Srilanka
Posts: 86

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with an input box leannsmarie answers 5 October 18th, 2008 03:59 PM
How to get text input box to fill remaining space? Mike Harrison answers 11 July 1st, 2008 08:25 AM
Input Box "Onchange" event julian.tklim@gmail.com answers 1 October 13th, 2006 10:05 AM
How to unselect a text of an input box Stefan Mueller answers 3 November 30th, 2005 08:05 AM
How to let the tooltip display over input box near-by C Chang answers 2 July 23rd, 2005 11:15 PM