Pop up Calendar

S

Shona

I'm trying to create a popup calendar as per

http://www.dynamicdrive.com/dynamicindex6/popcalendar.htm

have copied the script and put the pupdate.js file in the same folder as
form

and have put in

<a href="#"
onClick="getCalendarFor(Loggedlaptops.Loggedlaptops2.Logged);return
false">[Choose one]</a>
Where Loggedlaptops is the name of the database

Loggedlaptops2 the name of the asp form

Logged the value of the field in the database that the date needs to be
submitted to.

Does anyone know what am I doing wrong?

Cheers Shona
 
Top