views:

528

answers:

2

Im trying to open a iframe thickbox window with the following url:

< a id="thickbox2" title="Contact us" href="/send.php?keepThis=true&TB_iframe=true&height=370&width=300" class="blue_link">Contact us < / a >

the thickbox black background loads and the progress bar is shown, but not the send.php file.

please help!

A: 

What happens if you load the send.php file directly in the browser?

I'm wondering if the send.php file exists and/or whether it's responding correctly (i.e. generating HTML output instead of chucking a server error.)

searlea
jorgen
Baffling. Two more daft things to check: the send.php form's on the same domain-name isn't it? And... are you testing this on a live website, or with a local HTML file?
searlea
One more daft thing... does the progress bar go away? (I'm wondering if there are any style rules making the `iframe` inisible?)
searlea
Yes, its on the same domain and on a live website. The progress bar does not go away. It seems like the loading stop and begin to hang.
jorgen
A: 

I figured it out myself; I had a "home made" and unknown bug in my thickbox.js file. When I replaced it with a new one, everything worked out great.

jorgen