Jump to content

[Guide]How to add Google search box to your web site!


Coolis®

Recommended Posts

Hello, i show you how you can add google search box to your web site...

 

Step 1:

Copy This:

<form method="get" action="http://www.google.com/search">

<input type="text"   name="q" size="31"
maxlength="255" value="" />
<input type="submit" value="Google Search" />
<input type="radio"  name="sitesearch" value="" />
The Web
<input type="radio"  name="sitesearch"
value="askdavetaylor.com" checked /> Ask Dave Taylor<br />

</form>

 

Or this:

<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"   name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
</td></tr></table>
</div>

</form>

 

Step 2: Go to your site and open whem with notepad.

Step 3: Past A code.

Step 4: Save.

Step 5: Enjoy ;D

Link to comment
Share on other sites

Good Share one more time from you Killer! Now i think is the time to make the AIO! :P

No -.-"

i don't complete my share's -.-" no have time to make more...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...