Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant hide text box in IE but is hidden in Chrome and Firefox
Message
From
18/07/2011 13:11:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Cant hide text box in IE but is hidden in Chrome and Firefox
Environment versions
Environment:
ASP.NET
OS:
Windows 7
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01518454
Message ID:
01518454
Views:
159
I have a text box on a form that I have set to fill with pre-defined text when the user navigates to my page. I want the text box hidden from the user so they can not view the text that is in the box. I have the entire table row element "hidden" from the user and I have used several methods for this...
hidden = "true"
visible = "false"
style="visibility:hidden;display:none;"
For each of these the intended outcome is recognized in Chrome, Firefox and Safari browsers (the text box is hidden from the user but still contains the information necessary. However, in IE the text box is still being displayed to the user. While it does have the text required still inside of it I really wish to hide this element from the user. Can anyone help me with this issue?
Next
Reply
Map
View

Click here to load this message in the networking platform