iframe

jQuery UI dialog in a cross-domain iframe

喜夏-厌秋 提交于 2019-12-24 12:34:37
问题 I have an iframe with a long content. I have links that will pop-up jQuery UI dialog. The problem is that the dialog pops up in the center of the iframe, and not in the center of current viewport as in case without the iframe. I have found several solutions: JQuery UI Dialog inside of an iframe positioning a jquery dialog that is inside an iframe realtive to the parent window http://www.alexdeveloper.com/blog/2012/4/17/iframe-and-jquery-ui-dialog-window-inside-how-to-show-it-centered

Hyperlinks to Ranges and Sheets in embedded Google Spreadsheet

寵の児 提交于 2019-12-24 12:21:55
问题 I need to add some navigation to a report made in Google Sheets. It has many sheets, and I added some hyperlinks so that the user can click them and quickly move to the relevant sheet or range. It works fine in the editor and if I share in view only mode, but I need to publish and embed it in a web page. When I embed it in an Iframe, the hyperlinks open a new browser tab always in the first sheet. The functions are like this: =HYPERLINK("#rangeid=706068501";"Link to Sheet 3") In this post:

How to make IFRAME listen to click event of parent iframe and use the path of the clicked element in parent iframe

自闭症网瘾萝莉.ら 提交于 2019-12-24 12:20:50
问题 I have two iframes in my html page in the same domain <iframe id="i1" width="100%" height="100%" src="/wordpress"></iframe></th> <iframe id="i2" width="100%" height="100%" src="/wordpress"></iframe></th> I have given the click event for the a tag inside the iframe from where i am getting the path of the clicked element in the parent iframe $('a').click(function(e){ var path = $(this).getPath(); var ahash={ 'path':path }; if (getFrameElement()) window.parent.document.Aaddevent(e, ahash); }); I

Scala Play framework URL in iframe is not working

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 12:17:50
问题 I want to display this iframe in my scala play view; <iframe src="http://localhost:9020/index.html#/group/sectiona/sectionb">Loading...</iframe> If I hard code this url, it works. But I want it to be dynamic. I tried; <iframe src="http://localhost:9020/index.html#/group/{{ 'http:\//localhost:9020\/#\/group\/' + myclass.section + '\/' + myclassb.section }}/testtopic">Loading...</iframe> <iframe src="http://localhost:9020/index.html#/group/{{myclass.section}}/sectionb">Loading...</iframe>

HTML iframe 标签

核能气质少年 提交于 2019-12-24 12:12:25
提示: 您可以把需要的文本放置在 <iframe> 和 </iframe> 之间,这样就可以应对无法理解 iframe 的浏览器。 可选的属性 属性 值 描述 align left right top middle bottom 不赞成使用。 请使用样式代替。 规定如何根据周围的元素来对齐此框架。 frameborder 1 0 规定是否显示框架周围的边框。 height pixels % 规定 iframe 的高度。 longdesc URL 规定一个页面,该页面包含了有关 iframe 的较长描述。 marginheight pixels 定义 iframe 的顶部和底部的边距。 marginwidth pixels 定义 iframe 的左侧和右侧的边距。 name frame_name 规定 iframe 的名称。 scrolling yes no auto 规定是否在 iframe 中显示滚动条。 src URL 规定在 iframe 中显示的文档的 URL。 width pixels % 定义 iframe 的宽度。 来源: https://www.cnblogs.com/cloudshadow/p/html_iframe.html

Disabling target=“_blank” in iframe from opening new window? (or possible work arounds)?

允我心安 提交于 2019-12-24 12:08:24
问题 I have an issue- I'm creating an html 5 app and including external websites in with an iframe. Inside the external website some of the links have target="blank" When clicked, this exits out of my app and opens up and entirely new window. Ideally, I want to keep them inside the iframe which allows them to use my app navigation (and is the point of an app). Unfortunately I don't think I'm going to be able to achieve this with frontend technology alone. I'm looking for ANY solution. What I need

Get Recaptcha2 Iframe HTML but always EMPTY using GeckoFX Browser in vb.net

本秂侑毒 提交于 2019-12-24 12:05:07
问题 I am using the latest GeckoFX-45 Browser for vb.net. My problem: I can not get the HTML of the Iframe. Here is my code: 'Open Recaptcha2 test site Browser.Navigate("http://patrickhlauke.github.io/recaptcha/") 'Wait for loading (all ways I know) Browser.NavigateFinishedNotifier.BlockUntilNavigationFinished() Dim maxTimeouttime As DateTime = DateTime.Now.AddSeconds(4) While DateTime.Now < maxTimeouttime System.Windows.Forms.Application.DoEvents() System.Threading.Thread.Sleep(100) End While

Iframe issue when i open pdf dialog box goes behind pdf

会有一股神秘感。 提交于 2019-12-24 11:43:02
问题 I am facing big issue in my site, even after googling lot of I didn't find any perfect solution. In my web site I have included iframe in one page for viewing pdf files, But when I open dialog box it goes behind that pdf. I know the reason that pdf plugin is not rendering as part of page that's why it always display on the top. Anyhow I need to display dialog box on the top of the pdf. I have tried following solution but nothing work, Adjusting z-index, pdfobject, embed tag, I can't adjust my

Unexplained, multi-day lapse in Soundcloud iFrame “autoplay” option…hosting issue?

非 Y 不嫁゛ 提交于 2019-12-24 11:27:03
问题 this page http://falsefeatures.com/aBookForPrivateReading/PlayHeavyWater contains an iFrame soundcloud player set to autoplay. I made it after, in a similar page, the autoplay option stopped working. it didn't work on this page either, not for two days, in several browsers and more than one connection. today it autoplays, as does the original, more complex page - no code changes have been made. QUESTION: Does anyone know if this alarming lapse COULD have been the fault of my webhosting

iframe crossdomain - cannot interact

元气小坏坏 提交于 2019-12-24 11:17:36
问题 I used a iframe to display the content from cross domain (this is used for website survey). But the problem is I couldn't interact with the iframe contents . There are buttons like 'Yes', "No" , but on clicking it nothing happens. Is it because we are accessing cross domain and the browser prevents accessing? What is the alternative/solution for this (jquery)? I can decide the content to be displayed, since it is the survey. I put the questions in the survey website , and it is to be