管理員身份可於登入後,進行網站的前端管理。
網頁讀到此指令碼會跳轉至指定網頁
<script>document.location.href="http://webguide.kmu.edu.tw";</script>
如果允許在 head 加入 HTML,則建議使用:
<meta http-equiv="refresh" content="0;url=http://webguide.kmu.edu.tw" />
上式的 content 屬性值為 0 ,代表 0 秒後跳轉。