cmxads.com banner logo

Holidays and Festivals (Calender)
aka: Variable data display on option select

This is a versatile calendar and events options display script. Here we are using a select options drop down menu and targeting the event display in a text area but you can modify this script to display text in a style division as well.
You can display any information from a selected menu by modification of the list of variables content we are loading using
(selected_option = document.form1.select1.selectedIndex)method
as you see it takes the selected index and sends it to form1.

Description: