Back and forward buttons in an iframe.
How to "implement" back and forward buttons in an iframe with JS? ...
How to "implement" back and forward buttons in an iframe with JS? ...
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...
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...
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...
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" /> ...
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. ...
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...
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...
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...
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...
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...
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...
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 ...
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...
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. ...
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 ...
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...
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...
It seems like every WYSIWYG out there has an iFrame and that iFrames complicate the heck out of things. So why iframes? ...
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...