An `iframe` is an HTML element that creates an "inline frame" within a document.

learn more… | top users | synonyms

2
votes
2answers
87 views

Reverse iframe breakout

I have around 500 pages, some of which are simply PDF files, that are meant to be viewed within an iframe on a seperate domain parent page (files are subdomained, however reside on a different ...
1
vote
1answer
23 views

iFrame ads from site to site

How I can make the iFrame ads from site A to site B not like this: <iframe src="http://www.site.com"></iframe> Example: site A <script type="text/javascript"><!-- ...
1
vote
1answer
34 views

link tags in iframe widget

I have a rating community-site and i´m offering little i-frame widgets with the average rating and some little other info does it make sense (for visibility, seo) to add link tags to the head like : ...
0
votes
1answer
70 views

How to show only disqus thread-votes and nothing else

I want to show just the thread vote portion of the whole disqus commenting system. How would I go about doing it? Here is an example of what I am asking for: http://i.stack.imgur.com/7FvYO.png could ...
2
votes
0answers
164 views

Maximum file size for iFrame in IE7

I've got a "super secure" javascript downloader* that I wrote, and it usually works alright. But I noticed, while trying to download a 90 meg file with it on a client's machine that on IE7, it's ...