Welcome Guest [Log In] [Register]
Welcome to NguyenDucDung's Forum. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Chữ chạy ở thanh tool bar
Topic Started: Sep 5 2005, 06:34 PM (322 Views)
Deleted User
Deleted User

<SCRIPT LANGUAGE="JavaScript">
<!--- hide script from old browsers

// JavaScript Global Variables
var iPos = 0
var sMessage = ""

// JavaScript functions

// JavaScript Functions
// Function will scroll through message
// pulling off characters through each
// iteration.
//
function StartScrolling() {

// modify message
var sOut = sMessage.substring(iPos, sMessage.length)
status=sOut

iPos++
if (iPos > sMessage.length)
iPos = 1

setTimeout("StartScrolling()", 100)
}

// SetupMessage
// Function will create original message and
// start timer
//
function SetupMessage() {
sMessage = ""
for (i = 1; i <= 150; i++) {
sMessage = sMessage + " "
}


sMessage = sMessage + "doan chu can chay"
sMessage = sMessage + " doan chu can chay "

// start timer
StartScrolling()
}


// end hiding from old browsers -->
</SCRIPT>
<BODY onLoad="SetupMessage()" bgcolor="#000000">
</body>
Quote Post Goto Top
 
« Previous Topic · Thiết kế Website · Next Topic »
Add Reply