![]() |
|
|
|||
|
hidden fiels in Firefox 3.0.1 doesn.t work
Hey
Html forms with input type="hidden" doesn't work properly in Firefox 3.0.1. The hidden field is shown by the browser: Take this form: <form name="Form_6" action="/Sog.htm" method="get" target="_top"> <input type="text" name="query" id="sw_searchstring" value="" class="searchfield" style="width:100px;" /> <input type="submit" value="søg" name="12" class="formbutton" style="width:35px;" /> <input type="hidden" name="category" value="" /> </form> The hidden field "category" is shown by Firefox 3.0.1, but not by other browsers including other Firefox browsers. Is there a solution to this problem? Best Regards Bo |
|
|||
|
Re: hidden fiels in Firefox 3.0.1 doesn.t work
On 7/21/2008 10:22 AM, Bo Nedergaard wrote:
> Hey > > Html forms with input type="hidden" doesn't work properly in Firefox 3.0.1. The hidden field is shown by the browser: Take this form: > > <form name="Form_6" action="/Sog.htm" method="get" target="_top"> > <input type="text" name="query" id="sw_searchstring" value="" class="searchfield" style="width:100px;" /> > <input type="submit" value="søg" name="12" class="formbutton" style="width:35px;" /> > <input type="hidden" name="category" value="" /> > </form> > > The hidden field "category" is shown by Firefox 3.0.1, but not by other browsers including other Firefox browsers. Is there a solution to this problem? > > Best Regards > > Bo I took your form and pasted it into an HTML doc thus: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled</title> </head> <body> <form name="Form_6" action="/Sog.htm" method="get" target="_top"> <input type="text" name="query" id="sw_searchstring" value="" class="searchfield" style="width:100px;" /> <input type="submit" value="søg" name="12" class="formbutton" style="width:35px;" /> <input type="hidden" name="category" value="" /> </form> </body> </html> .... and opened it in Firefox 3.01. The only fields that show are the "searchfield" and the submit button. There may be a problem with your styles in the file, or some script that was not included in the form info that you sent. Dave Pyles |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|