An `iframe` is an HTML element that creates an "inline frame" within a document.

learn more… | top users | synonyms (1)

0
votes
0answers
34 views

Serving pdf in iframe giving Cross Domain Error

im serving a pdf file in my application in an iframe through an ashx handler, the pdf is on my domain but when i try to access the elements of the iframe like ...
0
votes
0answers
24 views

iframe covering an object tag and transparent background

The page has an object tag, I would like to cover the object tag iframe and transparent background. iframe Add property allowTransparency = "true" and the target page body tag add background-color: ...
0
votes
0answers
17 views

Iframe wordpress chat widget into PHPBB3

I have a chat plugin which I am using on our site which I would like to use on our PHPBB3 forums. The only way I can think of it working is via an iframe but I am unsure how or if you can iframe the ...
0
votes
1answer
52 views

Ruby on rails 4 app not works in iframe

How can I embed my rails app into another website via iframe? It works nice with RoR 3, but not with RoR 4: <iframe src="http://myrailsapp.com/" width="100%" height="50" ...
0
votes
0answers
19 views

Droppable inside iframe with scrollable div

When you have a draggable outside an iFrame and a droppable inside an iFrame, when using the iframeFix option it works. But when you introduce an scrollable div around the iframe the coordinates of ...
0
votes
1answer
18 views

Scrolling to a particular ID within an iframe without moving its parent

I needed to be able to load a particular page in an iframe on demand, so I used a simple wrapper: function updateFrame(url) { frames[0].location = url; } Then I was asked to load the page to a ...
0
votes
0answers
11 views

What influences the time an iframe is requested from browser

Can someone explain what influences the order of requests before an iframe is loaded? My observation on one of our websites (springerprofessional.de) seems to suggest that some script files are ...
1
vote
0answers
16 views

I'm trying to have a flash embed as well as an iframe embed be on the same line

Alright, so I want to embed my Twitch.TV video feed as well as the chat embed side by side. Another thing I'm trying to do is make it so the video automatically re-sizes itself based on the browser ...
0
votes
1answer
43 views

selenium webdriver accepting Alert fired from inside an iframe with IEDriver won't work. Any work arounds?

I've got an application with several iframes. Webdriver handles the Alerts fine when they are fired in the root context but doesn't see to find alerts that are fired from inside an iFrame. Well it ...
0
votes
0answers
17 views

iframe causing other elements to disappear :-(

Guys I am not a developer but have always found this site to find answers. This is my first question so please be gentle if i sound like a total nutter... please check the top of my site ...
0
votes
0answers
17 views

Change target attribute of form tag from iframe source page

I've a page, PopUp.aspx, that is opened in a new window. This page has a iframe whose src is set in code behind (as this would be used for various pages). In one example, the src is set to a login ...
0
votes
0answers
22 views

Recognize CSS orientation in iFrame

Is it possible that an iframe can recognize the orientation of its parent website? At the moment the css media query is only working at my parent site. I tried to fix this issue by sending a post ...
0
votes
2answers
45 views

Embed specific part of an existing site into another site

Is there any way of taking the table with match-history from this page (http://www.esl.eu/eu/bf3/squadrush/4on4/ladder/team/matches/7492332/) and frame/embed/include it in another site? It's for my ...
3
votes
3answers
62 views

Trigger click on iframe

I'm aware of the same-origin policy... just getting that out of the way. Anyway, I have a slideshow (slide.js) that has some embedded videos in it. When the user clicks the video, I want the ...
1
vote
0answers
24 views

Is it safe to add 'allowfullscreen' param automatically for all iframes?

I embed external content via iframes on WordPress sites via shortcode like this: [iframe src="http://path.to/page"] and all other params (width, height, frameborder, etc) added automatically (while ...
0
votes
0answers
47 views

Response.Write with an iframe

I have inherited an application that uses Cybersource as the credit card processing company. It currently uses the CyberSource API and I am trying to convert it to use their hosted order page - ...
0
votes
0answers
10 views

Can I use a link to load new html content into an active fancybox?

Ho do I load a different HTML doc into an iFrame of an existing fancy box? I am creating a php manufacturing system and want the user to select the category, then I save the selection's variable and ...
-1
votes
0answers
30 views

Sharepoint 2007 Page viewer webpart cannot display yahoo.com [closed]

I'm setting up a Fantasy Football Sharepoint site and wanted to pull the main site which is www.yahoo.com into the sharepoint site using Page Viewer Webpart, however when ever I put in the hyperlink ...
0
votes
2answers
39 views

How can I dynamically add a browser tab?

Since using iframes to house external pages are, by some accounts "not the preferred method" and even disallowed by some sites (flickr, for one), I now want to dynamically generate browser tabs. e.g., ...
0
votes
1answer
263 views

Looking for script to delete iframe malware from linux server

I'm looking for a script to delete the following iframe malware from my linux server: <iframe width="1px" height="1px" src="http://ishigo.sytes.net/openstat/appropriate/promise-ourselves.php" ...
0
votes
0answers
47 views

Find and replace img src in iframe with jquery

I feel like I've been searching forever for a solution. I want to replace an image URL with another one on a site I'm displaying in an iframe. After hours of research I've done I've landed up on ...
0
votes
1answer
36 views

Youtube iFrame inside another iFrame

On my site i have banners at the top, the banners are iFrame elements. I now need to add a youtube video, inside the banner iFrame. How do i add the youtube iframe inside another iframe? The ...
-2
votes
0answers
27 views

Control Iframe in C#

I would like to control the functions of the iframe, eg: I have an Iframe viewing an external site, which has hyperlinks. If the user clicks one of the links, I want it not to show that " clicked " ...
-2
votes
0answers
26 views

An online web browser? [closed]

I'm in the midst of creating an online, web based, browser. The only way I have thought to do such a thing would be using iframes. The obvious issue I'm running across is, probably at least 50% of ...
0
votes
0answers
32 views

Play youtube in iPad use custom button

If i do somthing like this <div id="player"> </div> <--DIV will replaced by Youtube iframe--> <video id="movie" src="http://www.w3schools.com/tags/movie.mp4"/> <script> ...
0
votes
0answers
35 views

Drag iframe over applet causes flicker of iframe's HTML region

I have an HTML page that contains an applet, and an iframe overlapping some region on that applet. When I re-position/drag overlapping iframe, then paint() is called on background applet that causes ...
0
votes
0answers
20 views

Why is netflix elbowing all others out of the way?

I'm displaying netflix in a tab, in an iframe, like so: <div id="toplevelTab-Netflix"> <iframe src="http://www.netflix.com" target="_blank" width="100%" height="100%"></iframe> ...
0
votes
1answer
65 views

Display google search results in same page using iframe [duplicate]

I need to show google search results in same page. From this code, search results will open in separate page. I searched regarding this results google search results can't able to open within iframe. ...
-1
votes
0answers
41 views

Login to other site using javascript

I have one website where we store login credentials of other site (lets say gmail.com). Now requirement is that user should be able to click on button on our site. It should open gmail.com either in ...
0
votes
0answers
10 views

How and where do you add GA tracking ID info to an iframe snippet of code

How and where do I add my GA tracking ID info to an iframe snippet of code provided by an outside advertiser? The widget in being installed in right sidebar of every page. The vendor is willing to ...
1
vote
0answers
59 views

How can I prevent an iframe from trying to use the javascript of the parent page?

I'm trying to embed this gallery (warning, nude art content) in to a webpage using frames. The problem that I have is that I have a dropdown menu that uses javascript to fade the pages in and ...
0
votes
0answers
9 views

Receiving Rollout Event from iframe onto Webkit Browser Chrome

Here's a fiddle demonstrating my problem: http://jsfiddle.net/B6GTh/2/ The main page has a large iframe that will overflow your browser: <iframe width="10000" height="10000" ...
0
votes
0answers
26 views

Embedding external RTMP, RTSP Media types links to a website

My question is how could i embed external rtmp or rtsp urls ,like rtmp://111.222.333/live into my website using embed code like( iframe, embed, object and param) (no Javascript) .This is possible but ...
0
votes
0answers
23 views

Return data from submitted form targeted to iframe

I have a web.py application with which i have implemented a form that uploads a file to my server via post with the target set as an iframe in my page. This works a charm but I want to be able to send ...
0
votes
0answers
27 views

How can I ensure that an iframe inherits the browser mode and document mode of its parent?

I have a Web page whose purpose is to be embedded in various other pages via an iframe. Those pages have different doctypes and are used on different browsers. For consistency, how can I ensure that ...
-2
votes
1answer
31 views

access parent div from inside iframe

Have a div inside which have an iframe - which on button(within iframe) click will redirect to a page on my domain - here on this new page - onload event when I do ...
2
votes
1answer
33 views

Parent redirect when using iframe

I know there are several questions/answers already about how to redirect a parent window from within an iframe, but this one has a slight twist. I need to be able to redirect the parent window when ...
0
votes
0answers
11 views

Checking if iFrame scrolled to bottom from outside

I've got a tiny issue, and i need to know if this is even doable and if so... a bit of help accomplishing this would be much appreciated. I've got an iframe, this iframe will display a file.pdf. I ...
0
votes
1answer
24 views

JQuery not working on redirection

I have an iframe within div <div> <iframe pageB> </div> on button click in iframe, redirected to a different page A - I have a jquery to hide the div on page load of A - so this ...
0
votes
0answers
45 views

Custom Google Map in Wordpress for sharing with own map markers

everyone knows the embed function of an Google Map, offered in the Google Maps website. You find this function on Google Maps at the left of the map behind the anchor. This is a HTML code for ...
0
votes
2answers
24 views

Prevent iframe from rendering if source server is down

We would like to offer a widget with content from our website to third-party websites in the form of an iframe. <iframe src="http://oursite.com/iframe"> </iframe> In the occasion that ...
0
votes
1answer
37 views

Adjust iframe scroll to height of screen resolution

Is it possible to adjust the height of the iframe scroll according to the size of the screen (browser)? It would be like simply replacing the default browser scroll with the iframe scroll. Here is ...
0
votes
0answers
72 views

Iframe issues on IE9 and IE10

i am developing an application using Html+css +.net and our clients accessing our application using Iframe. i have implemented Single sign on functionality in my application. so they user can directly ...
-3
votes
0answers
49 views

set iframe height based on frame content - Not working in IE

I'm trying to set the height of my frame based on the content. I've searched other posts, but they weren't working in Firefox, mine is not working in IE, and I'm doing it a little bit differently. ...
1
vote
1answer
31 views

Photoswipe: fire events in iframe with photoswipe

In a website, I´ve an iframe which contains a photoswipe application which is fullscreen on startup. Now, the photoswipe slideshow should be controlled from outside the iframe. I have this code in the ...
4
votes
2answers
36 views

Should I include the same library on different iFrames?

I have a simple question. I have a JSP including 4 different iFrames. In my JSP I'm including JQuery UI libraries: <link rel="stylesheet" ...
0
votes
0answers
25 views

Pass parameter to Moodle iframe

I have a website where I am embedding a moodle iframe. <iframe width="100%" scrolling="no" height="100%" frameborder="0" src="http://192.168.xxx.xxx/moodle/?param=123"></iframe> This is ...
0
votes
0answers
22 views

Mal/Iframe-AL in my site

Yandex.ru block my site, because there are "Mal/Iframe-AL", I check all files for iframe and document.write ant nothing found dangerous, how it's possible to check files ?
0
votes
1answer
45 views

From main jsp/html, How to access and modify specific iframe elements present inside another iframe controlled by different jsp/html?

I have tried some usual document object commands like getElement by id/by tag/by name. They all give null, only bale to identify iframe id"my_dash" but can not access innerHTML. Either gives undefined ...
0
votes
1answer
36 views

Cannot access a Iframe elements from other Iframe on a page

I have problems with Iframes in Chrome. I have 3 Iframes in a page. I am trying to access elements of one Iframe from another. I am using with this code: navFrame = window.parent.frames[0]; lnkTags ...

1 2 3 4 5 205