Re: DatePicker security warning in IE with SSL connection RESOLVED

2005-09-15 Thread RR
Branding myself a hasty hoser, the previously posted code did not work (my test page was cached with a previous attempt). So, for real this time, the fix is: commenting out that line of code for generating the IFrame. Of course, if you have a dropdown underneath it then you'll probably want it,

Re: DatePicker security warning in IE with SSL connection RESOLVED

2005-09-15 Thread RR
Thanks to this thread, http://thread.gmane.org/gmane.comp.java.tapestry.user/13528, I have changed DatePicker.js: (previous line) underDiv.innerHTML = ""; (new code) underDiv.innerHTML = " "; Works wonderfully. On 9/15/05, RR <[EMAIL PROTECTED]> wrote: > > > >opening the DatePicker window