Đăng nhập
Latest topics
» Tôi sẽ đỗ đại học!by NgocPRO 6/11/2024, 8:37 am
» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm
» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm
» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm
» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am
» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am
» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm
» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am
» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm
» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am
» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm
» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am
» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm
» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm
» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm
» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm
» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm
» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm
» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am
» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm
» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm
» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm
» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am
» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm
» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am
Top posting users this week
No user |
[Thắc mắc] Về trang index cứ loading hoài
4 posters
Trang 1 trong tổng số 1 trang
[Thắc mắc] Về trang index cứ loading hoài
- Mong các anh chị có thể giúp em về code này khi em chèn xong vào HTML và đặt homepage xong thì cứ loading hoài trang web đó ko hiện lên 4rum.
- Code:
<a href="http://www.forumvi.com" target="_blank">forumvi.com</a>
<HTML>
<HEAD>
<TITLE>12a2 TCV QUY NHƠN 2011-2012 </TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<center><a href="http://12a2tcvqn.forumvi.com/"><img src="http://ne0.upanh.com/b6.s18.d1/df8c953c3435e739a14e560af7e9a954_36545740.1.jpg" border="0"></a><br></center>
<script language="Javascript">
msg = new Array(); //strings written in screen
msg[0] = "<H2><center>wWw.12a2tcvqn.no1.vn !</center> <br></H2>";
msg[1] = "<center>Giữa một cộng đồng rộng lớn...<br><font face='Tahoma' color='#FFFFFF'>Hãy chọn cho mình một ngôi nhà...</font> <br>Một cộng đồng...</center> ";
msg[2] = " <br><center>12a2 TCV QUY NHƠN 2011-2012</center <br><font face='Tahoma' color='#0066ff'><center><b>Chào mừng bạn gia nhập vào 4rum 12a2 nhé...!!!</center></b></font><br><center>Nơi để bạn có thể cảm nhận được niềm vui,sự thân thiện của gia đình</center> <br> ";
msg[3] = "<center>Hãy cùng nhau xây dựng ngôi nhà thêm lớn mạnh nhé !</center>";
msg[4] = "<h1> <center><font face='Tahoma' color='#FF0000'>http://12a2tcvqn.forumvi.com/</font><center></h1> ";
msg[5] = " <font face='Tahoma' color='#FF0000'>h t t t p : / / K13DONGANH . TK";
text1 = ""; //the same as text2, only the last character is highlighted
text2 = ""; //current string, which will be written
count = 0; //char index in string text
count2 = 0; //number of strings
text = msg[0].split(""); //text - string written
function writetext() { //show strings above on screen
text1 = text2 + "<font color='#ffffff'>" + text[count] + "</font>";
text2 += text[count];
document.all["nothing"].innerHTML = text1; //where to write
if (count < text.length-1){
count++;
setTimeout('writetext()', 25);
}
else { //if this string is written, get the new string
count = 0;
if (count2 != 4) { //write 4 strings
count2++;
text2 += "<p>"; //a new line
text = eval('msg['+count2+'].split("")'); //get the new string to text
setTimeout('writetext()', 25);
}
}
}
</script>
</HEAD>
<BODY text="#ffffff" bgColor="#000000" onLoad="writetext()">
<table align="center"><div id="nothing" style="width:'800px'; height:'300px'; font-family:'courier new'; font-weight:'bold'"></div>
</table>
<script language="Javascript">
if (document.all){
Cols = 9; //number of falldown binary string
Cl = 50; //maximum length of binary string
Cs = 100; //number of pixels between binary strings
Ts = 10; //font-size of binary string
Tc = '#008800'; //color of binary string
Tc1 = '#00ff00'; //color of 1st bit in binary string
MnS = 22; //minimum speed of binary string
MxS = 25; //maximum spees of binary string
I = Cs;
Sp = new Array(); //array speed of binary strings
S = new Array(); //the position of binary string
Y = new Array(); //array of position of binary strings
C = new Array(); //array save bits of string
M = new Array(); //binary string
B = new Array(); //temp for creating binary string
RC = new Array(); //length of binary strings
E = new Array(); //array of head-bit in written strings
Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
document.write("<div id='Container' style='position:absolute; top:0; left+Cs+"'>");
for (i=0; i < Cols; i++){ //area to show binary strings
S[i] = I += Cs; //calculate the position of binary string
document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
"font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
"height:0px; color:" + Tc + "; visibility:hidden'></div>");
}
document.write("</div>");
}
for(j = 0; j < Cols; j++){
RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
for(i=0; i < RC[j]; i++){
B[i] = ""; //sign of ending of string
C[i] = Math.round(Math.random())+' '; //get bit in binary strings
B[0] += C[i];
}
M[j] = B[0]; //binary string
Y[j] = 0; //1st position of strings are 0
Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
}
function Cycle(){
Container.style.top = window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
Y[i]+=Sp[i]; //the position of current string
if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
i2 = 1 + Math.round(Math.random()*Cols);
RC[i2] = 1 + Math.round(Math.random()*Cl);
for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
B[i3] = "";
C[i3] = Math.round(Math.random())+' ';
B[0] += C[i3];
}
M[i] = B[0];
Y[i] = -Ts*M[i].length/1.5; /http://chinhphuc.info 2/3 string at beginning
Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
A[i].style.visibility = 'visible';
}
A[i].style.top=Y[i]; //the i-th in tag div A
A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
}
setTimeout('Cycle()',100)
}
Cycle();
</script>
<center>
<p><a href ="http://12a2tcvqn.forumvi.com/"><font size="6" color=#FFFF00>♥ Click Vào Forum ♥!!!</a> <br>
<br>
<strong><br>
<font size="3" color=#ffffff>.:i:.wWw.12a2tcvqn.no1.vn.:i:.
<p> </p>
<p> </p>
</center>
</BODY>
<object width="1" height="1"><param name="movie" value="http://www.nhaccuatui.com/m/h6n5Eb3UQu" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://www.nhaccuatui.com/m/h6n5Eb3UQu" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="1" height="1"></embed></object>
<A href="http://www.forum-viet.net" target="_blank"><FONT color="#000000">forum-viet.net</FONT></A>
<a href="http://www.forumvi.com" target="_blank">forumvi.com</a>
- or a banner available at this address
Re: [Thắc mắc] Về trang index cứ loading hoài
Bạn vào lại HTML pages management -> Modify HTML page xem có chọn Use this page as homepage ? không nhá..!!
Re: [Thắc mắc] Về trang index cứ loading hoài
thử cái này xem:
- Code:
<a href="http://www.forumvi.com" target="_blank">forumvi.com</a>
<HTML>
<HEAD>
<TITLE>12a2 TCV QUY NHƠN 2011-2012 </TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<center><a href="http://12a2tcvqn.forumvi.com/"><img src="http://ne0.upanh.com/b6.s18.d1/df8c953c3435e739a14e560af7e9a954_36545740.1.jpg" border="0"></a><br></center>
<script language="Javascript">
msg = new Array(); //strings written in screen
msg[0] = "<H2><center>wWw.12a2tcvqn.no1.vn !</center> <br></H2>";
msg[1] = "<center>Giữa một cộng đồng rộng lớn...<br><font face='Tahoma' color='#FFFFFF'>Hãy chọn cho mình một ngôi nhà...</font> <br>Một cộng đồng...</center> ";
msg[2] = " <br><center>12a2 TCV QUY NHƠN 2011-2012</center <br><font face='Tahoma' color='#0066ff'><center><b>Chào mừng bạn gia nhập vào 4rum 12a2 nhé...!!!</center></b></font><br><center>Nơi để bạn có thể cảm nhận được niềm vui,sự thân thiện của gia đình</center> <br> ";
msg[3] = "<center>Hãy cùng nhau xây dựng ngôi nhà thêm lớn mạnh nhé !</center>";
msg[4] = "<h1> <center><font face='Tahoma' color='#FF0000'>http://12a2tcvqn.forumvi.com/</font><center></h1> ";
msg[5] = " <font face='Tahoma' color='#FF0000'>h t t t p : / / K13DONGANH . TK";
text1 = ""; //the same as text2, only the last character is highlighted
text2 = ""; //current string, which will be written
count = 0; //char index in string text
count2 = 0; //number of strings
text = msg[0].split(""); //text - string written
function writetext() { //show strings above on screen
text1 = text2 + "<font color='#ffffff'>" + text[count] + "</font>";
text2 += text[count];
document.all["nothing"].innerHTML = text1; //where to write
if (count < text.length-1){
count++;
setTimeout('writetext()', 25);
}
else { //if this string is written, get the new string
count = 0;
if (count2 != 4) { //write 4 strings
count2++;
text2 += "<p>"; //a new line
text = eval('msg['+count2+'].split("")'); //get the new string to text
setTimeout('writetext()', 25);
}
}
}
</script>
</HEAD>
<BODY text="#ffffff" bgColor="#000000" onLoad="writetext()">
<table align="center"><div id="nothing" style="width:'800px'; height:'300px'; font-family:'courier new'; font-weight:'bold'"></div>
</table>
<script language="Javascript">
if (document.all){
Cols = 9; //number of falldown binary string
Cl = 50; //maximum length of binary string
Cs = 100; //number of pixels between binary strings
Ts = 10; //font-size of binary string
Tc = '#008800'; //color of binary string
Tc1 = '#00ff00'; //color of 1st bit in binary string
MnS = 22; //minimum speed of binary string
MxS = 25; //maximum spees of binary string
I = Cs;
Sp = new Array(); //array speed of binary strings
S = new Array(); //the position of binary string
Y = new Array(); //array of position of binary strings
C = new Array(); //array save bits of string
M = new Array(); //binary string
B = new Array(); //temp for creating binary string
RC = new Array(); //length of binary strings
E = new Array(); //array of head-bit in written strings
Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
document.write("<div id='Container' style='position:absolute; top:0; left+Cs+"'>");
for (i=0; i < Cols; i++){ //area to show binary strings
S[i] = I += Cs; //calculate the position of binary string
document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
"font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
"height:0px; color:" + Tc + "; visibility:hidden'></div>");
}
document.write("</div>");
}
for(j = 0; j < Cols; j++){
RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
for(i=0; i < RC[j]; i++){
B[i] = ""; //sign of ending of string
C[i] = Math.round(Math.random())+' '; //get bit in binary strings
B[0] += C[i];
}
M[j] = B[0]; //binary string
Y[j] = 0; //1st position of strings are 0
Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
}
function Cycle(){
Container.style.top = window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
Y[i]+=Sp[i]; //the position of current string
if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
i2 = 1 + Math.round(Math.random()*Cols);
RC[i2] = 1 + Math.round(Math.random()*Cl);
for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
B[i3] = "";
C[i3] = Math.round(Math.random())+' ';
B[0] += C[i3];
}
M[i] = B[0];
Y[i] = -Ts*M[i].length/1.5; /http://chinhphuc.info 2/3 string at beginning
Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
A[i].style.visibility = 'visible';
}
A[i].style.top=Y[i]; //the i-th in tag div A
A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
}
setTimeout('Cycle()',100)
}
Cycle();
</script>
<center>
<p><a href ="http://12a2tcvqn.forumvi.com/forum"><font size="6" color=#FFFF00>♥ Click Vào Forum ♥!!!</a> <br>
<br>
<strong><br>
<font size="3" color=#ffffff>.:i:.wWw.12a2tcvqn.no1.vn.:i:.
<p> </p>
<p> </p>
</center>
</BODY>
<object width="1" height="1"><param name="movie" value="http://www.nhaccuatui.com/m/h6n5Eb3UQu" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="&autostart=true" /><embed src="http://www.nhaccuatui.com/m/h6n5Eb3UQu" quality="high" wmode="transparent" type="application/x-shockwave-flash" flashvars="&autostart=true" width="1" height="1"></embed></object>
<A href="http://www.forum-viet.net" target="_blank"><FONT color="#000000">forum-viet.net</FONT></A>
<a href="http://www.forumvi.com" target="_blank">forumvi.com</a>
- or a banner available at this address
Re: [Thắc mắc] Về trang index cứ loading hoài
Đơn giản nhất là bỏ trang HTML đó đi rồi làm lấy trang khác.
Hoặc là hỏi người chủ tác giả của trang đó người ta sẽ chỉ.
Hoặc là hỏi người chủ tác giả của trang đó người ta sẽ chỉ.
Similar topics
» [Thắc mắc] Quote không chuyển trang không hoạt động
» Hoạt động được code trang trí bài viết ntn?[✔]
» [Thắc mắc] Loading trang ko bị màn hình trắng
» Chia sẻ Index tự Loading
» tk + đăng nhập 0 bị chuyển trang về index hoặc 1 trang mới [help]
» Hoạt động được code trang trí bài viết ntn?[✔]
» [Thắc mắc] Loading trang ko bị màn hình trắng
» Chia sẻ Index tự Loading
» tk + đăng nhập 0 bị chuyển trang về index hoặc 1 trang mới [help]
Trang 1 trong tổng số 1 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết