Each form field must have a unique input id, input id="demo1", input
id="demo2", and so on
The javascript for each form field must match it,
javascript:NewCal('demo1','mmddyyyy'),
javascript:NewCal('demo2','mmddyyyy')
and so on.
You have to do this in code view
Sorry but that doesn't help me. Is there something I need to enter so
that
each form field will have its own date?
:
Took me a bit to figure that out too.
From the instructions on the page;
As seen above, enter a unique ID into each <input> tag (in this case,
"demo1"), and inside function "NewCal()", pass this ID as its first
parameter. Below describes NewCal() in detail:
NewCal([textbox id],[date format],[show time in calendar?],[time mode
(12,24)?])
Hi I've used this site and it works perfect!!! I did come across one
problem
I can't seem to fix. I have four form fields that I want to use this
calendar
option on. The first field works perfect but when I try and choose a
date
on
the other three form fields it changes the date in the first form
field.
How
can I fix this?
:
See:
http://www.javascriptkit.com/script/script2/tengcalendar.shtml
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
message
I want to add a calendar field on a webpage that has an icon you
click
to
bring up a calendar. Once you click the date you want it closes
the
calendar
and auto-populates the text box. These types of fields are used
on
most
hotel and airline webpages, among others. How do you do this in
Frontpage?
Any help would be appreciated.