Cool script - but don't work

admin

Administrator
Staff member
I, a newbiez, combined 3 cool scripts into one, and it almost works.

Displaying a random message from an array of message.
Continuously refreshing message after a short pause.
Each message when appears on the screen like being typed.

Well! They all work except that just the first message was typed, and all others appear instantly.

You can look <!-- m --><a class="postlink" href="http://25er.com/">http://25er.com/</a><!-- m -->

Please someone look at it to see what wrong, I enclose the code bellow. Note that the messages are in Vietnamese, but that doesn't interfere with your help. Thanks in advance.


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="description" content="Sĩ Quan Hải Qu鈔 kho?25 - Cơ quan ng鬾 luận ch韓h thức của SQHQ-25">
<meta http-equiv="keywords" content="Sĩ Quan Hải Qu鈔 kho?25, SQHQ-25, sqhq25, 25er, 25ers">
<meta http-equiv="Refresh" CONTENT="600;URL=http://www.25er.com/forum/index.php">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>Sĩ Quan Hải Qu鈔 kho?25</title>
</head>

<body bgcolor="#FFFFFF" text="#1C5A00" link="#800000" vlink="#1C5A00" alink="#FFFFFF">
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<div align="center"><center>
<table border="0" width="428" cellspacing="0" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="#FFFFFF" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" >
<tr>
<td width="100%" align="center" height="1">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.25er.com/images/logo250.jpg"
alt="Sĩ Quan Hải Qu鈔 kho?25" border="0" align="left" width="100" height="209">
</td>
<td width="50%" align="center" height="1"></td>
<td width="50%" align="left" height="1">
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" cellpadding="0" id="AutoNumber1" height="30">
<tr>
<td width="100%" height="24" colspan="2">
<embed height=0 width=0 console="clip1" hidden="true" autostart="true" loop="true" controls="all" type="audio/x-pn-realaudio-plugin" src="http://68.5.151.251:4027/vobivietnam/khoa/k26/luuniemk26/music/realaudio/hqhk.rm"></td>
<td width="100%" height="1">
</td>
</tr>
<tr>
<td width="100%" height="47" colspan="2">
</td>
<td width="100%" height="19">
&nbsp;</td>
</tr>
<tr>
<td width="100%" height="112" colspan="2">
<div id="quote" style="font-family:Arial; font-size=10pt; color=#0000aa; style=visibility:hidden; width:426; height:97"></div>
</td>
</tr>
<tr>
<td width="82%" height="4">
<img src="http://www.25er.com/images/anchor1sm.jpg" align="right" border="0" alt="Bấm đ鈟 để tr靚h diện hạm kiều.">
</tr>
<td width="18%" height="4">
</tr>
</table>
</td>
</tr>
</table>
</center></div>

<script LANGUAGE="JavaScript">
<!--

// Code by Mark Sottek. Ask before using please. <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
/*
Typing Text Script-
Last updated: 99/06/17
?Dynamic Drive (<!-- w --><a class="postlink" href="http://www.dynamicdrive.com">www.dynamicdrive.com</a><!-- w -->)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


quotes = new Array(5);

authors = new Array(5);

quotes[0] = "Đệ tr靚h c鵱g c醕 quan 25, đ鈟 l?một v?dụ của trang web SQHQ25.com. Đ鄋 em sẽ từ tốn bẻ g骳 ph醫 triển th阭 cả về nội dung v?h靚h thức. Nếu c醕 quan đồng ?cho đ鄋 em thoải m醝, ch鷑g ta sẽ c?một trang web (c鵱g với một diễn đ鄋) như l?một phương tiện li阯 lạc v?th鬾g tin.";
authors[0] = " --- Th/U Chen";

quotes[1] = "Hiện b鈟 giờ th?chưa ho鄋 hảo, nhưng trong một thời gian v鄆 tuần ch鷑g ta sẽ thấy sự tiến triển. 蛅 nhất l?về design.";
authors[1] = "";

quotes[2] = "Design của trang nh?lẽ dĩ nhi阯 kh鬾g phải đẹp nhất v?chỉ TẠM BỢ trong thời gian n鄖. Nếu quan c?design n鄌 kh醕 hơn, xin li阯 lạc với Th/U Chến để đưa l阯 cho bạn b?ngắm.";
authors[2] = "";

quotes[3] = "Ch鷑g ta đ?thấy design của Th/U K? v?h靚h như Th/U Ph鷆CC cũng sẽ ra l?một design như Star War. Tất cả sẽ được đem l阯 v?tất cả c醕 quan 25 sẽ vote c醝 n鄌 đẹp v??nghĩa nhất v?ch鷑g ta sẽ d鵱g c醝 đ?l鄊 trang nh?của SQHQ25.com.";
authors[3] = "";

quotes[4] = "Hy vọng sẽ c騨 nhiều design kh醕 ngo鄆 những designs của K? Ph鷆CC, v?Chến cho ch鷑g ta lực chọn. Th?dụ như từ Phi Văn Nghệ, Thiệp, Con Ma v鈔 v鈔 ...";
authors[4] = "";

var it = 0
function initialize(){
var div = document.getElementById('quote');
mytext = div.innerHTML
var myheight = div.offsetHeight
div.innerHTML = ''
typeit()
}

function typeit(){
var div = document.getElementById('quote');
div.insertAdjacentText("beforeEnd",mytext.charAt(it))
if (it < mytext.length-1){
it++
setTimeout("typeit()",10)
}
else {
return
}
}

function randomQuote() {
var str, div = document.getElementById('quote');
index = Math.floor(Math.random() * quotes.length);
str= quotes[index];
str+= authors[index];
div.innerHTML = str;
if (document.all) document.body.onload = initialize
}

randomQuote();
window.setInterval("randomQuote()",5000);


//done -->

</script>
</body>
</html>



.
 
Back
Top