Place a search box in your web site to
search Malaysian Web Site. The Search Box is as below :-
To have to search box in your web site, just copy
and paste the following HTML into your web document and your are turning your web site
into a Malaysian Search Engine in less than 5 minutes.
<form action="http://www.malaysiadirectory.com/cgi-bin/links2/search.cgi"
method="GET">
<div class="margin">
<table border="0" cellpadding="0" cellspacing="0">
<tr><td>Search: <input type="TEXT" name="query"
size="30"> <input type="Submit"
value="Search"></td></tr>
<tr><td>Number of Results: <SELECT
name="mh"><OPTION>10<OPTION
SELECTED>25<OPTION>50<OPTION>100</SELECT></td></tr>
<tr><td>As Keywords: <input type="RADIO" name="type"
value="keyword" CHECKED> As Phrase: <input type="RADIO"
name="type" value="phrase"></td></tr>
<tr><td>AND connector: <input type="RADIO" name="bool"
value="and" CHECKED> OR connector: <input type="RADIO"
name="bool" value="or"></td></tr>
</table>
</div>
</form>