Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

joomla PDF、列印、E-mail探討怎麼加入鍵盤驅動事件?

  • 許麟麟
  • 許麟麟 的個人頭像 Topic Author
  • 訪客
  • 訪客
2011-07-25 00:59 #20413 來自 許麟麟
許麟麟 created the topic: joomla PDF、列印、E-mail探討怎麼加入鍵盤驅動事件?
對於joomla 1.5.23版的PDF、列印、E-mail按鈕找步道原始碼存放處,小弟請各位大大指教一下?

還有如何才能加入鍵盤驅動事件?
PDF加入的原始碼:
<a rel="nofollow" href="/IDIPC/index.php/tw?view=article&catid=40%3A2011-03-02-17-42-00&id=97%3Ahome&tmpl=component&print=1&layout=default&page=" title="列印" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;">

列印加入的原始碼:
<a href="/IDIPC/index.php/tw/component/mailto/?tmpl=component&link=f7beefd315dceee6854ddce5f2dcf23cd1c05a04" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;">

E-mail加入的原始碼:
<a href="/IDIPC/index.php/tw/component/mailto/?tmpl=component&link=f7beefd315dceee6854ddce5f2dcf23cd1c05a04" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;" onkeypress="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;">

真誠的請各位大大指導一下,謝謝各位大大^^~

Please 登入 to join the conversation.

  • simonpeter
  • simonpeter 的個人頭像
  • 訪客
  • 訪客
2011-07-26 18:34 #20431 來自 simonpeter
simonpeter replied the topic: joomla PDF、列印、E-mail探討怎麼加入鍵盤驅動事件?
应该是相同的问题吧

<!-- l --><a class="postlink-local" href="http://www.joomla.org.tw/forum/viewtopic.php?f=39&t=6397">viewtopic.php?f=39&t=6397<!-- l -->

Please 登入 to join the conversation.

  • 許麟麟
  • 許麟麟 的個人頭像 Topic Author
  • 訪客
  • 訪客
2011-07-28 00:23 #20446 來自 許麟麟
許麟麟 replied the topic: joomla PDF、列印、E-mail探討怎麼加入鍵盤驅動事件?

simonpeter 寫了道:: 应该是相同的问题吧

<!-- l --><a class="postlink-local" href="http://www.joomla.org.tw/forum/viewtopic.php?f=39&t=6397">viewtopic.php?f=39&t=6397<!-- l -->

是相同的問題唷

Please 登入 to join the conversation.