November 8, 2010

Java for GALAXY DEFENDER II

<!-- TWO STEPS TO INSTALL GALAXY DEFENDER II:



  1.  Copy the coding into the HEAD of your HTML document

  2.  Add the last code into the BODY of your HTML document  -->



<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->


<HEAD>




</HEAD>



<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
<BODY>



<!-- Original:  Kimson Fajutag -->

<center>

<img src="images/logo.jpg" width="300" height="100">

<script language="javascript">

  function playsound(){

   document.write("<bgsound src='sounds/bgmenu.mid'>");

  }

</script>

<br>

<font color="green" face="system">

Warning...this game is for age 18 and above only<br>

parental guidance is recommended

<br>

<br>

</font>

<input type="button" value="continue" onclick='open("menu.html","a","width=340,height=500")'>

<input type="button" value="close" onclick='window.close()'>

<center>



<p><center>

<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>

by <a href="http://javascriptsource.com">The JavaScript Source</a></font>

</center><p>



<!-- Script Size:  1.04 KB -->

Source : http://javascript.internet.com/games/galaxy-defender-ii.html

No comments:

Post a Comment