::-
Example
::->
+::
Source Code
::+
+::
Descriptions
::+
(1)
- Select All -
<!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Scott Kruger --> <!-- Web Site: http://www.geocities.com/the1matrixneo/thematrix.html --> <script> letterarray = new Array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," "); first = 0; second = 0; third = 0; fourth = 0; fifth = 0; sixth = 0; seventh = 0; eigth = 0; ninth = 0; letter1 = "T"; letter2 = "O"; letter3 = "D"; letter4 = "A"; letter5 = "Y"; letter6 = "L"; letter7 = "O"; letter8 = "A"; letter9 = "D" function letters() { document.form1.texthere.value = letterarray[first] + letterarray[second] + letterarray[third] + letterarray[fourth] + letterarray[fifth] + letterarray[sixth] + letterarray[seventh] + letterarray[eigth] + letterarray[ninth]; if (letterarray[first] != letter1) { first = Math.floor(27 * Math.random()); second = Math.floor(27 * Math.random()); third = Math.floor(27 * Math.random()); fourth = Math.floor(27 * Math.random()); fifth = Math.floor(27 * Math.random()); sixth = Math.floor(27 * Math.random()); seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] != letter2)) { second = Math.floor(27 * Math.random()); third = Math.floor(27 * Math.random()); fourth = Math.floor(27 * Math.random()); fifth = Math.floor(27 * Math.random()); sixth = Math.floor(27 * Math.random()); seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] != letter3)) { third = Math.floor(27 * Math.random()); fourth = Math.floor(27 * Math.random()); fifth = Math.floor(27 * Math.random()); sixth = Math.floor(27 * Math.random()); seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] == letter3) & (letterarray[fourth] != letter4)) { fourth = Math.floor(27 * Math.random()); fifth = Math.floor(27 * Math.random()); sixth = Math.floor(27 * Math.random()); seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] == letter3) & (letterarray[fourth] == letter4) & (letterarray[fifth] != letter5)) { fifth = Math.floor(27 * Math.random()); sixth = Math.floor(27 * Math.random()); seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] == letter3) & (letterarray[fourth] == letter4) & (letterarray[fifth] == letter5) & (letterarray[sixth] != letter6)) { sixth = Math.floor(27 * Math.random()); seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] == letter3) & (letterarray[fourth] == letter4) & (letterarray[fifth] == letter5) & (letterarray[sixth] == letter6) & (letterarray[seventh] != letter7)) { seventh = Math.floor(27 * Math.random()); eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] == letter3) & (letterarray[fourth] == letter4) & (letterarray[fifth] == letter5) & (letterarray[sixth] == letter6) & (letterarray[seventh] == letter7) & (letterarray[eigth] != letter8)) { eigth = Math.floor(27 * Math.random()); ninth = Math.floor(27 * Math.random()); } else if ((letterarray[first] == letter1) & (letterarray[second] == letter2) & (letterarray[third] == letter3) & (letterarray[fourth] == letter4) & (letterarray[fifth] == letter5) & (letterarray[sixth] == letter6) & (letterarray[seventh] == letter7) & (letterarray[eigth] == letter8) & (letterarray[ninth] != letter9)) { ninth = Math.floor(27 * Math.random()); } keepgoing = setTimeout("letters()", 50); } </script> <style> .greenbg { border: black; background-color: darkgreen; color: black; cursor: default; } .blackbg { border: black; background-color: black; color: darkgreen; cursor: default; } </style>
(2)
- Select All -
<table bgcolor="black"> <tr><td> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Scott Kruger --> <!-- Web Site: http://www.geocities.com/the1matrixneo/thematrix.html --> <form name="form1"> <input class="blackbg" type="text" value="AAAAAAAAA" name="texthere" size=35> <input class="greenbg" type="button" value="Start it!" onClick="letters()"> </form> </td></tr> </table>
- ประกอบด้วย 2 ขั้นตอนง่าย ๆ ดังนี้ -
(1)
คลิ๊ก - Select All - แล้ว Copy Code ไปไว้ใน Tag
<HEAD>
(2)
คลิ๊ก - Select All - แล้ว Copy Code ไปไว้ใน Tag
<BODY>
::+::- ส่งบทความนี้ ให้เพื่อน -::+::
<<- To ->>
Name
Email
<<- From ->>
Name
Email
- เราขอเป็นศูนย์กลางในการแลกเปลี่ยน เพื่อการพัฒนา -
- Central Of Exchange -
|
Main
|
X-softwares
|
Softwares
|
Toys&Jokes
|
Web-Effects
|
|
Graphics
|
Tips&Tricks
|
Icons
|
Fonts
|
Skins
|
Contact
|
©
CopyRight 2001 , TodayLoad.com