How can i code this search textbox.
If search text found mean, it should redirect my page to another page and found data must be listed their....
Thanks in Advance
Code:
<form name="searchForm" method="post" action=""> <input type="text" name="keyword" /> <input type="submit" name="submit" value="Search"> </form>
Thanks in Advance
Comment