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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

set calender to my text box after selection

Status
Not open for further replies.

playerx

Technical User
Joined
Feb 23, 2006
Messages
10
Location
US

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>
 
Any luck with this one, playerx? If you found the posts useful, let those that attempted to help you (using their own time and resources for free) know your appreciation.

It would also be nice if you could summarize the solution that worked for you and post it as a followup (for the next person researching the same problem).

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top