Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

Hướng dẫn các bạn làm trang load cho forum kiểu Winxp

Go down

Hướng dẫn các bạn làm trang load cho forum kiểu Winxp Empty Hướng dẫn các bạn làm trang load cho forum kiểu Winxp

Bài gửi  Admin Sat Apr 02, 2011 11:58 am

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://www.web-source.net - 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/12751...1165c4b458.jpg) no-repeat center center;
width:240px;
height:320px;
margin:auto;
margin-top:14%;
}

.screen_loading1{
background:url(http://upanh.xixam.com/uploads/12751...1165be5432.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://www.forum-viet.net" target="_blank"></a></body>
</html>
đâ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/12751...7113deec.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>
avatar
Admin
Admin
Admin

Tổng số bài gửi : 289
Points : 10123
Reputation : 0
Join date : 12/11/2010
Age : 40
Đến từ : viêt nam

http://ChoTrungTam.no1.vn

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết