View Single Post
Old 02-04-2005, 10:48 AM   #3 (permalink)
trying
Registered User
 
Join Date: Feb 2005
Posts: 3
trying is on a distinguished road
All of the code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT language = "javascript" type="text/javascript">

<!-- Hide script from non-supporting browsers

daySchedule = new Array
daySchedule[1] = "Continue lessons in http://atomiclearning.com - username rmote password learn"
daySchedule[2] = "Cohen Bat Mitzvah: 9am - 2pm"
daySchedule[5] = "Friends of Poodles annual dinner and dog ball: 7 - 11pm"
daySchedule[7] = "Community Church Sacred Harp Singing: 7 - 10pm"
daySchedule[9] = "Carson/Kathilde Wedding: 7:30pm"
daySchedule[10] = "Jimmy Buffet Fan Club dinner dance: 6:30 - 11pm"
daySchedule[12] = "Tri-county Divorced Parents board meeting: 11am - 1pm"
daySchedule[14] = "Churchill's 10th Anniversary Bash 7pm - 2am"
daySchedule[17] = "Irish Singles St. Patrick's Day Dance: 7:30pm - midnight"
daySchedule[20] = "Girl Scout Troop #1379 Silent Auction: 6 - 8 pm"
daySchedule[24] = "Thomason/Kirshtein 10th Anniversary Party: 2 - 5 pm"
daySchedule[26] = "St. Mary's Elementary teacher in-service: 8:30am - 4 pm"
daySchedule[28] = "B. Mevitz Camp administrators meeting: Noon - 2:30 pm"
daySchedule[30] = "3rd Street Mission chili cook-off and gospel singing: 3pm - 10 pm"
function showDate(thisDay)
{
document.Calendar.dateInfo.value = daySchedule[thisDay]
}

// end hiding script -->
</script>

I had wanted to put a link inside the quotation marks that follow the daySchedule[].

Thanks for your help.
trying is offline   Reply With Quote