modty logo
You are here: Home บทความ CMS จูมล่า เมื่อกดปุ่ม PDF ถ้าใช้ IE7 จะไม่สามารถแสดงผลได้

เมื่อกดปุ่ม PDF ถ้าใช้ IE7 จะไม่สามารถแสดงผลได้

Print

เมื่อกดปุ่ม PDF ถ้าใช้ IE7 จะไม่สามารถแสดงผลได้ สามารถแก้ไขได้โดย

แก้แฟ้ม?components/com_content/helpers/icon.php ในฟังก์ชั่น pdf()

หาข้อความ?

$attribs['onclick'] = "window.open(this.href,'win2','".$status."'); return false;";

แก้เป็น?

//$attribs['onclick'] = "window.open(this.href,'win2','".$status."'); return false;";
$attribs['target'] = "_blank";

?

ปัญหานี้พบใน Joomla 1.5.2 แต่จากการแก้ไขก็พบว่า IE6 ยังทำงานเพี้ยนๆอยู่ - -'

ที่มา : http://forum.joomla.org/viewtopic.php?f=199&t=266829#p1278608

  No Comments.
You need to login or register to post comments.
Discuss this item on the forums. (0 posts)