Hướng dẫn các bạn làm trang load cho forum kiểu Winxp nhé :-D
Căn bản:
tạo
2 trang Html, dùng trang html đầu tiên làm trang chủ, kết nối trang
html thứ nhất và trang html thứ 2 bằng java, trang html thứ 2 sẽ đi vào
forum, vậy thôi :-D
Lưu ý trong phần code html của trang thứ nhất có phần
Link của trang load thứ 2 bạn thay bằng link của trang code html thứ 2 (đã add vào diễn đàn) thì website mới chạy
đây là source của trang html thứ nhất
- Code:
-
<html>
<head>
<title>Tên Website của bạn đặt ở đây</title>
<script language="JavaScript">
<!--Script courtesy of http://[url=http://www.web-source.net]www.web-source.net[/url] - Your Guide to Professional Web Site Design and Development
var time = null
function move() {
window.location = '/Link của trang load thứ 2'
}
//-->
</script>
</head>
<body style="background: #000000">
<body onload="timer=setTimeout('move()',4)">
<script>
document.onselectstart=new Function("return false");
function ds(e){return false;}
function ra(){return true;}
document.onmousedown=ds;
document.onclick=ra;
document.oncontextmenu=function(){return false};
</script>
<style>
.screen_loading{
background:url(http://upanh.xixam.com/uploads/1275152400/4c01165c4b458.jpg) no-repeat center center;
width:240px;
height:320px;
margin:auto;
margin-top:14%;
}
.screen_loading1{
background:url(http://upanh.xixam.com/uploads/1275195600/4c01165be5432.jpg) no-repeat center center;
width:980px;
height:46px;
margin:auto;
margin-top:8%;
}
</style>
<center><div class="screen_loading"></div><center>
<center><div class="screen_loading1"></div><center>
<a href="http://[url=http://www.forum-viet.net%22]www.forum-viet.net"[/url] target="_blank"></a></body>
</html>
:-D: :-D:
đây là source của trang html thứ 2
- Code:
-
<body style="font-family:Verdana, Geneva,
sans-serif;background:#6A9DF5
url(http://upanh.xixam.com/uploads/1275152400/4c0117113deec.jpg); ">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Tên website của bạn đặt ở đây!</title>
<body>
<head>
<script>
document.onselectstart=new Function("return false");
function ds(e){return false;}
function ra(){return true;}
document.onmousedown=ds;
document.onclick=ra;
document.oncontextmenu=function(){return false};
</script>
</head>
</body>
<script type="text/javascript">
<!--
function exec_refresh()
{
window.status = "Loading To index ..." + myvar;
myvar = myvar + " .";
var timerID = setTimeout("exec_refresh();", 80);
if (timeout > 0)
{
timeout -= 1;
}
else
{
clearTimeout(timerID);
window.status = "";
window.location = "forum.htm";
}
}
var myvar = "";
var timeout = 15;
exec_refresh();
//-->
</script>
chúc bạn thành công
Nguồn code => view source của phongcach.us.to => có chình sửa xí