Slide # 1

Slide # 1

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 2

Slide # 2

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 3

Slide # 3

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 4

Slide # 4

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Slide # 5

Slide # 5

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts Read More

Monday, April 11, 2011

Membuat Mesin Pencari di Web Sendiri

Trik ini mengajarkan bagaimana caranya membuat fasilitas mesin pencarian di web kita sendiri, dan dapat terintegrasi dengan mesin pencarian terfavorit kita, kita akan mengintegrasikan search engine Google. Bisa juga anda ubah sesuai dengan keingininan anda, bisa Google, Yahoo, atau Bing, tapi saya hanya mengintegrasikan Google saja, karena google merupakan search engine yang paling banyak digunakan.
[sourcecode language="html"]
<html>
<head>
<title>Pencarian Google</title>
</head>
<body>
<br />
<form action=”http://www.google.com/search” id=”search”>
<input type=”text” size=”20″ name=”q” style=”border: 1px solid rgb(126, 157, 185);
padding: 2px; background: url(&quot;http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif&quot;)
no-repeat scroll left center rgb(255, 255, 255);”>
<input type=”submit” value=”Cari”>
</form>
<script src=”http://www.google.com/coop/cse/brand?form=search” type=”text/javascript”>
</script>
</body>
</html>
[/sourcecode]

1 comments:

  1. Submit your website or blog now for appearing in Google and over 300 other search engines!

    Over 200,000 websites indexed!

    Submit TODAY using I NEED HITS!!!

    ReplyDelete

Apa pendapat anda dengan BLOG ini ?