Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ Invisible textbox or textarea

Posted by: Anand Sep 23 2006, 07:18 AM

Hi
can someone please let me know if we have a way to make an invisible textbox or a textarea. I need it really urgently. Thanks..

Posted by: Christian J Sep 23 2006, 08:00 AM

You can use CSS http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility or http://www.w3.org/TR/CSS21/visuren.html#propdef-display

Or do you just want to remove its http://www.w3.org/TR/CSS21/box.html#propdef-border?

If you're not familiar with CSS, see http://htmlhelp.com/reference/css/

Posted by: Darin McGrew Sep 24 2006, 05:52 PM

I think you're looking for a hidden input element: <input type="hidden" ...>

See http://www.htmlhelp.com/reference/html40/forms/input.html#hidden

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)