I have a script that has a calendar picker where you can select a date.
I want to be able to put that date into an input box on the form.
the FSfncWriteFieldHTML displays the calendar I'm not sure how I can put it the input box...any help woul be appreciated
<input type="text" name="textfield">
<SCRIPT LANGUAGE="JavaScript">
FSfncWriteFieldHTML("form1","MyDate5","03/01/2006",100,"image/FSdateSelector/","US",false,true,"",0,0)
</SCRIPT>