Terry Collins wrote:
Does anyon know how to change the google search panle in Firebird/fire fox to search Australian web pages first? I fscked if I want to wade through piles of US tripe.
Dont use firefox, but in Google its "thing I'm looking for" site: au
if you look at the source of the mozilla page
<form action="http://www.google.com/search" method="get" id="google"> <p> <input type="text" name="q" size="31" maxlength="256" id="google-input" /> <input type="submit" value="Search" /> </p>
</form>
<p> <a href="http://www.google.com/linux"> Google Linux Search </a> </p> <form action="http://www.google.com/linux" method="get"> <p> <input type="text" name="q" size="31" maxlength="256" /> <input type="hidden" name="restrict" value="linux" /> ******* HERE <input type="submit" value="Search" /> </p> </form>
you can see how the do a search for linux make one that uses site:au
If you want more advanced options go to the google page and play with advanced search.
Then just look at the urls cgi etc.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
