form -- non editable text area
Posted: Sun Oct 12, 2008 10:43 am
Hi,
I have a wordpress (2.6) blog with a search function embedded as a form.
I can not edit the text box in Firefox (1..5, 2, 3), Safari or Chrome but i can in IE
The code for the form is:
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF'] ?> ">
<input type="text" id="search" name="search" size="15" value="" >
<input type="image" name="submit" src="search.gif" align="top">
</form>
But if save a page from the blog, open it in dreamweaver, then view it in firefox, the text box is editable.
Any ideas what is going on??
cheers
Andy
Edit/Delete Message
I have a wordpress (2.6) blog with a search function embedded as a form.
I can not edit the text box in Firefox (1..5, 2, 3), Safari or Chrome but i can in IE
The code for the form is:
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF'] ?> ">
<input type="text" id="search" name="search" size="15" value="" >
<input type="image" name="submit" src="search.gif" align="top">
</form>
But if save a page from the blog, open it in dreamweaver, then view it in firefox, the text box is editable.
Any ideas what is going on??
cheers
Andy
Edit/Delete Message