Tagged Questions
The google-toolbar tag has no wiki summary.
7
votes
1answer
2k views
How can I stop Google Toolbar offering to translate my app?
How can I stop Google Toolbar offering to translate my web app?
I've tried adding this tag to the top of every page:
<META HTTP-EQUIV="Content-Language" CONTENT="en-GB">
but it makes no ...
6
votes
3answers
328 views
Google toolbar reporting “This page is in Filipino” when it is English
How does Google Toolbar determine the language of a page to offer translation from it?
Google is mis-identifiying a simple login page on our site as Filipino and offering to translate it into ...
1
vote
1answer
76 views
Google toolbar in C# web browser?
I am working on web Browser in C# and I want to ask if is possible to integrate google toolbar somehow? I am looking for some easy solution to block pop up windows and google toolbar includes this ...
0
votes
0answers
14 views
How can create the Google Pagerank tool with the help of Proxy
I would like to know more about the Google Pagerank Script (PHP) which is configured with Proxy, for security. If anybody have an idea to resolve this, i would really appreciate him.
Thanks
Rodger ...
0
votes
2answers
223 views
Using google toolbar from WebBrowser control?
I have a C# WinForm app with a WebBrowser control on it. I'd like to know if it is possible to add the Google Toolbar to this winform and have it interact with the webbrowser control, specifically for ...
0
votes
0answers
235 views
window.open broken on FireFox with Google Toolbar installed
Just now I started having problems with a site I'm working on. The problem occurs when opening a window with a simple window.open.
var popup = window.open("picture.php?id="+id, "gallerypicture",
...