Site hosted by Angelfire.com: Build your free website today!
undefined
undefined

Cool Stuff-Continued..


A Pop-Up that Asks Your Name <center>Hello, <script language="VBScript"><!--Dim Name Name=InputBox("What is your first name?")document.write Name--></script>
A Pop-Up Box that you can click CANCEL to<SCRIPT language="JavaScript">confirm("Are you sure you wanna come?") </SCRIPT>
A Pop up Box when you right click, it won't show the "source"<script language="JavaScript"><!-- function click(){if (event.button==2){alert('dont copy')}}document.onmousedown=click// --></script>
Make a Link to Go to the Top of the Page!

<a href="Link of your site" #top">Click here to back to the top!</a>

Click here to back to the top!


Flashy Mouseover!

<a href=""onmouseover="document.bgColor='aqua';document.bgColor='yellow' ;document.bgColor='orange';document.bgColor='skyblue';document.bgColor='coral'; document.bgColor='lightgreen';document.bgColor='white'; ;document.bgColor='blueviolet';;document.bgColor='skyblue' ;document.bgColor='hotpink';document.bgColor='black'">text</a>

text


A Mouseover that changes the BgColor<a href=""onmouseover="document.bgColor='color'">text</a>

text


A textarea with a table inside! <ilayer name="scroll1" width=200 height=200 clip="0,0,475,200"> <br><div id="scroll3" style="width:150;height:150; <br>background:white;overflow:scroll"> <br><font face=Arial color=white><center><center> <table border=3 bordercolor=silver cellpadding=0 cellspacing=0> <tr><td bgcolor=blue><center>hello <td bgcolor=pink><center>hello <td bgcolor=red> <center>hello<tr><td bgcolor=purple><center>hello <td bgcolor=green><center>hello<td bgcolor=black><center>hello <tr> <td bgcolor=peru><center>hello<td bgcolor=orange><center>hello <td bgcolor=indigo><center>hello<tr><td bgcolor=skyblue><center>hello <td bgcolor=plum><center>hello<td bgcolor=cornflowerblue><center>hello </table></table></table><br> </center><br></textarea></div>



hello
hello
hello
hello
hello
hello
hello
hello
hello
hello
hello
hello



Showz how many times one surfer came to your site!<SCRIPT>function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) {var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null;}function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires .toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : "");}function DeleteCookie (name) { var exp = new Date(); exp.setTime (exp.getTime() - 1); var cval = GetCookie (name); document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();} var expDays = 30;var exp = new Date(); exp.setTime(exp.getTime() + (expDays*24*60*60*1000));function amt(){var count = GetCookie('count') if(count == null) {SetCookie('count','1')return 1}else {var newcount = parseInt( count) + 1;DeleteCookie('count')SetCookie('count',newcount,exp)return count}} function getCookieVal(offset) {var endstr = document.cookie.indexOf (";", offset);if (endstr == -1)endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr));}</SCRIPT><SCRIPT> document.write("You've been here <b>" + amt() + "</b> times.")</SCRIPT>
A Right-Click Pop Up
A Pop up where you right-click on the screen<script language="JavaScript"><!-- function click(){if (event.button==2){alert('dont copy')}}document.onmousedown=click// --> </script>
Type an Url and go there quickly! (Try it!) <INPUT name="the_url" type="text" value="http://" size=30> <INPUT type="button" value="Go" onClick="window.location=this.form.the_url.value"></FORM>


~*More Coming Soon!*~

| HOME | Contents |