Internet Marketing Business Forum


Internet Marketing Business Forum » MAIN FORUMS » Web Design & Programming » Web design features help?
Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here.

Reply
 
LinkBack Thread Tools Display Modes
Old 08-01-2009, 11:38 AM   #1 (permalink)
nik
 nik's Avatar
 
Status: Junior Member
Join Date: Jul 2009
Posts: 3
nik is on a distinguished road
Default Web design features help?

This is just a random thing but I would like to know what code and how to use this code to develop a search box that when data is input it instantly query's Google for the answer. I'm currently developing my own little intranet and have all the code done for layout and what I need it for the only thing I would like is a search box. If anyone could help that would be great thanks in advance.
nik is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 08-01-2009, 02:05 PM   #2 (permalink)
 MrTwidget's Avatar
 
Status: Junior Member
Join Date: Jul 2009
Posts: 2
MrTwidget is on a distinguished road
Default

In Google Chrome they refer to the, as made famous by MSIE, "Address bar" as the "Omni bar" because it does 'everything'. So I'm not entirely sure on what you want to do, but I do know you can use the google API in your own web sites. Not sure if the link will help, but it may get you set in the right direction? G'luck!
MrTwidget is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 08-01-2009, 03:32 PM   #3 (permalink)
 
Status: Junior Member
Join Date: Aug 2009
Posts: 2
subexpression is on a distinguished road
Default

You can add Google Search on your own page with this simple form:

<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="" />
Search the Web
<input type="radio" name="sitesearch"
value="your_domain_here.com" checked />
Search my site
</form>

It can be styled or altered to suit your needs.
subexpression is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Reply
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:17 AM.
Powered by vBulletin® Version 3.7.0 Beta 6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.


Nav Item BG