Need help reg islamic blog

ayunus

One among the Chosen
Assalaamu alaikum wa rahmathullahi wa barakathuhu brothers and sisters,

I have set up a new blog for learning and sharing islam. You can view that at http://deen-and-life.blogspot.com...alhamdulillah, I am working more closely to make it very informative insha Allah.

The problem is that I want to put a search box in my blog. I would like it to direct to http://www.usc.edu/dept/MSA/quran/ which has a lot of info, authentic and without any pop-ups or advts...masha Allah. I tried to put ttheir code into mine, but failed...can anyone help me in correcting the code or giving a new one? I dont want to put nay other web's search as I am not sure of any other authentic and clean database. Pls help me in this cause...fee sabeelillah.


Code:
for quran

<!-- SiteSearch Usc-Msa-->
<form method=post action="/cgi-bin/msasearch">
<p>
<input name="querystring" type=text size=20>
</p>

<p>
<input type=submit value="Submit Search to Classic MSA-USC"> <input type=reset>
</p>
<input name="database" type=hidden value="quran">
<input name="dbpath" type=hidden value="http://www.usc.edu/www/dept/MSA/reference/indices">
<input name="logpath" type=hidden value="http://www.usc.edu/www/dept/MSA/reference/indices/logfile">
<input name="xpath" type=hidden value="http://www.usc.edu/www/dept/MSA/reference/xfile">
</form>
<form method=POST action="http://www.usc.edu:8765/udf/query.html">
<input type="hidden" name="col" value="cwiscol">
<input type="hidden" name="imgname" value="http://www.usc.edu/dept/MSA/graphics/smoothbismillah.gif">
<input type="hidden" name="bgcol" value="ffffff">
<input type="hidden" name="nh" value="25">

<input type="hidden" name="qp" value="+url:http://www.usc.edu/dept/MSA/quran/">
<input type="hidden" name="qp" value="+Total">
<input type="hidden" name="qp" value="+YUSUFALI">
<input type="hidden" name="qp" value="-url:http://www.usc.edu/dept/MSA/quran/maududi/">
<input type="hidden" name="qp" value="-url:http://www.usc.edu/dept/MSA/quran/transliteration/">

</form>
<!-- SiteSearch Usc-Msa-->


___for hadith__

<form method=post action="/cgi-bin/msasearch">
<p>
<input name="querystring" type=text size=25>
</p>

<em>
Search for query in:
</em>
<blockquote>
<input type="checkbox" name="database" value="bukhari" checked> <a href="http://www.usc.edu/dept/MSA/fundamentals/hadithsunnah/bukhari/">Sahih Bukhari</a> (complete collection)<br>

<input type="checkbox" name="database" value="muslim"> <a href="http://www.usc.edu/dept/MSA/fundamentals/hadithsunnah/muslim/">Sahih Muslim</a> (complete collection)<br>
<input type="checkbox" name="database" value="abudawud"> <a href="http://www.usc.edu/dept/MSA/fundamentals/hadithsunnah/abudawud/">Sunan Abu-Dawud</a> (<em>partial</em> collection)<br>
<input type="checkbox" name="database" value="muwatta"> <a href="http://www.usc.edu/dept/MSA/fundamentals/hadithsunnah/muwatta/">Malik's Muwatta</a> (complete collection)<br>

</blockquote>

<p>
<input type=submit value="Submit"> <input type=reset>
</p>
<input name="dbpath" type=hidden value="http://www.usc.edu/www/dept/MSA/reference/indices">
<input name="logpath" type=hidden value="http://www.usc.edu/www/dept/MSA/reference/indices/logfile">
<input name="xpath" type=hidden value="http://www.usc.edu/www/dept/MSA/reference/xfile">
</form>
 
Top