Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide output text

Status
Not open for further replies.

miks

MIS
Joined
Sep 27, 2002
Messages
13
Location
CH
Hi guys! How can I prevent output text from displaying in the form? I tried to use hidden field but the output still displays.
 
If I understand you correctly, you're trying to hide the characters the user enters into your form. If so, try this:

<INPUT TYPE=&quot;password&quot; NAME=&quot;whatever&quot;>

Hope this helps.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top