Chris Anderson - 2003-11-04

Logged In: YES
user_id=765252

Hello

Haven't personally worked through placing multiple
iterations on a single page, but it appears the 'simple-1.htm'
that comes with the package has an example...

If I understand the issue, you need to allow the user to
select one date, that have that generate content for 7 input
boxes. I might suggest using an 'onblur' event handler on a
hidden text box, have your calendar tie to the hidden text
box, then call a function that parses the selected date as
necessary for your needs.

I got the same behavior with no borders/box, etc because I
had 'broken' the link to the css. Linking to the CSS properly
fixed this...