MarkWilliamson
Programmer
I am using the MSCAL.OCX object and have a script which is executed when a date is clicked on the calendar. I basically want to display the employees who are off on the day clicked on the calendar. I am able to do this but the page is refreshed and all it show is the text that I want to display. All original page attributes are gone - the text is displayed on a blank page.
The script tag I am using is below.
<script language="VBScript" EVENT = "Click" For = "Calendar" >
Can anyone help a rookie out ?
Thanks in advance !
The script tag I am using is below.
<script language="VBScript" EVENT = "Click" For = "Calendar" >
Can anyone help a rookie out ?
Thanks in advance !