Tigers

  
     

 

 

 

 

  Main

  About us
  Contact us
  Term of use
     

  PC Hot Tips
  20 Hidden Vista Tools
  Top 10 Things in Vista
  25 XP Hidden Features
  Windows XP Secrets
  Free Script & Code
  Streamyx Modem Services
  Windows Vista Activation Tips
     
     

 

 

 

JAVA Super Random Link

   
 

Find Malaysia Property Info ?
Complete info & related reviews of Property malaysia. Check it now

www.RealEstateAgent.com.my

Malaysia Travel Info - Official Site
Find Malaysia Attractions & More Now!

Malaysia.Travelinfo.my

Need to known more about Bangkok Nightlife
All the nightlife hotspots are listed here.

Thailand.Travelinfo.my

Looking for Sampling Letter
Sample letter master and specialized in all kinds of sample doc.

www.mi3g.com.my

    IT Services & PC Support 


Description: A super random link generator that creates a random link out of all of the links in a web page. You can insert it into any page, and all of the links on that page are all considered when generating the random link to go to.

Example: To better demonstrate the script, please click here to see it used on a webpage with many links.

Directions: Simply insert the below into the <body> section of any web page with at least one link:
 
<script>

function random_all(){
var myrandom=Math.round(Math.random()*(document.links.length-1))
window.location=document.links[myrandom].href
}
//-->
</script>
<form>
<input type="button" onClick="random_all()" value="Random Link!">
</form>

<!--Uncomment below to use a regular text link instead
<a href="javascript:random_all()">Random Link</a>
-->

<p align="center"><font face="arial" size="-2">This free script provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://www.Mi3G">JavaScript
Kit</a></font></p>


 

 

 

Copyright © 2006-09. All Rights Reserved.       | Home | About us | Contact us | Term of Use |