S
Stovie
Hi,
I am hoping someone can help me. Using from page I have created a web page
with a form that has two text boxes which need to be populated with a date. I
have created a link which open new windiow with calendar (added via MS FP2003
active X components - calendar 11.0) I have a submit botton under the
calendar which I wish to populate one of the text boxes with the 'date' on
the calendar.
Follwed: http://support.microsoft.com/?kbid=299691
And added following script...(changing form/text names for my own)
<SCRIPT LANGUAGE="vbscript">
<!--
Sub Calendar1_Click()
formname.txtboxname.value = Calendar1.Value
End Sub
-->
</SCRIPT>
It does not work. I cannot seem to relate the two pages so that the calendar
populates the text box with date. Also have tried to add calendar on to a
test form so both are on the same page but again won't work.
Any ideas???
Appreciated
Stovie
I am hoping someone can help me. Using from page I have created a web page
with a form that has two text boxes which need to be populated with a date. I
have created a link which open new windiow with calendar (added via MS FP2003
active X components - calendar 11.0) I have a submit botton under the
calendar which I wish to populate one of the text boxes with the 'date' on
the calendar.
Follwed: http://support.microsoft.com/?kbid=299691
And added following script...(changing form/text names for my own)
<SCRIPT LANGUAGE="vbscript">
<!--
Sub Calendar1_Click()
formname.txtboxname.value = Calendar1.Value
End Sub
-->
</SCRIPT>
It does not work. I cannot seem to relate the two pages so that the calendar
populates the text box with date. Also have tried to add calendar on to a
test form so both are on the same page but again won't work.
Any ideas???
Appreciated
Stovie