问题标签 [html-object]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
6617 浏览

iframe - OBJECT 与 IFRAME 视频嵌入

关于是否应该使用 OBJECT 或 IFRAME 进行视频嵌入的问题已经被问到......

我应该使用 <object> 还是 <iframe> 来加载视频?

但我的问题更进一步。如果专门嵌入 YouTube 视频,使用 OBJECT 方法是否有任何优势,除了上述帖子中已经提到的那些?

考虑到如果 Flash 对查看器不可用,IFRAME 将回退到 HTML5,为什么有人想再使用 OBJECT 方法呢?

大卫。

0 投票
1 回答
721 浏览

html - 如何使用?

I can only use:

<object> data.. </object>, 

not:

Can I change the syntax:

<object data="data:text/html;

I can only use:

not:

Can I change the syntax:

into this style:


undefined method `attribute_method_matcher' for nil:NilClass

I'm getting this error "undefined method `attribute_method_matcher' for nil:NilClass".

My controller name is Cad Its function is

The error is on creating the new object. If I comment Cad.new the code works fine.

Earlier I thought it could be because I have a method named 'new' and I was Using User.new to create a blank object for the form. But its not the error I renamed the method to something else and the error still exists. I have no idea what I'm doing wrong.

0 投票
2 回答
2257 浏览

html - Z-index 不适用于嵌入代码插件

我使用 Chrome 和 Safari 浏览器观看直播。

我也尝试设置为:

我有另一个 div 来显示弹出消息。我已经设置了 Z-index:1000 但它仍然没有显示在直播视频上方(嵌入插件)。这两个html都不能工作。

HTML 代码:http: //jsfiddle.net/8C2py/3/

截屏: 在此处输入图像描述

[结果]:现在在 Chrome 中工作(添加 iframe),但在 Safari 浏览器中没有运气。

谁能告诉我我的错误?非常感谢。

0 投票
4 回答
1751 浏览

html -
元素不是 Safari Windows 中的顶层

我有<div>元素显示弹出消息。我已经设置z-index:1000并添加<iframe>了,但 div 元素仍然没有显示在 Safari 浏览器中的实时流视频(嵌入插件)上方。我使用了 Chrome 和 Firefox,两者都可以,但在 Safari Windows 中不起作用。

是我在小提琴中的代码。


任何人都可以找到此代码的任何问题吗?

0 投票
0 回答
254 浏览

pdf - html - PDF 对象的初始比例

如何在加载时缩放内联 PDF,而不是强制用户单击 PDF 底部的两个缩放选项之一?

对象所在的父 div 的宽度是 680px 宽,因此当 PDF 加载时,它具有我想取消的水平滚动。

注意:width="100%" 不起作用

0 投票
0 回答
3360 浏览

asp.net - ASP.Net MVC FileStreamResult 在 HTML Object.Data 中加载 PDF 在 VS 2010 调试模式下工作,而不是在 IIS 中

在我们的应用程序中,我们需要从 Application 获取 PDF 并且应该显示在 IE9[8 或 7] 上,Application 在 ASP.Net MVC 3 中,PDF 文件来自 SSRS,基于用户标准 SSRS 将返回 PDF 并且在标签中显示在浏览器上。

当我们在 Visual Studio 2010 中以调试模式运行应用程序并在 IIS7.5 中托管应用程序时,一切正常。但是,一旦我们在没有调试器的情况下访问应用程序,PDF 就不会在 Object Tag 中呈现或加载,甚至 Adob​​e AtiveX PDF Viewer 也不会出现。

因此,要找出问题所在,从 IE9 开发人员工具栏捕获网络日志并得知 URL:http://myhostname/Home/GetProfile/11 结果:已中止类型:启动器:ActiveX 控件初始化。

如果我在 Chrome 中访问相同的应用程序,chrome 加载 PDF 没有任何问题,但 IE9 无法加载 PDF。

下面是代码。

标准页面

在上面的 iReport iframe 将获得具有对象标签的结果 HTML

报告查看器 html 代码。

MVC 应用程序中的代码。

在 pf FileStreamResult 中尝试了 FileContentResult,问题是一样的。

谁知道IE9有什么问题?我跟踪了服务器响应的请求没有任何问题区域的应用程序,但是 IE9-PDF ActiveX 没有处理内容呈现,有人知道可能是什么原因吗?

不仅如此,当我在我们的几台机器上尝试时,结果同样令人失望。机器有 IE9 和 Adob​​ePDFReder 9\10。使用 VS.Net 调试器的任何地方都可以正常工作,但是一旦从调试器中出来,事情就会开始失败。

谢谢

0 投票
0 回答
454 浏览

javascript - 无法访问某个 URL 属性 element (Javascript\jQuery)

I have a problem of being unable to access data contained in the object corresponding to an <object>-html element which is used to display another website

I have a problem of being unable to access data contained in the object corresponding to an <object>-html element which is used to display another website. The use-case scenario is that I want to display external website within my page and I want to know on which links users click (within this integrated external website)

Specifically, I am interested in the URL or in the name of the document. When I try to get this data (which I can see when I browse through the object using firebug) I am unable to do it. Somehow access is restricted or I do something wrong.

Here is exactly what I am doing.

1) I define an object with a wikipedia article as a data source

2) I define a click event for the document in order to know when user clicks

Now here are the problems:

1) If I click within the article, click event does not fire. 2) I cannot access the data contained in the object corresponding to this element. But there is information I need in it as you see on the screenshot.

On the screenshot you see a wikipedia article which was opened by clicking on a link within the article which was first displayed. Firebug displays the information I need (in this case the URL to the article "Noumenon"

Link to image displaying the properties I want to access http://img856.imageshack.us/img856/3217/informationcontainedino.png

Can you please help by telling me what I need to add in order to assign articleName a string with the url of the clicked link.

The whole code is here:


Cannot upload to BlackBerry World because System.exit calls not allowed

I have some problems when i try to upload my ported BAR file from Android source code:

But my bar run normally in my Playbook simulator.

How can i fix this?

Thanks you

0 投票
1 回答
1631 浏览

jquery - 使用 ajax 填充 CKEditor 的对话框并获得响应

我有一个与 CKEditor 的对话框有关的特殊问题。我设法将一个 php 文件(包含数据表)嵌入到对话框窗口中。然后用户可以选择将插入到 CKEditor 中的行。

将 HTML 嵌入对话窗口似乎很容易:

有趣的是,填充变量“test_HTML”很棘手。将其定义为 HTML 对象非常有效:

,使用 jQuery ajax 会失败:

(请求很好,并且对 id='asdasd' 给出了正确的响应,但 CKEditor 对话框窗口显示:“未捕获的类型错误:无法调用未定义的方法 'charAt'”。而且两个 HTML 看起来仍然相同。)

现在使用该对象没有问题,但是我似乎无法从创建的#document 中获得响应。我尝试过变量和隐藏字段,但无法从“父”文档中访问它们。

有人对 CKEditor 这方面有经验吗?

(如果我没有以适当的方式解释所有内容,我很抱歉..)

0 投票
1 回答
14642 浏览

html - Youtube 嵌入视频无法在我的所有浏览器中运行:FireFox、IE 和 Chrome

我正在尝试将视频嵌入到我的网页中,该网页具有隐藏/显示 div 功能,隐藏/显示 div 有效,但嵌入的视频不起作用,在 Firefox 中,当我单击显示包含 YouTube 的 div 的文本时视频它只是显示一个黑色补丁(我认为那是因为那是我的背景颜色)但是如果我在 Chrome 中启动它会显示一个白框,说找不到网页,而 IE 说它找不到网页也是。

我直接从 YouTube 视频中复制了嵌入代码,它自己从共享按钮,它使用'<iframe>'标签而不是'<object>'标签,我不确定这是否与它有关。

这是我希望嵌入的视频的嵌入代码:

到目前为止,这是我的网页(尚未完成):

感谢您所有的帮助。

0 投票
0 回答
766 浏览

javascript - 在 IE9 中打印 Object 标签内容

我已经嵌入了一个pdf带有标签的object标签,它是正文中唯一的元素,如下所示......

这可以正确加载到浏览器中,但是当我转到File --> Print时,pdf 不会打印!

我可以添加一个按钮和 onclick 调用document.getElementById('ppdf').print();,但我正在寻找一个没有按钮的解决方案。

有没有办法通过浏览器打印打印标签pdf中的内容?objectIE9