English 中文(简体)
传真:CanvasElement成为“无名” Iframe中的部分
原标题:HTMLCanvasElement becomes HTMLUnknownElement in Iframe

我对我的Canvas分子有麻烦......

我试图在Iframe装上一个带有Canvas成分的网页。 当我试图提醒这样的要素类型时:

var cv = document.getElementById("my_canvas");
alert("my_canvas = "+cv);

我在每个浏览器中都有:

my_canvas = [object HTMLCanvasElement]

BUT, in Internet Explorr 我收到了:

my_canvas = [object HTMLUnknownElement]

......

当I Load在我的浏览器(而不是Iframe)中直接使用同一页时,DOES向我提供Canvas的内容。

为什么在座机中不知什么内容?

更重要的是: I!

最佳回答

因特网探索者8和以下并不支持超文本5Canvas。

如果使用IE9,则单体在装上一种(IE7/8)兼容性模式即可。

补充:

<! DOCTYPE html>

页: 1 这是一种正确的超文本形式,可能会解决问题。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签