|
|
|
ใช้ javascript popup window ขึ้นมาใหม่ทำไมมันไม่สามารถแสดงผลภาษาไทยได้? |
|
|
|
|
|
|
|
Code (JavaScript)
new_window = window.open(reUrl,'test', 'menubar,resizable,dependent,status,width=400,charset=windows-874,height=200,left=10,top=10');
outputFrame = top.new_window.window.document;
outputFrame.charset="windows-874";
outputFrame.open("text/html");
outputFrame.write("<HTML>\n");
outputFrame.write("<HEAD>\n");
outputFrame.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\">\n");
outputFrame.write("</HEAD>\n");
outputFrame.write("\n");
outputFrame.write("</HTML>\n");
outputFrame.close();
</script>
โค้ตตามข้างบน เข้าใจว่ามีการกำหนด charset แล้วแต่ยังแสดงผลภาษาไทยไม่ได้ ไม่ทราบว่าเป็นเพราะอะไรคะ?
รบกวนขอคำแนะนำด้วยค่า%
Tag : JavaScript, Ajax
|
|
|
|
|
|
Date :
2011-01-10 09:18:27 |
By :
mzchewiize |
View :
2721 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะลองตรวจสอบไฟล์ popup น่ะครับ
|
|
|
|
|
Date :
2011-01-10 11:10:46 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไฟล์ที่จะมาแสดงใน window ดังกล่าวเป็น ภาษาไทย ปกติเลยอะคะ แต่พอมาใส่ใน windows ดังกล่าวมันกลับไม่โชว์ภาษาไทย
|
|
|
|
|
Date :
2011-01-10 12:23:12 |
By :
mzchewiize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่โค๊ดนี้ไว้บนหัวเลยครับ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
|
|
|
|
|
Date :
2011-01-10 19:06:31 |
By :
กห |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|