Content is not displayed in iframe until I use the edit button in firebug

His craziness in FF. I tried the same page in Chrome and the content appeared instantly.

I have an iframe that loads a chart from another page.

The problem is that the chart does not appear until I inspect the item and press the edit button for the item. As soon as I add a place after the src property in the html code (see below for a better understanding), the graph will be displayed instantly.

Using graph has jqPlot

Before

<iframe src="http://localhost:4501/mainpage/graph.aspx"></iframe>

After

<iframe src="http://localhost:4501/mainpage/graph.aspx" ></iframe>

The image is here.

alt text http://img294.imageshack.us/img294/252/crazything.jpg

+5
3
<iframe src="#" onload="this.src='http://localhost:4501/mainpage/graph.aspx'">No Ifrmae allowed</iframe>

, - ... . btw, "no iframe allowed", , ff iframe. , , ... firebug... NET " http://localhost:4501/mainpage/graph.aspx" .

+2

, iframe js DOM.

<span> dom iframe javascript, .

0

( , , )? ( → → )

0
source

All Articles