jrw422dx
05-20-2016, 10:30 PM
Would there be anyway to replace the default search box with a Google search? I have one in a sidebar block with this code in it.
<form method="get" action="http://www.google.com/search"> <div style="border:0px solid black;padding:4px;width:15em;"> <table border="0" cellpadding="0"> <tr><td> <input type="text" name="q" size="30" maxlength="200" value="" /> <input type="submit" value="Search Now" /></td></tr> <tr><td align="center" style="font-size:75%"> <input type="checkbox" name="sitesearch" value="mysite.org" checked /> Only search My Site<br /> </td></tr></table> </div> </form>
The default stinks and would like to have the google one in its place as it works much better for the results. Only thing is it opens up in google's search page. Running 4.2.3
If it can be done please provide detailed instructions.
Jon
<form method="get" action="http://www.google.com/search"> <div style="border:0px solid black;padding:4px;width:15em;"> <table border="0" cellpadding="0"> <tr><td> <input type="text" name="q" size="30" maxlength="200" value="" /> <input type="submit" value="Search Now" /></td></tr> <tr><td align="center" style="font-size:75%"> <input type="checkbox" name="sitesearch" value="mysite.org" checked /> Only search My Site<br /> </td></tr></table> </div> </form>
The default stinks and would like to have the google one in its place as it works much better for the results. Only thing is it opens up in google's search page. Running 4.2.3
If it can be done please provide detailed instructions.
Jon