link of minute




JavaScript Source Code 3000: Page Details: Link of Minute





























Link of Minute








JavaScript will create a link that will change depending on the minute of the hour! You can add as many entries as you want! It's great!








Reload the page in a minute or so for a new link!





JavaScript Source Code 3000: Page Details: Link of Minute
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as NotePad or SimpleText) and save (Control-s or Apple-s). The script is yours!




    





<!-- ONE STEP TO INSTALL LINK OF MINUTE:

1. Add the code into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- Original: Joe Merical -->

<! >
<! >

<!-- Begin
var links = 12; // set this to the number of links you have below!
var date = new Date();
var rd = date.getMinutes();
var ra = rd % links;
var re = ++ra;
var url = "document.write(re)";
var text = "";
if (re == 1) {
url = "http://javascriptsource.com";
text = "JavaScript Source Code 3000";
}
if (re == 2) {
url = "http://www.htmlgoodies.com/";
text = "HTMLgoodies";
}
if (re == 3) {
url = "http://www.ask.com/";
text = "Ask.com Search Engine";
}
if (re == 4) {
url = "http://www.microsoft.com/";
text = "Microsoft, Inc.";
}
if (re == 5) {
url = "http://www.netscape.com/";
text = "Netscape's web site";
}
if (re == 6) {
url = "http://www.hotbot.com";
text = "HotBot's Search Engine";
}
if (re == 7) {
url = "http://www.internet.com";
text = "Internet.com";
}
if (re == 8) {
url = "http://www.altavista.digital.com";
text = "Digital Altavista - A Search Engine";
}
if (re == 9) {
url = "http://www.webdiner.com/";
text = "Web Diner - Help on the Web";
}
if (re == 10) {
url = "http://www.smartclicks.com/";
text = "SmartClicks - Free advertising on the Web";
}
if (re == 11) {
url = "http://www.trailerpark.com/flamingo/chowch/aj/";
text = "Awards Jungle - One Stop Awards Submission";
}
if (re == 12) {
url = "http://www.geocities.com/";
text = "Geocities - Get a FREE web site";
}
var link="<A TARGET=\"_top\" HREF=\""+url+"\" onMouseOver=\"window.status='"+text+"'\">"+text+"</A>";
document.write(link);
// End -->
</SCRIPT>



<!-- Script Size: 2.00 KB -->











Wyszukiwarka

Podobne podstrony:
Secrets of 5 Minute Chemistry Part 1
Secrets of 5 Minute Chemistry Part 3
15 6 minute Cost of living
6 minute english 70 years of learning
Coolio 2 Minutes &! Seconds Of Funk
ZENIT Vatican Notes Context of Abuse Homosexuality Link
William Gibson Fragments Of A Hologram Rose
effect of varying doses of caffeine on life span D melanogaster
Thrilling Tales Advanced Class Man of Mystery
Functional Origins of Religious Concepts Ontological and Strategic Selection in Evolved Minds
Beyerl P The Symbols And Magick of Tarot
Beats of freedom
Next of Kin
link

więcej podobnych podstron