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>
<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
