|
| |
|
|
travismp
Posts: 239 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
<input type="hidden" in Foxfire - 7/7/2008 16:24:29
add.asp - My user can log into my system and add records to their account. The add form has about 5 fields, two of which are 'hidden' that pre-populate into the text boxes from a side DB. In IE they are actually hidden in IE but in Firefox they are showing. What gives? How can I hide text boxes of a form in firefox as well?
|
|
|
|
travismp
Posts: 239 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: <input type="hidden" in Foxfire - 7/7/2008 16:45:52
<input type="hidden" value="<%=session("Username")%>" maxlength="75" tabindex="0"> This is my code. In IE the page looks correct, but in FireFox this box shows up.
|
|
|
|
travismp
Posts: 239 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: <input type="hidden" in Foxfire - 7/7/2008 17:19:03
Wow that was fun. I did figure out the anwer, I am not sure why but the way my code was set up there was only one box in IE with the data and two in Firefox, one with data and one blank. The blank box was the won showing up. You were correct it was my code, I have it done now. Thank you.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|