Hi
Could anyone suggest a method of turning autocomplete off on all browsers that is w3c compliant? Most of the results Google returns when searched on the subject have different issues when implemented.
Thanks :)
Hi! Please try and be more clear like what browser you are using, I'll assume you're using superior FireFox, if you mean to block Google from loading it's autocomplete searches then you need to install the FireFox addon "BlockSite" it does what it says. After installing it go into options in addon preferences and visit the blacklist, in the blacklist you want to enter. <a href="http://www.clients1.google.com">http://www.clients1.google.com</a>
<a href="http://www.clients1.google.co.uk">http://www.clients1.google.co.uk</a>
<a href="http://www.clients1.google.ca">http://www.clients1.google.ca</a>
<a href="http://www.clients1.google.nl">http://www.clients1.google.nl</a>
<a href="http://www.clients1.google.fr">http://www.clients1.google.fr</a>
And all the other google native websites you want to visit, boom, google still works, autocomplete doesn't. ;)