Calendar values to a textbox control

J

jon

Try this. Myform is on the page with the active x
calendar.
Good luck!
<body bgcolor="#FFCCFF">
<SCRIPT LANGUAGE="vbscript">
<!--
Sub Calendar1_Click()
MyForm.StartDate.value = Calendar1.Value
End Sub
-->
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top