LifeType 中文開發論壇

開發 => 模版設計 => 主題作者是: iamedge 於 八月 27, 2008, 01:50:03 下午



主題: 該如何在header.template裡加入javascript碼
作者: iamedge八月 27, 2008, 01:50:03 下午
我想在我的lifetype加入tab分頁的效果
必須在<head>裡加入一串script:
程式碼:
<script type="text/javascript">
document.write('<style type="text/css">');   
document.write('div.domtab div{display:none;}<');
document.write('/s'+'tyle>');   
</script>

但是如果這樣直接放入的話
會造成smarty錯誤

請問該如何將此串cript修改成合適的寫法呢?


主題: Re: 該如何在header.template裡加入javascript碼
作者: LiP八月 27, 2008, 06:28:32 下午
文件 裡頭的 模板修改教學 就有了....
自己翻翻看....


主題: Re: 該如何在header.template裡加入javascript碼
作者: iamedge八月 27, 2008, 06:50:57 下午
找到了,
感謝你的提醒
改成這樣就行了:

{literal}
 <javascript">
{/literal}