Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing the ActiveX Calendar value to ASP

Status
Not open for further replies.

Silenus69

Programmer
Jul 10, 2002
4
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top