Hi,

In thickbox.cfm, I'm using the following code to create a thickbox
login popup:
<a href="login.cfm?height=400&width=600" class="thickbox"
title="Please Sign In">Login</a>.  This is the parent page.

In login.cfm, I have a form.

After clicking on the link to login a thickbox pops up with the form.
After submitting the form, the thickbox closes and the result is
displayed in the parent page.

This works great on all browsers in localhost and on one of my servers
(which uses a transitional doctype).

The problem is on another server, the thickbox works great on Firefox
and Safari, but in Internet Explorer (all versions) after clicking on
the login link I get a blank window in the thickbox popup.  The form
doesn't show up.  On this server I'm using a strict doctype:
Both thickbox.cfm and login.cfm use the same doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

Not sure why I'm having issues with ie on this server.  I included the
doctype because I thought this might be part of the problem.

Does anyone know why I'm having this blank popup issue with thickbox
on ie?

Thanks.

Reply via email to