I would like to use the activeX calendar control to set dates in a scheduling project Im working on...I can get the calenbdar loaded, and I can get a msgbox to pop up (via a small script) but I need to pass the calendar1.value property to a variable (dte) that I can use in my asp page. I have tried:
<script language=vbscript>
<!--
Public sub calendar1_click
dte=calendar1.value
end sub
-->
</script>
And then calling the variable using <%=dte%>. This doesnt the dte variable is still null. Any suggestions??
Thanks
Dan
<script language=vbscript>
<!--
Public sub calendar1_click
dte=calendar1.value
end sub
-->
</script>
And then calling the variable using <%=dte%>. This doesnt the dte variable is still null. Any suggestions??
Thanks
Dan