|
|
|
Firefox ไม่ทำงาน โค้ดนี้เป็นโค้ดแปลภาษาของ google นำไปติด ie ทำงานได้ปกติ ส่วน Firefox ไม่ทำงาน |
|
|
|
|
|
|
|
โค้ดนี้เป็นโค้ดแปลภาษาของ google นำไปติด ie ทำงานได้ปกติ ส่วน Firefox ไม่ทำงาน
ใครสามารถแปลโค้ดนี้ให้ทำงานทั้ง ie และ Firefox ได้บ้างครับ
Code
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'th',
includedLanguages: 'ko,zh-TW,zh-CN,ja,th,fr,ms,de,en'
}, 'google_translate_element');
}
Tag : - - - -
|
|
|
|
|
|
Date :
2010-01-14 16:56:19 |
By :
sawet50 |
View :
1952 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include js ของ google มาหรือยังครับ
|
|
|
|
|
Date :
2010-01-14 18:11:26 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วครั บโค้ดเต็มๆ
Code (PHP)
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'th'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
ใส่แบบนี้ทำงานทั้ง ie และFirefoxครับ
แต่พอแยกคำสั่ง
Code (PHP)
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'th'
}, 'google_translate_element');
}
ไปรวมกับไฟล์ js มีแต่ ie ที่ทำงานได้ ส่วนFirefoxไม่ทำงานครับ
ที่ต้องแยกไปรวมไฟล์ js เพราะต้องการให้ทุกหน้าแปลภาษาได้ ie แปลได้ทุกหน้าแล้วครับ ยกเว้น Firefox
|
|
|
|
|
Date :
2010-01-14 20:51:04 |
By :
sawet50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ
|
|
|
|
|
Date :
2010-09-19 21:24:58 |
By :
-*- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|