1
vote
0answers
27 views

Getting contents of dynamic Iframe

I am trying to get the contents of a dynamically generated Iframe (same-domain). I have this so far. var frame = $('#avacweb_chat iframe'); var time = $('.data-and-time' , ...
0
votes
0answers
2 views

iframe inside XUL Panel not reloading everytime

In a firefox extension i have a panel that is attached to a toolbar button. Inside that panel i have an iframe with some content. When i first load firefox, i click the toolbarbutton and it loads ...
0
votes
1answer
17 views

How to embed translate.google.com without iframe/object (X-Frame-Options is SAMEORIGIN)

I am trying to embed the google translator page. I would like to have the same behaviour as the google translator website has, two boxes, and 'arrow' to change the languages, etc. I have tried with ...
0
votes
0answers
11 views

Iframe do not show in internet explorer

I've an iframe that do not display in internet explorer 9 & 8, i can see it only in firefox and google chrome. here is my doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
2answers
31 views

How to set jQuery data() on an iFrame body tag and retrieve it from inside the iFrame?

I'm stuck trying to set data() on an iFrame I create. This is what I'm doing: // options > my configuration object // options.src = eg "path/foo.html" // options.id = uuid // ...
0
votes
0answers
33 views

Scroll parent page to a position within easyxdm resized iframe - code?

I've looked for an answer but haven't found one. I'm hoping that someone has already solved this problem and can point me towards some code. :) I'm writing a comments widget that gets embedded using ...
0
votes
1answer
20 views

Authenticate websites that are using my service through iframe

I have a service that I provide to different websites. For the website to use the service they implement a javascript that triggers a lightbox with a iframe in it. The problem is I don't want any ...
0
votes
1answer
21 views

Can parent frame change document.domain of child iframes?

i need to update document.domadin of child frames to cut off some elements from it's content. Can i do that anyhow? Child iframe domain subdomain.ex.com and parent window domain is ex.com How i can ...
0
votes
0answers
14 views

ShoutCloud won't scroll down on load when put in sliding panel

I have just installed the ShoutCloud shoutbox. The shoutbox is supposed to scroll down to the bottom of the page when loaded (to display the last message). It works perfectly when i put in an iframe. ...
6
votes
1answer
46 views

Making a Same Domain iframe Secure

tl;dr Can I execute un-trusted scripts on an iframe safely? Back story: I'm trying to make secure JSONP requests. A lot of older browsers do not support Web Workers which means that the current ...
1
vote
1answer
21 views

JavaScript and iframes: dangerous for my website?

In order to see a live preview of another website that users link to on my website, I'm using iframes. However, this is probably not the best solution, as a website is loaded directly into mine, with ...
0
votes
2answers
82 views

Why can I access an iFrame but not its contents?

I'm trying to access the contents of an iFrame and I'm getting nowhere. I have this: that.findGadget = $.fn.findGadget = function (root) { var root = root || this; if (root[0].tagName === ...
0
votes
3answers
32 views

How is the iFrame with Header Preview Achieved?

I know this is a general question, but I can't get a true answer on Stackoverflow or searching google. How do I make a page with a fixed header for logo and links and an iFrame of a given URL. The ...
0
votes
2answers
23 views

Move a cursor position in iframe via javascript

i want some code to move the cursor position in an IFrame via Javascript or jquery. Really it will help me a lot.
0
votes
0answers
20 views

iOS Youtube iframe bug

I am playing an embedded Youtube video (iframe) on iOS. I want to manipulate the iframe's size dynamically with javascript. I noticed that when I change the frame's size with javascript, the video is ...
2
votes
0answers
29 views

Iframe working but Height always increase

Hello after hours of search i found a script that works for my iframe exept a little problem it never stops it increases the height with no stop... here is the code i add this script at my page i want ...
0
votes
2answers
46 views

Print a document with JavaScript

I want to open a print dialog for a file(docx,pdf,...) via a SharePoint Workflow. There I call a URL with GET and pass the URL of the file after the ? like this: ...
-2
votes
1answer
21 views

iframe - location - same origin policy

As I was always believing, iframe properties (if the iframe is loaded from another origin) can not be get but set. I tried some little testcases, but it seems that I can always get the properties. Am ...
0
votes
0answers
31 views

Including multi step form on external sites

Our website has a multi step form and we have many affiliate websites who iframe our form onto their site. However, I'm looking to move to a better alternative than to use an iframe, is it possible to ...
0
votes
4answers
48 views

IE8 iframe renders simple text file as HTML , I need raw code

I have iframes that need to show codefiles. The codefiles have .txt extention and should just show the code as text. This works perfectly on all browsers except IE8. IE8 keeps rendering the code ...
1
vote
1answer
38 views

Need iFrame Content to Refresh (Loading Page Content Within Divs)

I am using Codiqa, a mobile prototyping tool, which creates div id layers with iframes inside them, and the menu links just go to that DIV id without any real page loading; so when the main Apps menu ...
0
votes
1answer
15 views

Dropdown onchange event within an iframe not working

For a variety of complicated reasons I have a Joomla page with an iFrame in it. The page that the iframe calls is classic asp, and the dropdown on there looks like this: <select name="pulldown" ...
0
votes
3answers
58 views

Communication between iFrames?

How can you make two iFrames talk to each other? For example I was a element value off the 2nd iframe and the 1st iframe has the display element on it. I need to get the value off the 2nd frame to the ...
0
votes
1answer
27 views

Kendo mobile scrolling doesn't work when page includes iframe in it

I'm using Kendo Mobile in my application and seems it has issue when page includes some iframe in it(youtube video in my case). Scrolling works fine everywhere except when user taps on iframe during ...
0
votes
1answer
25 views

Jquery Prettyphoto/colorbox/fancybox/stickytooltip all lightbox of iframe need to open in main page

I need to open prettyphoto lightbox on iframe photos and now if i implement below code in iframe then it shown within iframe scope. i need to open lightbox in main page instead of iframe. ...
1
vote
1answer
23 views

Embedded youtube video restarts on resize

I have a Youtube video embedded on my site, and when the iframe that it is embedded in gets resized, the Youtube video restarts. Is this the expected behaviour? Is there any way around it? I have been ...
0
votes
3answers
72 views

How to show some HTML that was generated by Javascript

Here is the initial HTML, it is fairly small. It's only meant to be the loading screen. <html> <head> <title>Simple Hello World</title> <link href="rapid-ui.css" ...
3
votes
1answer
44 views

How can I programmatically access images displayed in a web page to upload via a bookmarklet? (ie not not drag and drop)

Since clipboard is shutting down, I decided to build a similar, but simpler bookmarlet as a side project to save pages I'm interested in. All I'm really trying to do to start with is save the html, ...
0
votes
2answers
39 views

Get innerHTML of iframe loaded in chrome background page

I'm loading a webpage inside iframe of a background page in chrome extension. I need to fetch the content (i.e. DOM) of iframe. I'm getting protocol error. how to overcome this situation, any ...
1
vote
1answer
38 views

Load a page in an iframe using URL or php

I hope this isn't posted anywhere because it's too obvious. On my website (Robo Co.) I use two iframe elements with the names iframe_r and iframe_l. I would like to know how to create permalinks to ...
0
votes
0answers
14 views

javascript modify document without getting previous state stored to undo buffer

I wonder, Is it possible to modify a, let say, iframe inner document without having its previous state saved on undo buffer. I have a little WYSIWIG editor, which removes unsupported formatting from ...
0
votes
0answers
14 views

How to send the large parameters to child page(iframe) from parent page with cross domain?

Please help me. Target I'd like to pass the lots of parameter to iframe from parent page with cross domain. Problem The limits of number of characters on URL with IE is 2083. So, I'd like to send ...
1
vote
0answers
18 views

Selecting a range of text via javascript in an iFrame

i have some sentence in the iframe. now i have to select somerange of text. Now my iframe have the text as "thankyou". via the javascript code i have to select the word "you" alone. i calculated ...
0
votes
2answers
47 views

Youtube/vimeo iframe won't play in firefox

I am embedding a youtube/vimeo video onto my site with an iframe. <iframe src="http://www.youtube.com/embed/{$entity->getYoutubeVideoID()}" ...></iframe> The ...
0
votes
1answer
62 views

The iframe “src” attribute issue

I am trying to document.write something inside an iframe. I asked a question about that(Is it possible to write something in a iframe when a button outside the iframe is clicked?), and got some ...
0
votes
1answer
20 views

Make Google Viritual Tour embeds automatically rotate?

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ...
0
votes
0answers
17 views

Replacing frames in an existing web app

Situation: We have an Intranet webportal that has been developed and has been handed over to me. The portal is in classic ASP, and involves a lot of work over the last 5-8 years. migrating to .Net ...
-2
votes
2answers
30 views

Calling function in javascript to change iframe src [closed]

So a script calls this function atomSpeak('Phrase goes here') Which triggers this script: <script> function atomSpeak(phrase) { { var q = getValue("q"); // getValue comes from another ...
0
votes
0answers
21 views

Floating iFrame Content

I have a page with an iframe inside it. And inside the iframe there are a floating sidebar element which the css are fixed upon scroll. Is it possible for the floating element inside the iframe keep ...
0
votes
1answer
38 views

Close Iframe With Jquery?

I know there are a lots of questions like this, but we're already knew that each cases are not like each other. So, this is my case : HTML OUTPUT: PAGE 1 <div id="login-embedded" style="height: ...
0
votes
1answer
40 views

location.hash and iframe conflict with IE version less than 10

Please anybody helps me. I made a JS(target.js as below) which makes iframe like below. I'm not sure with the cause, but onload function doesn't work on IE 9,8. When I deleted the script tag, the ...
0
votes
1answer
44 views

Is it possible to write something in a iframe when a button outside the iframe is clicked?

I am coding some kind of display made of an iframe. When I click a button, which is outside the iframe, it should right something down on the iframe. Is it possible? <iframe src = "display.html" ...
-2
votes
0answers
33 views

How to break a iframe breaker?

Hello i have a web page where iframe is there in it . It has a site in it . and when redirected it is not redirecting in the same iframe. I need it to redirect to the iframe , not other window. How ...
0
votes
1answer
22 views

problems with paste event and iframe on internet explorer 7

I've got a WYSIWYG editor, based on JqueryRTE (code.google.com/p/lwrte), which uses iframe as a main object and enables a few means of formatting. Still I need to sanitize pasted text, because users ...
-1
votes
0answers
18 views

onmouseover show image in a iframe or javascript frame in a specific location or coordinates [closed]

I am running website. having a good traffic. i have started banner ads services for other website owners to place their banner ads in a iframe by using a ad rotator script. I want to know is it ...
0
votes
1answer
17 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
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
60 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 ...
0
votes
0answers
31 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
1answer
64 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 2 3 4 5 82