Feeds:
文章
留言

Archive for the ‘HTML’ Category

html 計時轉址語法

計時轉址,
那個 content="數字,
就是等待的秒數。

<META http-equiv="refresh" content="5; url=http://web.tw">

Read Full Post »

html 直接轉址語法

直接轉址

<html><BODY>
<script Language="JavaScript">
location.href= ("http://web.tw&quot;);
</script></BODY></html>

Read Full Post »