|
| |
|
|
fhenkel
Posts: 183 Joined: 1/7/2004 Status: offline
|
How To: Create Calendar link for Input field - 11/5/2004 8:10:13
I've got a Access database submission_from.asp which has all the fields needed including one Text Box in which the user enters the date as 10/30/2004. I'd like to use a button to popup a small calendar where they could click on a date and it enters it in the filed. I see how to do that in Access directly but how would you do this on the FrontPage form? TIA.
_____________________________
Fred J. Henkel
|
|
|
|
fhenkel
Posts: 183 Joined: 1/7/2004 Status: offline
|
RE: How To: Create Calendar link for Input field - 11/5/2004 9:56:54
Well that little script is great and from the authors website he now has a new one using CCS that is great BUT my boss is getting to be a real pain.. Now he asks if when you click on the link to get to the Submission_Form, it could automatically populate the Date field with todays date... Any ideas on that one?
|
|
|
|
rdouglass
Posts: 9242 From: Biddeford, ME USA Status: offline
|
RE: How To: Create Calendar link for Input field - 11/5/2004 10:10:56
<input type="text" name="myDateField" value="<%=Date()%>"> You should be able to do both; the calendar and the default date value. Hope it helps.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
fhenkel
Posts: 183 Joined: 1/7/2004 Status: offline
|
RE: How To: Create Calendar link for Input field - 11/5/2004 11:05:39
quote:
<input type="text" name="myDateField" value="<%=Date()%>"> Thanks for the help. That did it great.. If you get a chance check out the new script on the popup calendar.. http://www.softricks.com/products/calendar/index.html
|
|
|
|
fhenkel
Posts: 183 Joined: 1/7/2004 Status: offline
|
RE: How To: Create Calendar link for Input field - 11/5/2004 19:16:09
Yep it worked fine for me??? Yes the Advanced one says there is a fee but when you download the one that is there it works great so I'm not sure what you would pay for.. Thanks again for the help.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|