Search the web
Sign In
New User? Sign Up
dbhsoftware-l · DBH Software
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Month of the year redirection   Message List  
Reply | Forward Message #177 of 182 |
FYI:
useful java script that i use with this program.

http://rainbow.arch.scriptmania.com/scripts/month.html

***** STEP 1 *****
<!-- Insert the onLoad event handler into your <BODY> tag -->

<BODY OnLoad="monthPage()">


***** STEP 2 *****
<!--Then copy and paste below into <HEAD> of your HTML document -->

<SCRIPT type="text/javascript">
/*
Month of Year Redirection - Script
Visit http://rainbow.arch.scriptmania.com/scripts/
for this script and many more
*/
<!-- Begin
function monthPage() {
today = new Date();
m = new Array
("January.html","February.html","March.html","April.html","May.html","
June.html","July.html","August.html","September.html","October.html","
November.html","December.html");
window.location = m[today.getMonth()];
}
// End -->
</script>
<p><font face="arial" size="-2">Javascripts provided</font><br><font
face="arial, helvetica" size="-2"> by <a
href="http://rainbow.arch.scriptmania.com/scripts/">Rainbow
Arch</a></font></p>






Tue Jan 9, 2007 6:21 pm

chiefrocka57
Offline Offline
Send Email Send Email

Forward
Message #177 of 182 |
Expand Messages Author Sort by Date

FYI: useful java script that i use with this program. http://rainbow.arch.scriptmania.com/scripts/month.html ***** STEP 1 ***** <!-- Insert the onLoad event...
chiefrocka57
Offline Send Email
Jan 13, 2007
5:19 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help