IMPORTANT NOTE: You are allowed to use this Online Desktop provided that all comments and copyright notice are left intact. This script can be used for personal, non-commercial purpose.
If you are upgrading from a previous version, you will notice some changes of syntax. Please read the instructions again and make necessary changes in your current codes for this version of script to work.
Like the Anime Theme Online Desktop? You can bring it to your page! Follow the instructions below. If you don't know what Online Desktop is, click HERE to see a live example!
Please note that this version of Online Desktop works in Netscape 4.x ONLY. For MSIE 4+ / Netscape 6 (Mozilla) version, please click here.
First you need to download the following file.
Support Anime Theme to provide MORE scripts! Thanks!
Open "desktop.html" with a Notepad or any other text editor. It should have the following layout.
<HTML>
<HEAD>
<script language="JavaScript" src="desktop.js"></script>
<script language="JavaScript">
<!--
// options area
<!-- Your options go here -->
// end of options area
//-->
</script>
</HEAD>
<BODY>
<LAYER name=Lbody ......>
<!-- Your HTML codes here -->
</LAYER>
</BODY>
</HTML>
Areas in RED are where your customizations go. You need NOT (and should NOT) change other parts of the page unless you really know what you are doing (and make sure that you changes comply with the rules stated above). You may customize the TITLE, BODY and some other tags with CSS and standard HTML though.
Return to Dynamic HTML Resource Center