So, i've included a simple google map in a Jquery UI tab - but when the tab is opened, the map is centered in the wrong place (not too far off, but too much to be acceptable). Whith the tabs-functinality turned off there is no such problem.
Ii this a known problem? SHould I be using the google maps API instead of including an iframe?
E...
Hi All,
I have written a browser helper object to get the text between the tags and use it for data mining purpose. I tried using it on igoogle (basically to test its capability on gadgets) and it failed in some of the cases where an <iframe> is present with some external source.
I can get the <div> and its child <iframe> but fail to ...
Hi folks,
I often see sites using iframes containing an external site, and a top frame containing JavaScript functionality for the user.
e.g. user analytics software, Digg bar, etc...
Any tips for experimenting on something similar? =) Would be awesome to know
...
I have a website that indexes large amounts of links. I wanted to put a header on top of the website, when I link out to it, so I could show similar stuff, as well as the site's name. Similar to the Digg Bar on digg.com
Unfortunately many sites have framebreakers. I saw the framebreaker buster code poster here, but it just results in a ...
Hello.
I'm building a website for a sports center. Registrations are handled through a third-party software program. There are options to register directly through the third party's site or to integrate the registration form into my site with iframes.
Since I'd rather not send people to another site, I went with the iframes option. My...
I have an aspx page containing two update panels as well as an iFrame. On $(document).ready of aspx page within the iFrame i call a javascript function on the parent to update my update panels via a partial page postback. This all works until i perform a postback within the iFrame. I then recieve a dirty-dot-net error...
Invalid postbac...
I have an embed code that users will use to display content hosted on my website on their own site (e.g. <iframe src="mysite/feed"></iframe>).
I want to use clippy to allow them to copy the embed code to their clipboard but in firefox this results in the iframe actually getting embedded in the page beside the clippy icon.
My site is w...
Hi folks,
I have been using analytics software for a while, and I've been asking myself how can such software copy a webpage completely to then place it in an iframe and overlay it with images and info.
An example:
A major problem I encountered is copying the webpage.
In particular, copying the webpage the user is currently viewi...
I've embedded Google Maps via an iframe in my website. I can't use the API at this point which is why I'm using the iframe.
Is there a way to scroll the iframe so that the upper part of the Google Maps page (search bar, etc.) are no longer visible to the user?
...
Hi,
I have this Iframe which I'm looking to center using css, but is there a way to do it without specifying the height and width of the object?
Thanks!
...
I need to embed a website in another website ( throught an iframe I think ).
I want to embed this website in this resolution: 200x150 pixel.
How can I do that ?
...
Has anyone had much luck in embedding the Google Analytics reporting interface in an IFRAME?
We'd like to add an "Analytics" tab to our CMS which displays the Google Analytics for each specific page. So, the user could view a page in the CMS, and see the analytics for that page right in the interface.
We have everything worked out, an...
I've looked at the related questions here but am having a slightly different problem.
I am rewriting anchors across nested iframes, sometimes 3 or 4 iframes deep.
I use .load( function(){} ) to wait for each to load before accessing the anchors. This works fine when only going one iframe deep, but fails after that.
Here is the code:
...
parent.document.getElementById("next").innerHTML=window.frames['hiddenframe'].document.body.innerHTML;
Error: window.frames.hiddenframe is undefined
this is the error i get.
i have given an id for iframes as hiddenframe but still it isnt working.
i cant see to find my mistake please help.
...
I have a page that loads another page(url) onto it. The problem is that the iframe page does not fit well in the outer page. How can I reduce the size of the iframe page having the content of the iframe page intact? I do not wish to have scroll bars.
...
how do I make an iframe 100% width and height of the window?
...
I have an ASP.NET application which calls aspx-pages in other ASP.NET applications (all on the same server and the same solution). This aspx-pages should be shown in a (fixed) region on the main-site in that way that that only the embedded pages is renewed, during user interactions there. Is an IFRAME the only way to achieve this goal, o...
Hi,
I have a requirement where i need to display a aspx page say login.aspx in two different Iframes of different width without scroll bar.
E.g. Login.aspx should get displayed in iframe of width 800 and 700 without scroll bar. I know I should reduce the UI elements width but the width of the UI elements should vary for Iframes. Is it ...
I'm trying to track my AdWords campaigns through to the final conversion. However, the conversion happens offsite, in a separate session. Many of the conversions are being attributed to that external site, where in reality, the referrer was really the AdWords campaign. Currently, Analytics is properly catching only about 60% of the conve...
Right now I have a jQuery UI dialog with an <iframe> inside of the dialog. When the user pushes a button, the dialog pops up with a form-editing screen in the iframe.
Well, I want to have two buttons in the inner form-editing screen, "cancel" and "ok". Cancel doesn't save changes and closes the dialog, ok saves changes and closes the d...