Now I see Josh, Sorry for the confusion.

I wasn't sure which version I was using (I don't see a version number
in the clockpick file), but I now have the version which includes the
bgiframe. I've set that to true, and I've tested a few different
versions of bgiframe (packed, 2.1, 2.1.1) just to see if it would make
any difference.

Unfortunately, I am still just getting that blank square, in IE.
I suspect this is because bgiframe is not loading on the ajax returned
page. I have tried calling
[code]
$("#startTime").clockpick({
                        useBgiframe : true
                        });
[/code]
which did not work,
as well as
[code]
$("#startTime").clockpick(function(){
                        bgi($hourcont);
                        });
[/code]
and
[code]
$("#startTime").clockpick(function(){
                        $("CP_HOUR").bgiframe();
                        });
[/code]

but unfortunately, these did not resolve anything.

I've also tried putting the clockpick.js into the requested page
(add.php), but I couldn't get it to load at all like that.
Before you included bgiframe, was the ie behavior to just show a grey
box like I've got?

Reply via email to