2
votes
2answers
58 views
How can I modify a page after a file is finished downloading to the browser?
Hello!
I've got a simple C# ASP.NET app that generates an Excel file and sends it to the browser using the Response.WriteFile() function.
I would like to disable the submit button once it has been …
1
vote
2answers
41 views
PHP, HTTP_REFERER not working on iframe??
Okay, here is my situation.
I have a page, index.php, which is the mainsite (flash site)
I have another page called iframe.php which contain iframe of index.php
Another page, test.php. Inside have …
1
vote
0answers
16 views
Facebook developer: making a permission optional
Facebook requested that I change my design of my application because certain functions become deprecated.
Now I have to ask the user for "publish_stream" permission when he logs in.
When the user …
0
votes
0answers
14 views
Can’t get URL changed from IFRAME
Hi there, I have an IFRAME with a src that is a login, i'd like to know, in any way, if it has been logged in, so i tried to check if the URL has changed getting the .src property, and it is the same …
3
votes
3answers
57 views
Legacy iframes, what is a full fledged replacement for them?
A site heavily using a main iframe
I inherited a legacy codebase/website, http://ninjawars.net . The iframes were in place before I started coding on the site.
I constantly hear about the problems …
0
votes
2answers
24 views
Can’t get Google map to show up in Flatpage using Django Flatpages
I have a client with a "Directions" page in their website and they wanted to add a Google map to the page, so they went to maps and put in their location and then used the "embed" link to get the html …
0
votes
4answers
20 views
pdf in iframe in jsp on tomcat, also Struts2
Hello Everyone,
I'm having some issues getting my pdf file to display in my jsp page. I have the pdf saved on my tomcat server with a file location as follows
c:/tomcat …
0
votes
1answer
17 views
@font-face in IE with modal window: once in the modal font reverts back to Helvetica
I'm using @font-face and it's working perfectly even in IE when loading the index page. However, when I open my modal window using IE it still works and then I click on a link within the modal to …
0
votes
1answer
21 views
Resize dynamic iframe (problem with Chrome)
So I've been looking around at all the other Stack Overflow posts and around google about how to set the height/width automatically on an iFrame. I've gone through about 15-20 of them and none have …
0
votes
7answers
41 views
Problem with iframe and IE6 and IE7 causing extra bottom padding
Hi all,
I'm trying to insert a Google Maps iframe into my website. The iframe has a padding of 4px and a border of 1px already applied to it but for some reason in IE6 and IE7 there is an extra 3px …
0
votes
5answers
44 views
How to track the user in an iframe
I want to track what happens inside an iframe when a user clicks on links in the IFrame. The page that contains the iframe (the parent) is to track the userĀ“s navigation through the page in the …
0
votes
0answers
17 views
How can I load a remote document into an IFRAME in Internet Explorer? (IE6, IE7, IE8)
I posted a question the other day about why IE8 would not allow me to embed a page using the OBJECT tag. Per that discussion, and per my other research, I decided to just go with an IFRAME as it was …
4
votes
3answers
176 views
What optimizations does a browser perform when a DOM element is being rendered off screen?
I control an iframe being rendered on another domain. Is there a clear way of telling whether this iframe is being rendered above or below the fold on the parent page? Obviously, I can't access the …
0
votes
2answers
11 views
iframe Onload Visibility
Hi Guys,
I am trying to hide an iframe until it is loaded by I keep getting an error with the following code:
jquery("some stuff">.html("<iframe frameborder='0' vspace='0' hspace='0' …
1
vote
0answers
26 views
ScriptResource.axd Access is denied. Cross-Domain iFrame
We have a web page containing an iframe containing a page sharing an authentification cookie with it's parent page. For example the iframe page is on the domain foo.domain.com and the page containing …
