iframe

Back and forward buttons in an iframe.

How to "implement" back and forward buttons in an iframe with JS? ...

Firefox strange behaviour when working with javascript on an iframe

Hi, i've met a strange behaviour in Firefox with this simple script: <html> <head> <script type="text/javascript"> window.setTimeout(function(){ var ifr=document.createElement("iframe"); ifr.src="about:blank"; document.body.appendChild(ifr); va...

Can google see the contents of an iframe when spidering?

I've looked this up and have not found consistent answers. I want to embed a google doc in my page (when you publish your google doc it gives you an iframe). Will search engines like google be able to read the contents of the document (just text, but may have important keywords)? Or will it act as if the page was empty? If it cannot ind...

iPhone Safari vs. Iframe using Anchors

Hey hey, I have a mobile page that isn't working in Safari - it works perfect in desktop browsers, and on Android and BlackBerry. I have a features area on the page. I want to avoid using JS (as some mobile browsers come with it disabled). If possible I want to use just HTML and CSS. I don't want the page to scroll for ages, so I use a...

Firefox - Open a Chrome file into an iframe

Is it possible to open an HTML file into an iFrame from Firefox, Chrome? The code is something like this: <iframe src="chrome://extension/content/web/web.htm" /> ...

PHP includes instead of iFrames?

What's the best way to use PHP includes instead of iFrames? Edit: Instead of using iFrames, I want to use includes to show my content. ...

How to print jqGrid (using jqPrint ?)

Hello, I'm quite new to the jQuery world and I got a requirement which is "Print a web page which contains some data and a jqGrid table" I found the jqPrint plugin which is "almost" what I was looking for. My problem is when I click on my print link, just the visible part of my jqGrid is printed, not every rows. I've seen in some post...

Using jQuery Validate plugin submitHandler to fire fancybox window.

I'm using jQuery Validate & Fancybox together on a website to load a modal Fancybox window on form submission (after being validated by Validate) to confirm an order is being processed but have encountered a weird issue I'm unable to resolve. The < a > tag is as follows on the same page as the form: <a href="<?=ssl_url()?>basket/process...

iframe and text positioning

I have created a small menu of new items and would like to have the "facebook like" iframe position in front of them. but when i drop the html code it appears floating above the text/link. i have uploaded a screen shot http://img294.imageshack.us/img294/9343/likeoverflow.jpg you can see the text appearing underneath. What css am i mis...

Print iframe content from iframe itself

Hello, I want to print a content of 2nd file which I included in 1st file using dynamic hidden iframe in the document. I dont want to preview the contents of what is printing and I want to give the print command from this 2nd file. Both these files are local. Issue here is If I use the iframe I dont get the preview but the whole window...

JSF - Forcing use of JSESSIONID in url for iFrame without 3rd party cookie support

HI all! I am working on a JAVA/JSF app that runs within an iFrame. The client authenticates Outside of the iFrame, then redirects back to a page that contains the application inside of an iFrame. If the client has 3rd party cookies disabled, the iFrame will not be able to access the cookie, and it will never see the jsessionid. What I w...

Fixed width(lefthand) menu with Iframe filling remainder

I'm trying to create a relatively simple page with a that is on the left side, taking up the whole height of the browsers window, with a fixed width (say 200px), and then an that uses the rest of the window width, and also the whole windows height. I want to use CSS to do it, no javascript. I don't mind wrapping the in a if I have to...

Any way to update original page's input fields with lightbox radio button selection? (jquery, iframe)

Hi there - I don't know that this is actually possible with my current setup. There are three fields: Current pass, new pass, and repeat new pass. (By request) All I'm trying to get it to do is, when a user wants to update their password but enters identical info in the old and new pass fields, a lightbox pops up asking if they want to ...

How to get rid of unwanted scrollbars in an SSRS reports within an Iframe and increased Windows display size?

We run an web-app with built-in SSRS reports, which are integrated via an Iframe. A user has set her display percentage to 150% in Windows 7. (Control Panel > Appearance and Personalization > Display). She is displaying the webpage with the report in Firefox and she has to scroll horizontally and vertically within the Iframe to view th...

How to disable frame buster on my own site?

I am using Joomla 1.5 and there is a framebuster script on my site. How do I disable it? I don't know where the code is installed. ...

Getting Past Facebooks Iframe Block

Hi well on Facebook they seem to have a block witch prevents you from loading an iframe of their website. When you do, they lock complete functionality of their website ex : http://belginfish.com/fb/test.php I'm just wondering if anyone knows how you could bypass this? Thanks ...

JQUERY iFrame, Works with an Alert, doesn't work without an Alert - Strange? Why

The following does not work on my page: $("#bob").ready(function () { $("#bob").contents().find(".findme").css("background", "red"); $(document.getElementById('bob').contentWindow.document).find('.findme').bind("mousedown", function() { alert( $(this).text() ); }); }); But if I add an Alert, which I assume adds s...

Debugging iframes with Chrome developer tools

I'd like to use the Chrome developer console to look at variables and DOM elements in my app, but the app exists inside an iframe (since it's an OpenSocial app). So the situation is: <containing site> <iframe, id = foo, src = different domain> ... my app ... </iframe> </containing site> Is there any way to access things happening...

Why are WYSIWYG's always in iFrames?

It seems like every WYSIWYG out there has an iFrame and that iFrames complicate the heck out of things. So why iframes? ...

How to access the XML document in an iFrame?

I have an iFrame on my page which is displaying an XML document. <iframe id="iFrame2" name="iFrame2" width="100%" height="100%"> I need to access the XML document in the iFrame from the parent page. How do I do this? When I try: console.log(iFrame2.document); I get the following error: Permission denied for <http://localhost:300...