用GOOGLE轻松制作自己的多国语言网站(1) 用了这么久Google才知道原来他可以翻译网站的。<BR><BR>下面给出一段代码<BR><BR><CENTER><TABLE cellSpacing=0 cellPadding=0 width="90%" border=0><TBODY><TR><TD class=smalltxt> Code:</TD><TD align=right><A class=smalltxt onclick="copycode(findobj('code0'));" href="http://im286.com/viewthread.PHP?tid=685262&fpage=1#"><FONT color=#003366>[Copy to clipboard]</FONT></A> </TD></TR><TR><TD colSpan=2><TABLE cellSpacing=1 cellPadding=10 width="100%" bgColor=#000000 border=0><TBODY><TR><TD id=code0 style="Word-BREAK: break-all" width="100%" bgColor=#f1f1f1><script language="Javascript"> <BR>document.write('<A href="http://translate.google.com/translate?sl=en&hl=de&u=' + document.URL+ '"><IMG width=22 height=12 alt="Translate this page to German" src="img/de.gif" border="0"></A> ');<BR>document.write('<A href="http://translate.google.com/translate?sl=en&hl=fr&u=' + document.URL+ '"><IMG width=22 height=12 alt="Translate this page to French" src="img/fr.gif" border="0"></A> ');<BR>document.write('<A href="http://translate.google.com/translate?sl=en&hl=it&u=' + document.URL+ '"><IMG width=22 height=12 alt="Translate this page to Italian" src="img/it.gif" border="0"></A> ');<BR>document.write('<A href="http://translate.google.com/translate?sl=en&hl=es&u=' + document.URL+ '"><IMG width=22 height=12 alt="Translate this page to Spanish" src="img/es.gif" border="0"></A> ');<BR>document.write('<A href="http://translate.google.com/translate?sl=en&hl=pt&u=' + document.URL+ '"><IMG width=22 height=12 alt="Translate this page to Portuguese" src="img/pt.gif" border="0"></A> ');<BR>document.write('<A href="http://translate.google.com/translate?sl=en&hl=ru&u=' + document.URL+ '"><IMG width=22 height=12 alt="Translate this page to Russian" src="img/ru.gif" border="0"></A> ');<BR> </script></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER><BR>图片包下载: http://free1.e-168.cn/~sf/img.zip<BR>在插入代码的网页的同级目录下建立img目录将图片复制进去即可~<BR><BR><BR>只要将以上代码插入你的英文网站就可以轻松实现整站翻译的效果,下面来对这个翻译的连接注释一下!<BR><BR>