PDA

View Full Version : Integrating Popup DAte Picker (datepick.zip)


briesmith
02-03-2003, 04:59 PM
Hi

I've tried using this javascript from Denis Gritcyuk without any immediate success. One problem concerns the src statement in the <head> section. This refers to a script called "ts_picker.js" but the scripts that come with the zip file include only calendar1.js and calendar2.js - no ts_picker.js - am I missing something?

Secondly the html fragments he provides don't (naturally) refer to a user web page so I am not sure a) where to put the .js files - I created a folder called jscripts and put them in there - and b) the example code doesn't show folder path names so I've guessed at those as well.

If I can get this script sorted out I'm sure I won't need to trouble you again but given my relative ignorance and the non-availability of Denis (he doesn't "answer" his emails; gone away?) I would appreciate some help.

Brian Smith

jalarie
02-03-2003, 08:40 PM
Take a look at the "Needed by" field and associated links at the bottom of the "Samples of my work > Order form" page. If this is anything like what you need, I'd be happy to help. My site address is:

&nbsp;http://spruce.flint.umich.edu/~jalarie/

briesmith
02-04-2003, 10:42 AM
Dear James

Thanks very much for all your help; I've book marked your page and I'm sure I'll be dipping into it from time to time over the coming weeks and months.

Manay thanks again and best wishes.

Brian Smith

ca_redwards
02-10-2003, 09:48 AM
I have created a fully-navigable cross-browser pop-up calendar (http://www.angelfire.com/ca/redwards/html__.calendar.html) in less than 4K! A common usage is a readonly textfield with a Calendar... button next to it. Although the user cannot type in the textfield, the button-launched pop-up calendar returns its date value to the textfield. And upon submitting the form, the selected date value is posted with the form data.

Email me if you have questions about how to integrate it into your web application. :)