目前還沒全部看懂,限介紹一個簡單的方法,就是先建一個 假的首頁 ,在利用 location.href 的方式轉到真正的首頁
入以下的 index.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=BIG5">
<title>index</title>
<SCRIPT>
function Init(){
location.href= "index.action ";
}
</SCRIPT>
</head>
<body onload="Init()">
</body>
</html>
為何要那樣麻煩,在我的應用是為了要支援多國語言的首頁.
沒有留言:
張貼留言