Cuc Tu
02-11-2011, 06:55 PM
I'm trying to get this to work, Google Translate.
http://translate.google.com/translate_tools
This code does not work. The result is that the page takes a long time to load.
<html>
<head>
<title>Technical Documents</title>
</head>
<body>
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
layout: google.translate.TranslateElement.InlineLayout.SIM PLE
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<p>
<h1>My counter count</h1>
</p>
</body>
</html>
I have the page on my desktop and put it on our Intranet. Might it be due to some security feature of our network?
The following code works:
<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<TABLE border=0 bgcolor="black" width=100%>
<tr>
<td width=124>
<A HREF="http://www.google.com/"><IMG SRC="GoogleMatrix.jpg" border="0" ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1 color="green"><input type=hidden name=domains value="../"><br>
<input type=radio name=sitesearch value="" checked> WWW <input type=radio name=sitesearch value="C:"> Local Drive</font>
</td>
<td align=right valign=top>
<IMG SRC="Station.gif">
</td>
</tr>
</TABLE>
</FORM>
<!-- SiteSearch Google -->
http://translate.google.com/translate_tools
This code does not work. The result is that the page takes a long time to load.
<html>
<head>
<title>Technical Documents</title>
</head>
<body>
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
layout: google.translate.TranslateElement.InlineLayout.SIM PLE
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<p>
<h1>My counter count</h1>
</p>
</body>
</html>
I have the page on my desktop and put it on our Intranet. Might it be due to some security feature of our network?
The following code works:
<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<TABLE border=0 bgcolor="black" width=100%>
<tr>
<td width=124>
<A HREF="http://www.google.com/"><IMG SRC="GoogleMatrix.jpg" border="0" ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1 color="green"><input type=hidden name=domains value="../"><br>
<input type=radio name=sitesearch value="" checked> WWW <input type=radio name=sitesearch value="C:"> Local Drive</font>
</td>
<td align=right valign=top>
<IMG SRC="Station.gif">
</td>
</tr>
</TABLE>
</FORM>
<!-- SiteSearch Google -->