iframe

Some HTML tags (e.g. IFRAME) and Javascript in Joomla 1.5 articles are automatically removed when using the WYSIWYG editor

When using a WYSIWYG editor in Joomla 1.5 to create website content I am not able to freely insert HTML tags, such as IFRAME as the HTML tags will be automatically removed on saving the article. I can either configure Joomla not to use a WYSIWYG editor which makes editing articles a bit of a pain, or I can force the HTML code into the ar...

iframe doesn't move in IE6!

I am working on a message board link text to site and I have it displaying correctly in FF, Safari, Chrome, Opera and IE8. My problem is that in IE6 the iframe containing the Google ads is fixed on the screen, it does not move when the message board area is scrolled and for the life of me I can not figure out how to fix it. Removing the ...

How to set IFRAME's background color to the BG-color of it's parent document?

I am working on a Joomla 1.5 website and a little self-contained php application, which I want to show within an IFRAME inserted in an article. The template I am using for the website has a dark grey background and the IFRAME shows grey background when loaded in Firefox (I don't quite know why this is so, but I like it like this). Howeve...

Html how to make a part on iframe, unvisible and unclickable externally? (my idea)

I have a page (A) including a BUTTON with a function close_window() , however when I embed A to my main page (B) using iframe, the close_window() can't work as expected since there is no more window anymore, and I am not able to remove the button from the iframe since A is on another domain (Security issues prevents). What I want to d...

Executing Javascript in iFrame from Parent

Hello, Just a heads up I am a semi noob at JavaScript. So for the past two days I have been googleing and for the life of me I cannot figure out how to execute a function in an iframe from the parent page. The page in the iframe is on a different domain and the code to be executed is usually executed via a link, but I want it to be exec...

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.borderStyle="none"; and iframeElement.style.frameBorder = "0"; Any suggestions will be much appreciated. ...

Django - Parse XML, output as HTML fragments for iFrame?

heya, I've been asked to quickly put together a small system that takes a Yahoo XML feed, parses it, and creates a HTML fragment based on it. At the moment, I'm using Django to handle the URL routing, with some Python script, and outputting a bit of HTML in a (with hardcoded dimensions as inline CSS), that can hopefully be put into an...

javascript equivalent of ASP preInit event

Hi guys, searching for this has yielded no resuts.. i have a middle page that has an iframe and all the pages open in that iframe...i have to implement a chat system just like in Google and so to ensure that the chat windows did not close whwn the page would postback i am opening all pages in iframe.... this is a social networking sit...

How to retain session-state from iframe in a pop-up?

I'm making a web application for a customer that has clients who want to put the login to the app inside of an iframe on their web sites. On a succesful login we want to open the app in a new pop-up window, but it seems that the logged in session is only retained inside of the iframe and not in the main window or in the pop-up. This is o...

How to trigger onload event when downloading a file in an iframe?

Suppose we have the following HTML file: <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <title>Test iframe download</title> <script type="text/javascript"> var init = 0; function download() { document.getElementById("dload_frame").src = "http://example.com/dload.py"; } function alert() { if (init == 0) { init = 1; } ...

How to fire some event when the iframe connection dies using jQuery?

I'm tweaking a simple comet chat application that uses the forever frame technique and I noticed the iframe connection will die or lose connectivity at random times - is their a way to throw an event when this occurs using jQuery? ...

Positioning an iframe

I need to load a page with an iframe in a way that its header is hidden. I tried the following but for some reason it isn't working: <div style="width:945px; height:600px; overflow:hidden;"> <iframe src="innerpage.html" frameborder="0" height="700" scrolling="no" width="945" style="top:...

can't acces accordion in IFrame

Hello, I am using the accordion from JQuery together with DotNetNuke. Now the DNN page is loaded into an IFrame dynamicly, so an the Page_load event of the page which includes the IFrame, the IFrame is not filled yet. <div class="dvFrame"> <iframe class="IFrame" marginheight="0" marginwidth="0" frameborder="0" runat="server...

What disadvantages/problems are there when integrating Joomla and ASP.Net web pages?

A friend of mine really likes using Joomla as a base for his websites. He also likes the power that Asp.Net has and can code in VB.Net. He wants to use Joomla as the "Master Page" and Asp.Net/VB.Net/SQL Server to handle the main business logic of the application. He is planning on using the Joomla Wrapper Module (an IFrame, joomla modul...

PHP + POST an HTML form from inside an iFrame and redirect parent

Hello, I'm wondering if it's possible to do the following: have an iFrame inside of an HTML page. Inside the iFrame, I have a 'Pay with PayPal' button. When that button is clicked, and thus the HTML form is submitted to PayPal, I want the parent page to redirect to PayPal, rather than just the iFrame. Is this possible? Thanks! ...

iframes modifications

Hi, i have a website which uses top in javascript to show bookshops in a panel. Now i want to add this website into another website using a frame. But when i fix the url in the src of the frame , it changes the hierarchy of the pages or images and the bookshops are not shown. Can anybody sugget me the solution for this. Khushi ...

How would I go about detecting onclick events external to a particular iframe?

I have a page that has a bunch of different iframes (A, B, C, D) - all of which are fully visible at all times. Together, they make up the various portions of my application's UI. One of these iframes, iframe D - houses another, smaller iframe (iframe X) that is sometimes made visible by a user action. It should automatically disappear w...

Ajax File download Issue

I am downloading a dynamic file in my application, simulating ajax using iframes. What I am doing is, when the download request is made, I will create a dynamic invisible iframe, and set the src of my iframe as the download url.I am able to successfully download the file, but the requirement is to show a download indicator once the down...

break out of iframe

I have an iframe that displays a flash banner ad which has clickable links. Is there anyway to force the links to open in parent window, without putting JS on the page that opens or changing the flash file? For example, is there something i can do to the iFrame to force links to open in its parent? ...

Using <OBJECT> instead of <IFRAME> and Internet Explorer

So my problem is NOT with getting the objects to work with IE. I have a way to get rid of the borders and scrollbars (I think). The real problem is having links inside an object which target the whole screen frame. Even with target="_top" and _parent it just keeps targeting itself in IE... even in IE8. Here is a demonstration of it on a...