0
votes
0answers
3 views
Communicating with parent (Facebook FBML Page) from iFrame (Local page)
Hi,
I'am currently developing a Facebook application which has a iFrame in it. The iFrame loads a Java applet (So the FBML Page is just a wrapper for header footer and the FBML fu …
0
votes
2answers
66 views
How to login without leaving RP by showing the OP login window in iframe ?
How to login without leaving RP by showing the OP login window in iframe ?
I am using Openid Provider for the login in my Website.
how to implement the login window inside the if …
0
votes
1answer
13 views
iframe zoom w/ jquery
how can I zoom iframe contents by using cross browser jquery?
i know this can be done with the zoom css property from IE. does gecko/webkit based browsers have a similar property?
2
votes
2answers
26 views
Setting the HTTP request type of an <iframe>
Is it possible to make an iframe use a POST rather than a GET request? I am not trying to post a form into the iframe but load the iframe depending on data generated on the server. …
0
votes
1answer
827 views
google analytics tracking in iframe feeding to different partners
our partners sites leverages our iframes in their own websites. I was wondering if there is a way to track the analytics on the iframes.
The problem is, if we also utilize these …
2
votes
2answers
2k views
Exactly when does an IFRAME onload event fire?
Does the IFRAME's onload event fire when the HTML has fully downloaded, or only when all dependent elements load as well? (css/js/img)
0
votes
1answer
36 views
Displaying Twitter Pages in Power.com
.
Hi,
I am wondering how Power.com is able to display Twitter Pages in their website/pages. As far I know Twitter breaks Iframes as they use some JavaScript(Frame breaker sci …
0
votes
0answers
30 views
IE 8 bug regarding overflow hidden in the iframe
Hi,
I'm trying to make a rich text editor with the background set on iframes body.
The background is repeated in y axis and when the user types in the string without any spaces th …
1
vote
3answers
480 views
Make an iframe fill to bottom of screen without using tables
I want display a header with arbitrary content above an iframe that takes up the rest of the screen. I have managed to get this working with tables using the following:
<!DOCTY …
1
vote
1answer
34 views
Using JS how can I stop child Iframes from redirecting or at least prompt users about the redirect
Many sites have scripts similar to the one below. These are put to stop other people from framing the sites.
if (top.location != location) {
top.location.href = document.location …
2
votes
4answers
145 views
Why won’t this JavaScript (using document.open and document.write) work in Internet Explorer or Opera?
I desperately need some help on this one.
I've created a <script> that closely parallels, and reproduces the problem of, another more complex <script> that I've writte …
1
vote
5answers
2k views
Using jQuery to grab the content from CKEditor’s iframe
Hey guys,
I have this custom written CMS that uses CKEditor *(FCKEditor v3) for editing content. Along with that I'm using the jQuery Validation plugin to check all fields f …
0
votes
2answers
23 views
How to access the content of an iframe with jQuery?
Disclaimer
I struggled to find the answer yesterday, so I thought I'd post the answer here for everyone.
How can I access the content of an iframe with jQuery? I tried do …
0
votes
4answers
42 views
Loading content to a jquery modal plugin: iFrame or Ajax?
Hello,
I'm developing a website for a client using ASP.NET MVC 1.0. There is a "profile's page" with many links releated to the profile. For example, "request contact", "see our …
0
votes
1answer
14 views
Possible/howto resize iframe on mouse focus?
I have two iframes next to each other at 50% width and am wondering if it's possible to resize one iframe to 80% when that iframe is moused over. Is it possible? If so, can someone …
