Hi this is my first post here, so please be kind ;-)
i'm implementing a browser history manager, just like rsh or yui browser history manager.
The idea was not to constantly poll the url hash of a hidden iframe, but to capture the
onscroll event of an iframe, when it scrolls to an anchor name on an urlhashchange.
So on every click i a...
Hello,
I'm trying to use Facebook connect in an IFrame. It seems that after the user finishes authenticating and granting my app permissions the Facebook cookies aren't saved on the browser.
This is the scenario:
1) The user presses the connect button inside my Iframe.
2) The user is authenticate with FB Connect.
3) User grants perm...
I am trying to get an iframe to automatically resize once a user clicks a link inside of the iframe. How can I do this?
...
Let me preface this with... I have referenced this question/answers and it seems to contain clues, but i'm still missing the whole picture
http://stackoverflow.com/questions/539504/run-jquery-in-the-context-of-another-frame
Essentially, the structure of the index page is this
<html>
<body>
<div class="frames-wrap">
<iframe id=...
Is it possible to use rpx_now without refreshing the whole page after authenticated?
I want to use the rpx_now in the widget like uservoice. User can click the widget everywhere in the website, see something in a popup iframe, user should do everything in the popup iframe including login. I found rpx_now was always refreshing the whole ...
When I submit a form using method "POST" and full canvas callback Url action inside Facebook iframe canvas, I cannot get the form elements in the request.
Can anyone give me some help on this?
page code:
<form action="http://apps.facebook.com/myapp" method="post" target="_top">
<input type="hidden" name="myvar" value="v" />
<input typ...
Does anyone know how to get the HTML out of an IFRAME? I have tried several different ways:
document.getElementById('iframe01').contentDocument.body.innerHTML, document.frames['iframe01'].document.body.innerHTML, document.getElementById('iframe01').contentWindow.document.body.innerHTML, etc
but none of them worked.
I believe the reaso...
if found this solution on the web that re-sizes the iFrame on load. I was wondering how I can do this by setting an loop that constantly check's the active iframe's content size then resize it instantly
any ideas on how to do this on Jquery? Thanks!
...
I use javascript to expand an Iframe to the size of the document it loads to remove any vertical scrollbar, like so:
function resizeIframes() {
$('iframe').load(function()
{
this.style.height = (this.contentWindow.document.body.offsetHeight + 40) + 'px';
}
);
}
Which works well enough for my uses. B...
i need to know how to pass everything after the .php part in this link
"http://wreckedclothing.net/help/[email protected]&t=985559"
to a iframe on the same page. "hosted on the same site"
like this
"<iframe>
src="http://www.wreckedclothing.net/[email protected]&t=985559"
fram...
I would like to edit the HTML code of an IFrame in IE8 with the IE8 Developer Tools.
The HTML tab in the Developer Tools shows the original page and the IFrame just fine. But when I click on the edit icon, only the HTML code of the original site is shown, not the code of the IFrame.
Firebug allows me to edit the IFrame. I need to do t...
Why if i use <object> in place for <iframe>, but IE shows <iframe> in rendered source.
...
I want to call a js function from iframe to a parent window
<script>
function abc()
{
alert("sss");
}
</script>
<iframe id=myFrame>
<a onclick="abc();" href=# >Call Me </a>
</iframe>
...
I'm currently investigating whether it's possible to write a html/aspx page which contains an iframe which can read values entered in text boxes etc.
Some of the knowns are:
This will only need to work with IE 7/8
I have no control over the pages contained in the iframe
The pages in the iframe are from a different domain
I've tried ...
I have been modifying the code here: WhereIsMyMac to try and get a better understanding of CoreLocation for OS X. Unfortunately, I haven't been able to figure out how to modify the template HTML file to force a "Maps" view - my frame defaults to "Satellite View"
Here is the relevant line:
src="http://maps.google.com/maps?ie=UTF8&am...
I have a navigation menu out side ckeditor and i want to navigate within the editor as all my element in editor have ids
scrollIntoView
how does this work
any example will be good
...
I have a script being run in a document that may or may not be nested in an iframe. I have sorted out the issue of detecting the nested, but I can't figure out how to detect the ready state of the DOM when it is an iframe.
Here is what I have already:
if (window.self !== window.top) {
// is nested
// DOM ready test here
...
Hi,
I know this issue has been discussed before but I can't seem to get it to work. I have a master html page with an iframe on that page. I am using jquery prettyphoto and I was wondering how I can get the light box to display in the parent window when I click on the link in the iframe?
Please my code below:
Master Page:
<!DOCTYPE h...
Hi,
I know this issue has been discussed before but I can't seem to get it to work. I have a master html page with an iframe on that page. I am using jquery prettyphoto and I was wondering how I can get the light box to display in the parent window when I click on the link in the iframe?
Please my code below:
Master Page
<!DOCTYPE ht...
How can I create a URL that will take a user to a specific iframe inside of a mainframe when not originally in the mainframe site?
For example, if I have 3 iframes of images on my site and I want to share one of the images with another user, is there a way I can create a URL so that the person I share the URL will go to the specific ifr...