To put an AlbaFind search button in your website, just copy into your webpages the code of one of the below buttons. This way you will be able to launch searches in the Albanian webspace from you website. 1. Simple Search Form: (normal albafind search)
<FORM METHOD=POST ACTION="http://www.albafind.com/lookfor.php">
<table border=0>
<tr><td align=center>
<NOBR>
<INPUT TYPE="hidden" NAME="ps" VALUE="20">
<INPUT TYPE="hidden" NAME="o" VALUE="0">
<INPUT TYPE="text" NAME="q" SIZE=20 VALUE="">
<INPUT TYPE="submit" VALUE="AlbaFind Search!">
</NOBR>
</td>
</tr>
</table>
</FORM>
2. Albanian Language Search Form: (restrict search results only to pages in Albanian)
<FORM METHOD=POST ACTION="http://www.albafind.com/lookfor.php">
<table border=0>
<tr><td align=center>
<NOBR>
<INPUT TYPE="hidden" NAME="ps" VALUE="10">
<INPUT TYPE="hidden" NAME="o" VALUE="0">
<INPUT TYPE="hidden" NAME="lang" VALUE="al">
<INPUT TYPE="text" NAME="q" SIZE=20 VALUE="">
<INPUT TYPE="submit" VALUE="AlbaFind Search!">
</NOBR>
</td>
</tr>
</table>
</FORM>
3. English Search Form: (restrict search results only to pages in English)
<FORM METHOD=POST ACTION="http://www.albafind.com/lookfor.php">
<table border=0>
<tr><td align=center>
<NOBR>
<INPUT TYPE="hidden" NAME="ps" VALUE="10">
<INPUT TYPE="hidden" NAME="o" VALUE="0">
<INPUT TYPE="hidden" NAME="lang" VALUE="en">
<INPUT TYPE="text" NAME="q" SIZE=20 VALUE="">
<INPUT TYPE="submit" VALUE="AlbaFind Search!">
</NOBR>
</td>
</tr>
</table>
</FORM>
4. .al Domain Search Form: (restrict search results only to pages in the .al domain)
<FORM METHOD=POST ACTION="http://www.albafind.com/lookfor.php">
<table border=0>
<tr><td align=center>
<NOBR>
<INPUT TYPE="hidden" NAME="ps" VALUE="10">
<INPUT TYPE="hidden" NAME="o" VALUE="0">
<INPUT TYPE="hidden" NAME="t" VALUE="al">
<INPUT TYPE="text" NAME="q" SIZE=20 VALUE="">
<INPUT TYPE="submit" VALUE="AlbaFind Search!">
</NOBR>
</td>
</tr>
</table>
</FORM>
|