Hi Walter,
Thanks for the example.
First a bug, which you can fix there in the meantime if you like.
In netweb.Tpw search for
packet = p_web.jQuery('#' & lower('CalendarAppointments') & '_cal_div','ntplanner',loc:options)
this line should of course read,
packet = p_web.jQuery('#' & lower('%procedure') & '_cal_div','ntplanner',loc:options)
that's fixed for the 5.23 build.
That's the root of the width problem, and also, I suspect, the popup problem.
But I'm not sure if I completely understood the popup problem - can you give me directions on where to go in the browser to duplicate the effect you're getting?
Cheers
Bruce