<form>
<input type="button" value="White" onClick="document.bgColor
= '#FFFFFF';">
<input type="button" value="Green" onClick="document.bgColor
= '#008000';">
<input type="button" value="Blue" onClick="document.bgColor
= '#0000FF';">
<input type="button" value="Red" onClick="document.bgColor
= '#FF0000';">
</form>
This lets your visitors do this
<script language="JavaScript">
// Script Source: sirking1.tripod.com // Copyright 2006 // Do not remove this header.
// ----------- Setups ------------------ // Set the address, width, height, top // and left dimensions
for the popup // window below. // -------------------------------------
PopUpURL = "YOUR POPUP PAGE HERE"; PopUpLeft = 200; PopUpTop
= 200; PopUpWidth = 500; PopUpHeight = 200;
// ------------------------------------- // Do not edit anything below this line. // -------------------------------------
isIE=document.all; isNN=!document.all&&document.getElementById; isN4=document.layers; popO='left='+PopUpLeft+',top='+PopUpTop+',width='+PopUpWidth+',height='+PopUpHeight
if (isIE||isNN){ document.oncontextmenu=checkV; }else{ document.captureEvents(Event.MOUSEDOWN ||
Event.MOUSEUP); document.onmousedown=checkV;}
function checkV(e){ if (isN4){ if (e.which==2||e.which==3){ dPUW=window.open(PopUpURL,'nrc',popO); return
false; }}else{ dPUW=window.open(PopUpURL,'nrc',popO); return false;}}
</script>
this code means your visitors cant right click any where on the page very good for protecting pictures.
try and right click, and you will see my popup
<TABLE STYLE="filter:___(color=____, strength=___)"> <TR><TD><center> TEXT GOES
HERE</TABLE>
FILL IN THE BLANKS (in order): #1. dropshadow, glow, or shadow. #2. Any color #3. A number 1-10
this code lets you do this
Or this
Or this
World Time Clock, dont know what time it displays around the world but I am in New Zealand and it seems to be working
fine
<DIV><html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Accurate
Time Clock</title> </head>
<body>
<table border="0" cellspacing="0" cellpadding="0"> <tr><td><embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=FF5555&wtsid=NZ" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /></td></tr> <tr><td><h2
align="center"></h2></td></tr> </table></body>
</html></DIV>
Accurate Time Clock
|