Posted by lorento on 10/10/37 11:51
Chris wrote:
> I have tried assigning a variable to the textbox value, but that doesn't work either.
Its because the keyword didn't pass to action page. Try like this :
<form id="search" name="search1" method="post" action="search.php">
<label>Keywords:
<input name="docDesc" type="text" size="30"/>
</label>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</form>
--
http://blog.deshot.com
http://www.deshot.com
Navigation:
[Reply to this message]
|