Neon Işıklı Yazı kodu
<!-- ONE STEP TO INSTALL NEON LIGHTS:
1. Copy the coding into the BODY of your HTML document --><!-- STEP ONE: Paste this code into the BODY of your HTML document --><!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Original: JavaScript Kit --><!-- Web Site: http://javascriptkit.com -->
<h1><script language="JavaScript1.2">
var message="Buraya Yaz HTMLFBMLKODU61"
var neonbasecolor="black"
var neontextcolor="red"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(dyjhsjsryj){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script></h1>
<p> </p>
<center><font face="arial, helvetica"><br />
</font></center>
<p><!-- Script Size: 1.72 KB --></p>