I am wanting to set up a calendar on my website and in doing so am using buttons to set the month variable as well as the year variable. I want these two to combine and make another variable which pulls that month/year info from a .txt file.
For example: I press the January button which sets calmonth to variable "jan"
I also press the 2002 button which sets calyear variable to "2002"
I have a text file in my root directory which contains info for variables "jan2001", "jan2002", "feb2001", "feb2002", etc. each with its own information.
What is the correct actionscript to accomplish this?
Ya' Gotta Love It!
For example: I press the January button which sets calmonth to variable "jan"
I also press the 2002 button which sets calyear variable to "2002"
I have a text file in my root directory which contains info for variables "jan2001", "jan2002", "feb2001", "feb2002", etc. each with its own information.
What is the correct actionscript to accomplish this?
Ya' Gotta Love It!