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
謝謝
smarty模板? – Bala 2010-09-08 12:30:54
是的腳本不加載smarty模板..你有任何想法Ÿ。 – farkhunda 2010-09-08 12:39:32