Go to Start Page

How To Put Search Box

Search On:
    
   


It is easy. By just using simple HTML like below

Example 1

 <form method=POST action="wiki.asp?a=search&db=WikiAspDb" id=form1 name=form1>Search: <input type=text name=o />

Search:


Example 2

This one simly adds a submit button

 <form method=POST action="wiki.asp?a=search&db=WikiAspDb" id=form2 name=form2>Search: <input type=text name=o /><input type=submit>

Search:

 


See also Posting Forms By Html