2010-09-08 68 views
0
{literal} 
<SCRIPT LANGUAGE="JavaScript" 
     SRC="../calendar/weeklycalendar.js"> 

</script> 
<script> 

    // call the function to build the calendar 

    // function's param specify the first day of week 

    // 0=Sunday, 1 = Monday, ..., 6=Saturday 
alert("before"); 
    buildWeeklyCalendar(1); 
      alert("afetr"); 

</script> 
{/literal} 

此腳本在服務器上運行良好,但是當我在smarty模板中使用它不起作用。 任何人都可以解釋。JavaScript文件doesnot加載smarty

謝謝

+0

smarty模板? – Bala 2010-09-08 12:30:54

+0

是的腳本不加載smarty模板..你有任何想法Ÿ。 – farkhunda 2010-09-08 12:39:32

回答

0

我想通了。 js文件將參考調用模板的PHP文件進行調用。該路徑不會根據smart y模板的位置而是根據調用的php文件的位置而定。

謝謝