iframe

How to trigger TinyMCE iframe creation/init in drupal/jQuery site for moved/cloned iframe

I am working on a jQuery-based plugin as a drupal module that will tweak the comment form for a content type so that it appears inline on clicking certain content. When I try to clone() the comment form and append it to a hidden div so that I can access it later, the TinyMCE iframe does not come with the cloning, so I'm left with an empt...

iframe does not work online

Hello, I am wondering why would iframe work on localhost and not on a webserver online? <iframe id='i_frame' src=''></iframe> <script language='javascript' type='text/javascript'> $(document).ready(fucntion() { $('#i_button').bind('click',function(){ $('#i_frame').attr({src,url}); }); }); </script Thanks Jean ...

how to test a facebook application?

I am developing a facebook application using php5. I am using dreamweaver as the editor. I want to test the application. I have a test account. But, now, how do I test the application using that test account? Do I need to submit my application prior to testing? ...

jquery iframe problem...

I'm having problems with jquery after a page gets loaded via an iframe. Here's how it works. Mainpage.php has an iframe within it that I use to upload photos/files. On Mainpage.php there is a div that I use to display the photos/files. The div gets populated by an ajax call that retrieves the html and places it inside the div. Ever...

Is it possible to use <iframe> to point to an .aspx page?

I'm trying to use an to point to an .aspx file, but when I load it I keep getting an empty frame, no matter what is in the target aspx nothing gets displayed. Here the html: <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> This i...

Authorization facebook (require login) with cakephp cause looping auth key session

Hi, im developing facebook iframe application with cakephp. My problem is i need facebook authorization soon as user visiting homepage. i'm put this code $user = $this->facebook->require_login(); in app_controller before filter method, seems its working with user authorization. but after user authorize my application is leaving facebook...

make div that contains an iframe dynamic?

I have a div container and in it is an iframe. The iframe's height is dynamic meaning it changes with the content. The problem is that the div container's height doesn't dynamically change with the iframe's height. How do I make the div container's height change dynamically? Thanks ...

Does the iframe have any effect on page load time? Why not?

Like the headline says: What effect does iframe have on page load time? Thanks. ...

javascript iframe link referrer

A page loads another domain in an iframe. If javascript inside the iframe clicks on a link in the iframe which domain will the referrer be? ...

GWT Facebook fb:serverfbml problems

Hi, I have a app that is running on appengine and its written with gwt, the problem is that the fb:serverfbml content takes sometime to load and it doesnt show in any IE. I have the FeatureLoader.js.php import on top and window.onload = function() { FB_RequireFeatures(["XFBML"], function() { FB.Facebook.init(APPKEY, "/xd_receiver.htm...

Can't get rid of vertical scroll-bar that holds thumbnails in photo gallery.

I used Picasa to create an image gallery, which is part of a website that I am creating. I can't figure out how to remove the scroll-bar (it holds thumbnails) on the side that I think is from an iframe? Here are the pages that I have to work with: The "imageset.html" code: <head> <meta http-equiv="Content-Type" content="text/html; ch...

results are appended into iframe every invocation

I have an iframe that displays thumbnail images from Flickr in my web application. The problem, I see is when I reload the page, sometimes, I see the same set of images being appended to the earlier set of images. So I get two sets of every image and on a subsequent reload, I get 3 sets of images. The images are part of a form. So I se...

Images in IFRAME no longer showing after I log out of Flickr?

I have a iframe window which displays user's flickr images. I use the flickr.photos.search api to download the user's image from flickr. This works great when the user is logged into flickr. But when I explicitly log off the user from flickr and the yahoo network and then attempt to download the flickr images, I get redirected to www.y...

IFrame targeting another IFrame

I have a parent page containing two iframes. One holds navigation links and the other should display the information pertaining to the navigation link clicked in the first iframe. So I need to target the one iframe from within another iframe.Is this possible? If so how does one go about it? ...

Javascript to insert IFRAME

I'd like to give people the ability to insert a single Javascript line into their site which effectively allows me to insert an IFRAME of a fixed size that contains content from my site. It's effectively a widget which allows them to search my site or receive other information. Is this possible? ...

Is it possible to save client state in an iFrame when the page changes?

I wonder if it would be possible to save client state in an iFrame when going from one page to another in a RESTful application. Example: There is a navigation tree on the page and the user has elapsed and collapsed its nodes. When he clicks on a node the entire page changes, but the state of the navigation tree should be the same on t...

Am I in an IFRAME, how do I figure it out in PHP?

How do I figure out in my PHP's code if I am in an iframe or not? I'd like the page to behave slightly differently. I was going to use HTTP_REFERER but that doesn't seem very reliable. ...

Alternate method of inserting a .PDF file into HTML page

Currently I'm using an embed tag with the src directed to the location of the .pdf however the embed tag does not allow for z-index manipulation or other div tags to be placed over it. After extensive searching for a fix to allow for embed tag z-index manipulation I have found that it is adobe that will not allow this to happen with the...

How to Restrict a SAML 302 Redirect to an IFRAME?

Is it possible to load content within an IFRAME that subsequently returns a 302 redirect, without having it redirect the entire browser window to the destination? I.e. limit the redirect to the IFRAME itself? If so, how? EDIT1: To restate... i have an IFRAME, the source of which is a self-posting FORM. The action returns a 302 to somewh...

How do I determine the authentication method of an iFrame parent in ASP .Net?

I have a website which hosts some sub virtual directory content within an iFrame. I have setup shared forms based authentication between the parent site and the virtual directory such that when either expires the user is redirected back to a specific login page on the parent site. This works great, however, I need to be able to determin...