How many places have you been to to find helpful hints? Well its is possible that there would be one place! HERE!!!! Well if any of the reast of the world has a tip or trick they would like to share now is the time!! How about how to make popup animations run across the screen? or Helpful balloons popup after an error message? Please place your imput in here!!!
Special Tricks or Tips for Java Programing
|
Here's a well daft one from the radioheadf site =) Makes the whole screen flash *lol*
<SCRIPT LANGUAGE="JavaScript">
<!-- Start of JavaScript code
function setbackground()
{
window.setTimeout( "setbackground()", 10);
var index = Math.round(Math.random() * 1);
var ColorValue = "000000"; // default color - b (index = 0)
if(index == 1)
ColorValue = "ffffff"; //gr
document.bgColor=ColorValue;
}
// -- End of JavaScript code -------------- -->
</SCRIPT>
<BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="#000000" VLINK="#000000" ALINK="#ffffff" onLoad="setbackground();">
simon
--
ELATED : )
http://www.PageKits.com
Professional Website Templates
<SCRIPT LANGUAGE="JavaScript">
<!-- Start of JavaScript code
function setbackground()
{
window.setTimeout( "setbackground()", 10);
var index = Math.round(Math.random() * 1);
var ColorValue = "000000"; // default color - b (index = 0)
if(index == 1)
ColorValue = "ffffff"; //gr
document.bgColor=ColorValue;
}
// -- End of JavaScript code -------------- -->
</SCRIPT>
<BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="#000000" VLINK="#000000" ALINK="#ffffff" onLoad="setbackground();">
simon
--
ELATED : )
http://www.PageKits.com
Professional Website Templates
Over the past few weeks I have created from scratch and tweeked a gaurd dog page! For the basics try using a regular type-in text box wich recognizes a word which in turn links you to another site!!
New posts
Old posts


