ถ้าอยากสร้าง Folder ให้โผล่ใน Navigation bar ข้างซ้ายของ Plone แล้วกดปุ้ป Redirect ไปเวปอื่นเลย ทำได้สองวิธี
1. add DTML-Document แล้วใช้ dtml-return tag อย่างนี้
< dtml-return news >
แต่แบบนี้ใช้ได้แต่กับเวปข้างในเท่านั้น
2. add Script(python) แล้วเขียนให้มัน
RESPONSE.redirect('http://abc.def.com')
3. add DTML-Document แล้วใช้ dtml-call
<dtml-call expr="RESPONSE.redirect('http://tgcc.cpe.ku.ac.th/thaigrid-mon')">
No comments:
Post a Comment