![]() ![]() |
| slowbro |
Dec 14 2011, 07:26 PM
Post
#1
|
|
Group: Members Posts: 3 Joined: 14-December 11 Member No.: 16,071 |
Here's what I have:
CODE </form> <script type="text/javascript"> var domainroot="(site:www.example.com)" function Gsitesearch(curobj){ curobj.q.value=domainroot+" "+curobj.qfront.value } </script> <form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)"> <p><b>Search Site<br /> <input name="q" type="hidden"/> <input name="qfront" type="text" style="width: 180px" /> <input type="submit" value="Search" /></b></p> </form> This code sends you to google and searches what you put in the form, but my goal is to put the google search in an iframe (or something more aesthetically pleasing) on my site. It can't be that difficult because I see it on almost every site I visit. Can anybody help me, or send me a site that will help with this? Thanks very much, -T |
| pandy |
Dec 15 2011, 01:08 AM
Post
#2
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,726 Joined: 9-August 06 Member No.: 6 |
Use the target attribute.
http://htmlhelp.com/reference/html40/forms/form.html http://htmlhelp.com/faq/html/frames.html#frame-target -------------------- |
| slowbro |
Dec 15 2011, 10:30 AM
Post
#3
|
|
Group: Members Posts: 3 Joined: 14-December 11 Member No.: 16,071 |
Thanks so much!
|
| Christian J |
Dec 15 2011, 10:54 AM
Post
#4
|
|
. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 4,766 Joined: 10-August 06 Member No.: 7 |
Side-note: should you have parenthese here:
CODE var domainroot="(site:www.example.com)" ? I don't think Google uses them. |
| slowbro |
Dec 15 2011, 04:16 PM
Post
#5
|
|
Group: Members Posts: 3 Joined: 14-December 11 Member No.: 16,071 |
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 10:21 PM |