3
votes
4answers
54 views
How to clear the content of an IFRAME?
How do I clear the content of my IFRAME element, using javascript, without loading a blank page into it?
I can figure out to do this: iframe_element.src = "blank.html", but there …
0
votes
0answers
13 views
Sending data using Jquery Iframes
I want to send large amounts of data to and from 2 domains (e.g. Cross Domains) I was told the best way to do this is to use IFrames. My question is...
How do I go about doing thi …
0
votes
3answers
45 views
Iframes quick question
hi,
i used the following code
<%@ Page Language="C#" MasterPageFile="~/Default.Master" AutoEventWireup="true" CodeBehind="Projects.aspx.cs" Inherits="LevoContactManagement.Proj …
0
votes
5answers
47 views
Retrieving Data From external Domain
I am creating a analytic project. My goal is to give the owner of x-domain a small amount of javascript includes from my site. That gives me the ability trace their mouse movements …
1
vote
1answer
43 views
Google Analytics on Flex IFrames
So I would like to include pageTracker code in the iFrames that is being called.
However the iFrames in this case are called from Flex. We are building a pop up and calling the if …
0
votes
0answers
42 views
YUI Browser History Manager (or similar) with multiple IFRAMEs
I've got a page with an iframe that I'm trying to track the history with using the YUI Browser History Manager.
I have two IFRAMEs on the page, one for the manager and one which I …
0
votes
3answers
138 views
How to remove border from iframe in IE using javsascript
I am trying to insert an iframe into the browser DOM via javascript and want to remove the border if IE but can't seem to. I have tried these to no avail:
iframeElement.style.bord …
0
votes
1answer
114 views
javascript: waiting for an iframe page to load before writing to it (but not from the page that’s triggered the load)
Apologies if this has been answered elsewhere, but I haven't been able to find it referenced. (Probably because nobody else would want to do such a daft thing, I admit).
So, I hav …
0
votes
1answer
96 views
iframe calling javascript function in another iframe?
I have a page with two iframes; a slideshow and an ad. Is is possible to have the slideshow iframe call a function in the ad iframe?
Thanks!
0
votes
2answers
262 views
How to handle iframe contentDocument with Prototype
The problem is that, by default, Prototype library can’t access anything in the iframe.
There is some workarounds I found (e.g example) but no one provides full support for proty …
0
votes
3answers
93 views
Read in Contents of a Folder, onto HTML
I am trying to create a news ticker for a website that reads in the contents of a folder, where each file in the folder would hold a news update, and I am trying to do this without …
1
vote
1answer
252 views
Accessing document.body of parent window from within IFrame
I have a script in an iframe that listens for movements of the mouse from document.body as follows:
$(document.body).addEvent('mousemove',this.refresh.bind(this));
This works fi …
0
votes
2answers
114 views
Detecting frames in PHP without JavaScript?
Hi folks --
I have a client running an ASP.NET application. Inside of that, there's a self-contained PHP wiki. The problem is that the wiki won't use the .NET authentication, so r …
0
votes
2answers
34 views
Complications caused by using inline frames
Hi All,
What are some complications that can be caused by framing a website?
I'm looking to frame a relatively complex website that is based on jspx.
So far I've found that Aja …
0
votes
1answer
49 views
1x1 Iframes blockage
Hi,
I have a project where I need to use a 1x1 iframe. It's on a different domain, proper usage though.
My worries are that some browsers may block these iframes. I tested it on …
