Sitenize gelen ziyaretçilerinizin mola verip hoş bir vakit geçirmesini istiyorsanız basit bir oyun kodu vermek istiyorum.Yine Javascript kodları ile. Kodları yazımın devamında bulabilirsiniz ve test edebilirsiniz.
Test etmek için.
<!-- THREE STEPS TO INSTALL ARRANGE: 1. Copy the coding into the HEAD of your HTML document 2. Add the onLoad event handler into the BODY tag 3. Put the last coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Arun Narayanan (jusgames@lycos.com) --> <!-- Web Site: http://jusgames.tripod.com --> <!-- .bigcell { background-color:#aa9966; border:4px solid #aa9966; text-align:center; } .cell { width:40px; height:40px; font-family:Verdana, Arial; font-size:10pt; font-weight:bold; background-color:#996633; color:#ffff33; border-top:2px solid #aa9966; border-left:2px solid #aa9966; border-right:2px solid #663300; border-bottom:2px solid #663300; text-align:center; } .hole { width:40px; height:40px; background-color:#aa9966; text-align:center; } body,h1,h2,h3,.msg,capt1,capt2 {font-family:Verdana,Comic Sans MS,Arial;} body {margin:0px;} h1 {font-size:28pt; font-weight:bold; margin-bottom:0px;} h2 {font-size:16pt; margin:0px; font-weight:bold;} h3 {font-size:8pt; margin:0px; font-weight:bold;} .msg {font-size:8pt; font-weight:bold;} .tab {cursor:hand;} .capt1 {font-size:10pt; font-weight:bold;} .capt2 {font-size:9pt; font-weight:bold;} .capt3 {font-size:14pt; font-weight:bold; color:yellow;} .capt4 {font-size:10pt; font-weight:bold; color:yellow;} .but {font-size:9pt; font-weight:bold; height:30px;background-color:#aaaa99;} --> <!-- STEP TWO: Insert the onLoad event handler into your BODY tag --> <!-- STEP THREE: Copy 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: Arun Narayanan (jusgames@lycos.com) --> <!-- Web Site: http://jusgames.tripod.com --> <script type="text/javascript"><!--mce:0--></script> <table border="0" cellpadding="4"> <tbody> <tr> <td align="center"> <strong>Choose Level: </strong> <select id="level"> <option value="3">3</option> <option value="4">4</option> <!-- for (var i=5;i<=10;i++) { document.write("<option value='" + i + "'>" + i + "</option>"); } // --> </select></td> </tr> <tr> <td align="center"> <input class="but" onclick="startGame();" type="button" value="Start Game" /></td> </tr> <tr> <td id="fldStatus" class="capt2" align="center"></td> </tr> </tbody></table>

08 Haziran 2009
extradestek 
Kategori :
Etiketler: 

