IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   HTML/CSS/JavaScript (https://www.ircforumlari.net/html-css-javascript/)
-   -   klasik scrollbara yazı yazmak (https://www.ircforumlari.net/html-css-javascript/638664-klasik-scrollbara-yazi-yazmak.html)

hAte 03 Kasım 2014 07:56

klasik scrollbara yazı yazmak
 
PHP- Kodu:

<!-- TWO STEPS TO INSTALL CLASSIC SCROLL:

1. Paste the coding into the HEAD of your HTML document
2. Copy the onLoad event handler into the BODY tag 
-->

<!-- 
STEP ONECopy this code into the HEAD of your HTML document -->

<
HEAD>

<
SCRIPT LANGUAGE="JavaScript">

<! >
<! >

<!-- 
Begin
function scrollit(seed) {
var 
m1 "Welcome to JavaScript Source Code 3000! ";
var 
m2 "..... You can find all the scripts you need here! ";
var 
m3 "......Enjoy ";
var 
m4 "";
var 
msg=m1+m2+m3+m4;
var 
out " ";
var 
1;
if (
seed 100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (
seed <= 100 && seed 0) {
for (
c=seed c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (
seed <= 0) {
if (-
seed msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
}
}
}
// End -->
</SCRIPT>

<!-- STEP TWO: Add this onLoad event handler into the BODY tag -->

<BODY onLoad="scrollit(100)"> 



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 03:34.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk