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 strongm 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
Sep 27, 2002
13
CH
Hi guys! My problem is how to hide output text from displaying in the browser. I tried to use hidden field but the output still displays.THANKS :)
 
By output text, do you mean comments, or the output from a program?

If you don't intend to do anything with the text, hide it with comment tags <!-- TEXT HERE --> , or if you want the text to be used in a form you are submitting use <input type=&quot;hidden&quot; name=&quot;mytext&quot; value=&quot;TEXT HERE&quot;>

There may be other options you can use, depending on what it is you are trying to achieve. If you want, provide some more details, and I'm sure someone here will be able to offer some further advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top