Web Designing

Status
Not open for further replies.
S

shashank_digitreader

Guest
Have any new tricks about web designing? Post here
 
OP
S

shashank_digitreader

Guest
whatever u have

anyway, how to apply a search engine on the web page
 
Last edited by a moderator:

tuxfan

Technomancer
Do you want to know a specific thing? Ask for it.There are thousands of tricks!! What are you interested in knowing? I felt like locking this thread, but just stopped myself to give you a benefit of doubt!

You can't have a GENERIC WEB-DESIGN TRICK discussion like this! Its so weird!
 

aditya_1988

Right off the assembly line
shashank_digitreader said:
whatever u have

anyway, how to apply a search engine on the web page

Here goes... Paste this HTML code in the page you want the search engine to appear on.

<!-- SiteSearch Google -->
<FORM method=GET action="*www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor=white align=center><tr><td>
<A HREF="*www.google.com/">
<IMG SRC="*www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google" width="128" height="53"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
<font size=-1>
<input type=hidden name=domains value="www.yoursitename.com"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="www.yoursitename.com" checked> Your Site Name <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->

This will add Google's search Engine on your page, which can search the whole World Wide Web or just your site depending on your choices.

Do remember to replace 'yoursitename' with Your Site' Name.
 
Status
Not open for further replies.
Top Bottom