Tagged Questions
0
votes
0answers
22 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
3answers
35 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 ...
0
votes
0answers
24 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
13 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
54 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
0answers
15 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
20 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
22 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
70 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
38 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
35 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
31 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
13 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
11 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
17 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
1answer
31 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
19 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
29 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
19 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
35 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
35 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
43 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
30 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
20 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
14 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
16 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
58 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
28 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
61 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
39 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 ...
1
vote
0answers
55 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
21 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
24 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
32 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
1answer
34 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 ...
-3
votes
0answers
45 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.
...
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
1answer
34 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 ...
0
votes
1answer
31 views
document.getElementById(“myFrame”).contentWindow.myFrameFunction() won't work in Chrome 26.0.1410.64 m
It works in Firefox 20.0.1 and IE 10.0.9200.16442, but both input elements won't work in Chrome 26.0.1410.64 m
Chrome console showed this:
Uncaught TypeError: Property 'say' of object [object ...
5
votes
5answers
150 views
How to set HTML content into an iframe in IE8, IE9
I have a HTML string
<html>
<body>Hello world</body>
</html>
and I want to set it to an iframe with JavaScript. I am trying to set the HTML like this:
...
0
votes
0answers
42 views
How to detect an error 404 in an iframe?
My Web page uses iframes to collect content from other pages. All pages are in the same domain.
From the main page, is there a way to confirm that all iframes have loaded, and that there is no 404 ...
0
votes
0answers
48 views
How to pass variable to div from button onclick and use it inside div?
I have this code that when you click a button a div window pops up and it has an iframe inside it. Can any one show me how i can pass itemName variable to this itemDiv and use it in iframe url ?
...
1
vote
2answers
43 views
Cross domain communication from parent to child iFrame using Javascript
I need to pass data from a web page to an iFrame hosted in that web page. I used window.postMessage. however the iFrame does not receive the event.
Here is my code snippet.
Parent page:
<!DOCTYPE ...
0
votes
1answer
28 views
How to add an element to parent window? - Chrome Specific (All other browsers work)
So pretty much I have an html that has an iFrame.
<iframe src="frame.html" width="2000" height="1000"></iframe>
Now, from within the iFrame js I try to call jQuery's append function to ...
0
votes
0answers
22 views
ajax iframe shows only when loading complete
Assume I have these two files:
index.php
post.php
index.php contains a file select box and a submit button. And a script to post the form via ajax.
post.php contains a script which takes the file ...

