Hello, everyone!
I have some problems with Adobe Air. My application has rather complicated architecture: the main html window loads iframe with references to javascripts (e.g. DWRengine.js, jquery.js, main.js and so on). It's done to avoid Air's javascript restrictions on 'eval' function, which is widely used in my scripts and in DWR t...
Hey all,
I have a script which is purely JS which takes code and inserts it into an iframe:
var html = "<p>Some <strong>HTML</strong> to insert</p>"
var iframe = document.getElementById('contentsframe');
iframe = (iframe.contentWindow) ? iframe.contentWindow : (iframe.contentDocument.document) ? iframe.contentDocument.document : iframe...
In IE6 (but also seen in 7 and to a lesser extend 8) I have a problem with my code. I utilise a hidden iframe for Comet streaming. Sometimes when someone manually refreshes the page in Internet Explorer, they don't get the parent page but are taken by the browser to the hidden iframe URL.
Anyone seen this before or have any suggestions ...
I am using @font-face on a site I am working on, and all is working perfectly cross-browser until I use a modal window to display an iframe.
When a link is clicked within the iframe or a form is submitted, Internet Explorer 8 looses the @font-face styling and reverts to Arial. This problem also occurs if a modal window is opened with a...
Hi all,
I have got an iframe that displays a form from an external site,once the form is submitted it is redirected to another page that has got a thankyou message.Is it posiible to know from the iframe if the location of src webpage has changed? i hope im making some sense...
i got this code which will do the job for me from some webs...
I have a sortable list and an iframe on the same page. What I'm trying to do is define the <iframe> as a Droppable. Everything works with out errors but when I try to drag a sortable item across the Iframe it stops at the edge. ( if I move it slowly it seems works in firefox)
The Iframe is set to DesignMode ="on" so covering it wit...
How can I force an iframe to reload and not load from cache?
...
Hi Everyone.
The problem i am facing is ..
I am using below code structure for presentation . its jsp page. Usually, during get operation on database records( in hundreds), the web page takes more than 3 seconds to load completely. I have injected an indicator bar ( something like cvi_busy), so that some javascript enable bar would b...
hi,
i have a page with dynamic data loaded by some ajax and lots of javascript.
the page contains a list from which the user can choose and each selected value loads new data to the page.
one of these data items is a url provided to an iframe.
i use jQuery BBQ: Back Button & Query Library to simulate the browser-back behavior.
all works...
I though this would be simple enough but I can't find the answer. I need to know how I can access an iframes name from withing said iframe. I was trying something like this but it's not working.
<iframe name="thename">
<script type="text/javascript">
alert(parent.name);
</script>
</iframe>
...
We are looking at integrating a full-blown GWT (Google Web Toolkit 2.0) application with an existing ASP.NET 3.5 application. My first gut reaction is that this is a horrible frankenstein idea. However, the customer has insisted that we use this application developed by a third-party.
I have almost NO CONTROL over the development of t...
For my own purposes (cough lazy-loading an ad script), I am overwriting the document.write function in order to buffer the script's output, writing it to a div, and restoring the native document.write when I am done.
The pseudo-code looks something like this:
save off native code document.write
redefine document.write
eval and buffer ...
Hi,
I noticed that in my /tmp directory there are many session files. One visitor generates many (5-10-20) session files, but actually only uses one (it works fine). I figured that adsense iframes generate session files on the server that are not used. If I remove adsense I get normal one session per visitor.
Any ideas how I can get ri...
Hi, I have a big flaw in my idea and was wondering if anyone cold help me. I have a script which i have wrote that runs on a page nicely. on that page there is an iframe, from which it's content is from a temporary web page ( temporary / dynamically generated for preview purposes ) which is in full working order ( i.e. it runs all it's j...
Why do some websites (like facebook) load scripts in an iframe?
Is this to allow the site to load more than 2 resources at a time because the iframe's resources are at different URLs?
...
Hello all,
I have been working on Facebook.NET SDK since last week.
After some searches on internet, i decided to develop an application as iframe within xfbml for my .net site
But I could not find any document for web site design ?!?
I wonder that how can i prepare a site as html (for client side) like apps.facebook.com/ilike/ ?
C...
beginners question for jquery... or javascript in general - but preferrably done in jquery!
i'm trying to achieve an effect of content sliding (and easing) in when a menu button is clicked. it would be for a normal site with different content (gallery, portfolio, videos, etc) and submenus on some pages that would slide in.
i have learne...
Does anyone know of a solution for this that i may be able to purchase?
Ok Well facebook no longer allows you to embed into an IFrame and my company wants to have facebook show up on our application which we do by creating a Iframe and embedding. But on Feb 5th facebook took away that ability. So I am looking for someone who has worke...
Does anyone have a sollution for embedding twitter or all of its functionality into an i-frame....
Basically what i want is to embed Twitter within my web - app so my clients can use it as a marketing tool while also using my application. IF someone has an API sollution completed that i can embed through an IFrame i am willing to look ...
I have a simple scenario below it works in XP ie6 but doesn't work in Windows 7 IE8..
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
</head>
<body>
<iframe src="http://m.dabr.co.uk" width="800" Height="600" />
</body>
</html>
Why? and how do i fix it?
...