</td> <td width="50%"> <SCRIPT LANGUAGE="JavaScript"> <!-- //////////////////////////////////////// // F. Permadi 2002 //////////////////////////////////////// var text="Name: YOUR NAME <br>Gender: URGENDER <br> Age: UR AGE";
var delay=50; var currentChar=1; var destination="[none]"; function type() { //if (document.all) { var dest=document.getElementById(destination); if (dest)// && dest.innerHTML) { dest.innerHTML=text.substr(0, currentChar)+"_"; currentChar++; if (currentChar>text.length) { currentChar=1; setTimeout("type()", 1000); } else { setTimeout("type()", delay); } } } }
<tr> <td width="50%"> <script language="JavaScript"> <!-- Hide from old browsers
function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options[myindex].value, "", ""); } //--> </SCRIPT> <center> <script language="JavaScript"> <!-- Hide from old browsers
function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options[myindex].value, "", ""); } //-->
</SCRIPT>
<FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST NAME="myform"> <SELECT NAME="dest" SIZE=1> <option value="">Select <OPTION VALUE="http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=UR EMAIL ADD HERE">Add me <OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE">Send PM <OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE&action=sendsmile">Send SMILE <OPTION VALUE="http://www.friendster.com/referafriend.php?refer=FS ID HERE">Refer a friend <OPTION VALUE="http://www.friendster.com/group/inviteone.php?uid=FS ID HERE">Group invitation <OPTION VALUE="http://www.friendster.com/comments.php?uid=FS ID HERE">Drop comments <OPTION VALUE="http://www.friendster.com/editprofile.php">Edit PROFFY </SELECT> <BUTTON NAME="go" TYPE="button" onClick="surfto(this.form)"><STRONG>Go!</STRONG></BUTTON> </FORM>
<SCRIPT TYPE="text/javascript"> <!-- function blinker() { if (document.forms.myform.go.style.color == 'blue') document.forms.myform.go.style.color='red'; else document.forms.myform.go.style.color='blue'; setTimeout('blinker()',500); }
<td width="50%"> <script language="JavaScript"> <!-- Hide from old browsers
function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options[myindex].value, "", ""); } //--> </SCRIPT> <center> <script language="JavaScript"> <!-- Hide from old browsers
function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options[myindex].value, "", ""); } //--> </SCRIPT>
<FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST NAME="myform"> <SELECT NAME="dest" SIZE=1> <option value="">Select <OPTION VALUE="http://www.friendster.com/usersearch.php?search=1&country=ID&usearch=UR EMAIL ADD HERE">Add me <OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE">Send PM <OPTION VALUE="http://www.friendster.com/sendmessage.php?uid=FS ID HERE&action=sendsmile">Send SMILE <OPTION VALUE="http://www.friendster.com/referafriend.php?refer=FS ID HERE">Refer a friend <OPTION VALUE="http://www.friendster.com/group/inviteone.php?uid=FS ID HERE">Group invitation <OPTION VALUE="http://www.friendster.com/comments.php?uid=FS ID HERE">Drop comments <OPTION VALUE="http://www.friendster.com/editprofile.php">Edit PROFFY </SELECT> <BUTTON NAME="go" TYPE="button" onClick="surfto(this.form)"><STRONG>Go!</STRONG></BUTTON> </FORM>
<SCRIPT TYPE="text/javascript"> <!-- function blinker() { if (document.forms.myform.go.style.color == 'blue') document.forms.myform.go.style.color='red'; else document.forms.myform.go.style.color='blue'; setTimeout('blinker()',500); }
blinker()
//--> </SCRIPT>
</center> </td> <td width="50%">
<script language="JavaScript">
<!--
function createHexArray(n) { this.length=n; for (var i=1; i<=n; i++) this[i]=i-1;
function convertToHex(x) { var high=x/16; var s=high+""; s=s.substring(0,2); high=parseInt(s,10); var left=hx[high+1]; var low=x-high*16; s=low+""; s=s.substring(0,2); low=parseInt(s,10); var right=hx[low+1]; var string=left+""+right; return string; }
<!--You may edit these font tags.--> <center><font face="verdana, helvetica, arial" size="4"></b> <SCRIPT><!-- // You may edit the message below. {makeRainbow("<< MESSAGE HIR >>");} //--> </SCRIPT> </b></font></center>
</td> </tr> </table>
//---- PUT UR DESIRED SPECIAL EFFECTS CODE BELOW. CHOOSE 1 BELOW ----\\
// Set the number of snowflakes (more than 30 - 40 not recommended) var snowmax=35
// Set the colors for the snow. Add as many colors as you like var snowcolor=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF")
// Set the fonts, that create the snowflakes. Add as many fonts as you like var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
// Set the letter that creates your snowflake (recommended: * ) var snowletter="*"
// Set the speed of sinking (recommended values range from 0.3 to 2) var sinkspeed=0.6
// Set the maximum-size of your snowflakes var snowmaxsize=22
// Set the minimal-size of your snowflakes var snowminsize=8
// Set the snowing-zone // Set 1 for all-over-snowing, set 2 for left-side-snowing // Set 3 for center-snowing, set 4 for right-side-snowing var snowingzone=1
/* // * NO CONFIGURATION BELOW HERE * */
// Do not edit below this line var snow=new Array() var marginbottom var marginright var timer var i_snow=0 var x_mv=new Array(); var crds=new Array(); var lftrght=new Array(); var browserinfos=navigator.userAgent var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) var ns6=document.getElementById&&!document.all var opera=browserinfos.match(/Opera/) var browserok=ie5||ns6||opera
function randommaker(range) { rand=Math.floor(range*Math.random()) return rand }
function initsnow() { if (ie5 || opera) { marginbottom = document.body.clientHeight marginright = document.body.clientWidth } else if (ns6) { marginbottom = window.innerHeight marginright = window.innerWidth } var snowsizerange=snowmaxsize-snowminsize for (i=0;i<=snowmax;i++) { crds[i] = 0; lftrght[i] = Math.random()*15; x_mv[i] = 0.03 + Math.random()/10; snow[i]=document.getElementById("s"+i) snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] snow[i].size=randommaker(snowsizerange)+snowminsize snow[i].style.fontSize=snow[i].size snow[i].style.color=snowcolor[randommaker(snowcolor.length)] snow[i].sink=sinkspeed*snow[i].size/5 if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) snow[i].style.left=snow[i].posx snow[i].style.top=snow[i].posy } movesnow() }
function movesnow() { for (i=0;i<=snowmax;i++) { crds[i] += x_mv[i]; snow[i].posy+=snow[i].sink snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]); snow[i].style.top=snow[i].posy
if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){ if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} snow[i].posy=0 } } var timer=setTimeout("movesnow()",50) }
for (i=0;i<=snowmax;i++) { document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>") } if (browserok) { window.onload=initsnow } </SCRIPT>
Star Trek effect
<SCRIPT language="JavaScript"> // This script to be inserted after <BODY> tag \\
<script language="JavaScript1.2" type="text/javascript"> /* This Code Free To Use - Providing This Notice Remains Flying Butterfly script (By BGAudioDr@aol.com) Modified slightly/ permission granted to DesignerWiz.com to feature script in archive JavaScript Code Effect Found At: Development Resource & JavaScript Code & Generator Public Archive Center Located: http://www.DesignerWiz.com Though This Material May Have Been In A Public Depository, Certain Author Copyright Restrictions May Apply*/
var Ymax=8; //MAX # OF PIXEL STEPS IN THE "X" DIRECTION var Xmax=8; //MAX # OF PIXEL STEPS IN THE "Y" DIRECTION var Tmax=10000; //MAX # OF MILLISECONDS BETWEEN PARAMETER CHANGES
//FLOATING IMAGE URLS FOR EACH IMAGE. ADD OR DELETE ENTRIES. KEEP ELEMENT NUMERICAL ORDER STARTING WITH "0" !!
var floatimages=new Array(); floatimages[0]='http://designerwiz.com/roberto/butterfly2.gif'; floatimages[1]='http://designerwiz.com/roberto/butterfly2.gif'; floatimages[2]='http://designerwiz.com/roberto/butterfly2.gif'; floatimages[3]='http://designerwiz.com/roberto/butterfly2.gif';
function hidebutterfly(){ for(i=0; i<floatimages.length; i++){ if (IE4) eval("document.all.pic"+i+".style.visibility='hidden'") else if (NS6) document.getElementById("pic"+i).style.visibility='hidden' else if (NS4) eval("document.pic"+i+".visibility='hide'") clearInterval(startfly) } }
if (NS4||NS6||IE4){ window.onload=init; window.onresize=function(){ wind_w=getwindowwidth(); wind_h=getwindowheight(); } } </script>
sliding bg image
<script language="Javascript"> <!-- // // This Code Free To Use - Providing This Notice Remains // JavaScript Code Effect Found At: Development Resource & JavaScript Code & Generator Public Archive Center // Located: http://www.DesignerWiz.com // Though This Material May Have Been In A Public Depository, Certain Author Copyright Restrictions May Apply
// please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com // // For Netscape NS6up , Modified by Roberto de Jesus Asyn Diaz // Web Site: http://usuarios.lycos.es/asynco/ // email : rasyn@lycos.es // var background = ""BACKGROUND IMAGE URL HERE""; var speed = 0;
/* This is the URL of the background image you wish to animate. It is IMPERATIVE that you declare the URL of the image twice. This is the speed at which the background moves. This is the direction in which the background moves. The first "1" is the horizontal direction. A "1" moves the background right, a "-1" moves it left, and a "0" keeps it put. The second "1" is the vertical direction. A "1" moves the background down, a "-1" moves it up, and a "0" keeps it put. */ //--> </script>
autumn leaves
<script language="JavaScript1.2">
//Autumn leaves- by Kurt Grigg (kurt.grigg@virgin.net) //Modified by Dynamic Drive for NS6 functionality //visit http://www.dynamicdrive.com for this script
Amount=8; //Smoothness depends on image file size, the smaller the size the more you can use! Ypos=new Array(); Xpos=new Array(); Speed=new Array(); Step=new Array(); Cstep=new Array(); ns=(document.layers)?1:0; ns6=(document.getElementById&&!document.all)?1:0;
if (ns){ for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>"); } } else{ document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write('<img id="si'+i+'" src="'+rndPic+'" style="position:absolute;top:0px;left:0px">'); } document.write('</div></div>'); } WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; for (i=0; i < Amount; i++){ Ypos[i] = Math.round(Math.random()*WinHeight); Xpos[i] = Math.round(Math.random()*WinWidth); Speed[i]= Math.random()*5+3; Cstep[i]=0; Step[i]=Math.random()*0.1+0.05; } function fall(){ var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop; var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft; for (i=0; i < Amount; i++){ sy = Speed[i]*Math.sin(90*Math.PI/180); sx = Speed[i]*Math.cos(Cstep[i]); Ypos[i]+=sy; Xpos[i]+=sx; if (Ypos[i] > WinHeight){ Ypos[i]=-60; Xpos[i]=Math.round(Math.random()*WinWidth); Speed[i]=Math.random()*5+3; } if (ns){ document.layers['sn'+i].left=Xpos[i]; document.layers['sn'+i].top=Ypos[i]+hscrll; } else if (ns6){ document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]); document.getElementById("si"+i).style.top=Ypos[i]+hscrll; } else{ eval("document.all.si"+i).style.left=Xpos[i]; eval("document.all.si"+i).style.top=Ypos[i]+hscrll; } Cstep[i]+=Step[i]; } setTimeout('fall()',20); }
window.onload=fall //--> </script>
how to put a special effect:
u can see dis part from ur desired cpanel style...
</table>
//---- PUT UR DESIRED SPECIAL EFFECTS CODE BELOW. CHOOSE 1 BELOW ----\\