Tagged Questions
0
votes
0answers
7 views
Apply different X-UA-Compatible inside iframe
I have a website with this header:
<meta http-equiv="X-UA-Compatible" content="IE=8">
And it contains an iframe from a webpage that needs to be run in IE-9 or higher. Unfortunately I cannot ...
0
votes
0answers
8 views
Like box - Min Height? / Exact Url
Quick couple of questions just to clarify the likebox setup - Does the Likebox have a min height without Faces?
Secondly - does the url need to be presice as in
...
1
vote
1answer
38 views
Links inside iframe (not in popup) doesnt work
I have gone thru other similar issues to solve this perticular issue , but somehow in this case all the solutions are not working.
So here is my the question with example snippet:
I have an html ...
0
votes
1answer
32 views
Resize div to contentEditable iFrame using onkeyup
I've got a div that holds a contenteditable iframe. The CSS has height set on auto, I've set it up so on keyup the div resizes to the iframe's scroll height.
I'm able to correctly expand the div ...
0
votes
2answers
44 views
HTML Removing Background from within Iframe
I'm wondering if there is any way to remove background color from within Iframe original site.. It is only a white color. Can I use javascript??
1
vote
0answers
17 views
How to hide the rotating circle on the browser title when twisted server holds the connection?
I have made a simple chat using the twisted server. The server holds the connection to send back data. Because of this, there is always a rotating circle on the browser title. I tried calling the ...
0
votes
1answer
22 views
Deny third party iframe page loading [duplicate]
I have a php-page, that should be loaded through iframe on my site.
<iframe src="http://domain.com/page.php"></iframe>
How can I determine, what site is trying to load this page through ...
-1
votes
0answers
18 views
Like box disappears [closed]
I created a like box for my Facebook page. There is no problem setting up the like box. The problem is the like box won't appear after pasting code in my website page. I tried several times. I ...
0
votes
0answers
42 views
How to open links in an iframe?
I want to create a single iframe in which I want to load both links below:
<a href="http://www.deccanchronicle.com" target="loadWebPages">News</a><br>
<a ...
0
votes
0answers
68 views
(close) html iframe height 100% but show longer that
I have used iframe to display animation and have applied the following CSS
#iframe_box
{
background: pink;
border:none;
width:100%;
overflow:hidden;
margin-top:-7px;
min-height:100%;
}
...
2
votes
0answers
44 views
Load an iframe in Colorbox when click on an image
I have two plugins: Tiles Gallery and Colorbox - a very basic gallery setup, click on a thumbnail -> load full size in Colorbox. However, I would like to be able to click on a gallery image and load a ...
0
votes
0answers
14 views
pdf first page display as a div
I have an object in html displaying a pdf document. What I want is
disable the scrollbar (none of the methods like scrollbar:no or border adjustment worked for me)
Make the object behave like a ...
0
votes
1answer
29 views
How to embed other websites via iframe / ahref?
I have html site - i would like to do the following
-----------------------------
Link1 website1 |
Link2 website2 | Mysite
Link3 website3 |
-----------------------------
As you can ...
2
votes
1answer
50 views
Make title tag “popup” show when using html iframe
...Summary of the problem...
Example of what works
Title attribute works great on image, for example
<img
src="http://imgs.xkcd.com/comics/the_general_problem.png"
title="I find that ...
1
vote
0answers
19 views
Embedded base64 pdf won't display in IE when using iframe
I wish to display a pdf file which is embedded using base64 encoding in an html.
Below is the code I have written for this. The pdf file is displayed in Chrome and firefox but not in Internet Explorer ...
0
votes
0answers
17 views
Display PDF in iframe in Mobile Chrome instead of downloading to device
I have a page with an iframe that displays a PDF file. It works fine in every browser except mobile Chrome. When the page opens, the PDF downloads to the phone or tablet and the page appears empty. Is ...
0
votes
1answer
39 views
how to execute a php script on page load?
I am new to developing an website i've create a php page which prints hello world. I have used iframe tag to link that html file. But whenever browser redirect to that php file the browser ask to ...
0
votes
3answers
50 views
include a html page, and discard css style after page has rendered
How can I include a file, but 'forget' everything about it after it has been included and rendered; contain it, so to speak.
Back in the day, I guess I would have just used a frame but now times have ...
0
votes
0answers
23 views
Way to bypass iFrame Cookies in IE?
I made a HTML file that will only be opened locally with an iframe to embed the Apple unlocking tool so my colleague can have the apple.ca page and the unlocking instruction on the same window.
...
0
votes
1answer
33 views
How to make the “style” of a google maps iframe look new
I have the following iframe with google maps:
As you can see, google maps looks older here: square buttons and controls.
What I'd like to have is something like this:
A much better looking google ...
0
votes
1answer
67 views
how to fix Unmatched end tag error in IE 10
Web page contains 24 iframes which are refreshed periodically using meta refresh in iframe content:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="25">
...
0
votes
2answers
50 views
I have two iframe on same page but it load in different time duration
I have two or more iframe on the same page. I have to load all iframe at once and appear in same time. Currently it loaded one by one. I want to load all at once and asynchronous with page loading.
1
vote
2answers
50 views
How to simulate keystrokes in a browser to control cross-domain iframe using javascript?
I am particularly interested in simulating arrow keys.
Although there are many ways to simulate keys, like in this
Keydown Simulation in Chrome fires normally but not the correct key
It doesnt work ...
0
votes
2answers
31 views
Left column scrolling, other options then scrollbar?
I have a question about easy scrolling through content in html/css.
This is what I have:
In the left column I have my data. In the right column I load an iframe when you click on a link in the left ...
0
votes
1answer
28 views
Two fixed columns bootstrap
I need help with my layout where I want to use the bootstrap css framework.
This is my layout so far:
(I've zoomed out to make clear what I mean)
This is my html markup:
<div class="row">
...
1
vote
1answer
26 views
iFrame content doesn't always open in iFrame
I have the following setup which works in a very odd way.
<a rel="nofollow" href="<?=$r['link'];?>" target="mframe"><span class="cBlue">Title</span></a>
There are ...
1
vote
1answer
21 views
Entering HTML text into an iframe
Is it possible to add "sub-text" to an iframe? For example I have the following code...
<iframe class="musicsamples" width="80%" height="315" src="http://www.youtube.com/embed/apkRBANIKxc" ...
0
votes
0answers
21 views
capturing double click (or any other mouse event) on a div that is placed over an iframe
i have a div that is placed over an iframe.
i want to capture dblclick event on this div item. currently all events being captured by the iframe.
i see that "jquery draggable" implemented a solution ...
0
votes
1answer
53 views
JSF value binding - changing the iFrame src refreshes the whole page
I have an iframe which dynamically change the value via JSF Backing Bean.
<iframe src="#{myBean.url}" />
While changing the src value of the iframe, somehow it refreshes my whole page.
I only ...
1
vote
1answer
52 views
Accessing element in child IFrame from parent page using jquery
I am trying to access the elements of the document in the iframe from the parent document using the following code, but cannot get it to work for some reason.
Parent.html :
<!DOCTYPE html>
...
-1
votes
0answers
24 views
Iframe Redirect _top [duplicate]
firstly, I apologise because I know this question has already been asked, but I need clarification.
I have an iframe in a page. This iframe allows users to log in. Here is the page if it helps: ...
0
votes
1answer
35 views
How can I get an embedded Vine video to scale dynamically to different devices?
I'm trying to embed a vine video in a wordpress page and am having a hard time getting the video to scale when viewed on an iPhone. I haven't really had any luck adding things to the embed code html ...
0
votes
2answers
48 views
Fixed div over embbeded youtube video
I am having problems with an embedded youtube video.
I want that a fixed div goes over the embbedded youtube video. I know and read about the issue, and added ?wmode=opaque at the end of the source, ...
0
votes
1answer
36 views
Issues with youtube video on mobile browser
I have an embed tag containing youtube video.
However this does not play on mobile browsers as it says flash required.
I am using HTML and not HTML 5 since my app should support IE 8 too.
I browsed ...
0
votes
2answers
32 views
disable iframes automatic onload
i have one html with multiple pages in it.
i have some pages that i open them in iframes.
when i open the html page (it contains all pages in it) it starts loading all iframes and the page ...
0
votes
2answers
35 views
How Do I Apply a Style Only When It Falls in an IFrame?
I'm trying to hide certain elements of the content displayed in an IFrame based on it falling within an IFrame tag. I have control over the CSS for both the base page and the page to be displayed in ...
0
votes
1answer
48 views
Position absolute div displays below pdf file
I have an iframe which have a pdf document. I also have a div which I want to display over that pdf file.
HTML CODE
<iframe width="200" height="200" src="abc.pdf" style="border:1px solid ...
0
votes
0answers
25 views
ShoutCloud won't scroll down on load when put in sliding panel
I have just installed the ShoutCloud shoutbox. The shoutbox is supposed to scroll down to the bottom of the page when loaded (to display the last message). It works perfectly when i put in an iframe.
...
0
votes
0answers
18 views
Making an IFrame unresizeable
I have this Iframe, which displays only a certain part of a website, and also blocking the scrolling up option.
Here it is:
<div style="overflow: hidden; margin-top: -205px; margin-left: ...
0
votes
0answers
10 views
Apple App Search Widget
I've inserted the code for the Apple App Search widget in my blog.
The code is as follows:
<iframe ...
0
votes
1answer
2k views
Show a loading gif while iframe page content loads
I searched and tried various solutions to what I'm trying to achieve, to no avail...
I'm working on a photography website which has a high volume of images loading in an iframe, which takes a bit of ...
2
votes
1answer
1k views
iFrame on iPad isn't rendering entire content inside
I managed to get iFrame/HTML-object scrolling on the iPad (iOS 5.1) to work. But there are still some problems.
One such problem is, that when I scroll the iFrame around the iPad screen it seems that ...
1
vote
3answers
2k views
iframe and external website
So I have this code:
<iframe id="theFrame" src="http://localhost" style="width:100%;" frameborder="0">
</iframe>
and the localhost site loaded in the iframe just fine..
but then when ...
1
vote
1answer
1k views
How to render page which has enabled X-Frame option in HTML IFRAMEs
I want one external page to be embedded in my pages via IFRAME.
Take an example:
My page contents:
<html>
<body>
<iframe style="height: 593px; width: 100%;" ...
2
votes
3answers
5k views
How to make iFrame not have the scrolling bar
I am working on making a widget like this one here:
http://www.comehike.com/outdoors/widget.php?hike_id=176&height=400&width=700
And for some reason I can't seem to make scrolling bar go ...
26
votes
5answers
44k views
iframe 100% height
Is iframe height=100% supported in all browsers;
I am using doctype as;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
257
votes
19answers
43k views
Frame Buster Buster … buster code needed
Let's say you don't want other sites to "frame" your site in an <iframe>:
<iframe src="http://example.org"></iframe>
So you insert anti-framing, frame busting JavaScript into all ...
17
votes
8answers
74k views
How to get the body's content of an iframe in Javascript?
<iframe id="id_description_iframe" class="rte-zone" height="200" frameborder="0" title="description">
<html>
<head></head>
<body class="frameBody">
...
246
votes
14answers
341k views
How to apply CSS to iFrame?
I have simple page that has some iFrame sections (to display RSS links). How can I apply the same CSS format for the main page to the page displayed in the iFrame?
253
votes
10answers
204k views
Remove border from IFrame
How do I remove the border from an iframe embedded in my web app? An example of the iframe is:
<IFRAME src="myURL" width="300" height="300">Browser not compatible. </IFRAME>
I would ...