html静态页面跳转

在看dhtmlxTree的demo时,发现访问index.html时跳转到docsExplorer目录下的index.html 查看源码,

很少人会用的代码。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>DHTMLX Package</title>
	<META HTTP-EQUIV=REFRESH CONTENT="1;URL=docsExplorer/index.html">
</head>

<body>
</body>
</html>

 

 

posted @ 2010-12-22 08:55  Tomi-Eric's  阅读(892)  评论(1编辑  收藏  举报