Iframe - Page Cannot Be Displayed Problem

Page: 1

Author Post
eligeske
Guest
I did some searches in the forum before I asked this question but did not find any that covered this particular question. Forgive me if I overlooked if there was one.

Settings:
Using wamp on my dev environment. In PHP Doc. Iframe floatbox.
tested on both IE7 & Mozilla 3 wtih same problem

Problem:
When the iframe comes up, the loading gif displays but then shortly after a moz "Page Cannot Be Displayed" IE "This webpage cannot be displayed" Text comes up, then shortly after the page loads.?!?

It looks really bad :(

MySource:
<a href="http://www.google.com" rel="floatbox" rev="theme:custom autoTitle:string outerBorder:1" title="Some Text">
<img src="images/web2/web908.jpg" border="0"/>
</a>

Is there any way to cure this?

Thanks in advance for any responses.

:)
Administrator
Registered: Aug 2008
Posts: 3382
The location of the floatbox files on your site likely does not agree with the location set in the urlGraphics and urlLanguages options within the floatbox.js (and framebox.js) files. If the floatbox files are not inside a "/floatbox/" folder at the root of your site, these settings need to be modified accordingly. If the problem lies elsewhere, I would need to be able to take a look to sort it out.
eligeske
Guest
Here is what it is saying.

User posted image

As I was writing this, i just answered my own question.

my dev environment, has many sites, and root contains folder for those sites.

So. It was looking for the above file in root, not inside my site folder.

Thanks. ( once uploaded it will be fine )

Page: 1