Tagged Questions
0
votes
1answer
20 views
iframe. Display another html page in it; whats the simplest implementation?
Heres what I tried...
In Main html page....
<iframe src="./example.html" id="frame" frameborder="1"></iframe>
and example.html looks like this..
<!DOCTYPE html PUBLIC ...
0
votes
0answers
41 views
Javascript Save As dialog only works with localhost
I'm using the following code to create a save as dialog for a file served statically on the server:
open: function() {
$('.ui-widget-overlay').addClass('dialog-overlay');
},
close: function() {
...
0
votes
0answers
4 views
EasyXDM How to properly get the height of the iFrame for a given width
I need to make a dynamic iFrame that will re-size when the user changes the dimensions of the window. So far I have implemented easyXDM to do this but it only returns the height value of the iframe as ...
0
votes
2answers
39 views
Fitting iframe inside a div
I am trying to fit an iframe inside a div. My problem is that I can't seem to get it to nest to 100% of the width of the div, I need to specify pixel width of the iframe.
I would like the iframe to ...
0
votes
0answers
23 views
How embed a web widget (an AJAX form with file upload)?
I was asked to implement a generic web widget that can be embedded in arbitrary web pages that reside in other domains. The widget is a simple form generated by a Java back-end that, along with the ...
0
votes
0answers
11 views
Iframe, java applet, and z-index
I have the following iframe that I added using javascript:
placeholder.append("<iframe id=\"oracleFormIframeToHide\" style=\"position:absolute;" +
...
-1
votes
1answer
19 views
Get Google to load in iframes [closed]
Just found some cool PHP that lets you load any website in another:
<?php $page = file_get_contents('http://www.example.com'); echo $page; ?>
Then I found you could do it with Google:
...
1
vote
1answer
29 views
JavaScript :: Prevent child iFrame to get focus
Is it possible to prevent iFrame element to get focus or if not, at least to return focus instantly to parent window once such iFrame gets focus? Please advise with code example.
-2
votes
1answer
33 views
Building a single navigation menu, using it in multiple pages (Using purely HTML) [closed]
I'm not entirely sure how to word this question, so I'm having difficulty searching here or on Google for a response.
Essentially I'm creating somewhere in the range of 50 different html files for a ...
-9
votes
0answers
38 views
How can I watermark iframe? [closed]
Hi guys I am trying to watermark iframe its video embedding option i want to watermark it
is that possible ?
forexample
<iframe width="425" height="344" ...
1
vote
4answers
37 views
Horizontal scroll bar for iframe with content that has overflow-x: hidden
I am working on a landing page with width 760px and need to have an iframe with content (a flash demo) that is 980px wide. So I would need to have a horizontal scrollbar in order to view the entire ...
-1
votes
1answer
35 views
Change live code in iframe on button click [closed]
Any buddy please help me...
i want java-script that change code in iframe
<body>
<button>Change Code</button>
<iframe src="1.html">
#document
...
0
votes
1answer
20 views
Simple intranet site with embedded pages
I'm trying to create a simple intranet style site for our internal users, basically just a top navigation bar with all of our user facing internal sites along the top, when they click on each one it ...
0
votes
1answer
31 views
new window/tab event from an <iframe>
I have an iframe in my website which its content is dynamic and I can't control it.
Is it possible to detect a new-window/tab opened from this iframe using Javascript?
Thanks!
0
votes
0answers
16 views
iframe “YouTube search result” on Facebook app
I only know a little about coding, I recently want to set up an Iframe of YouTube results attach to a Facebook app (Thunderpenny Static HTML: iframe tabs)
Here is my code :
<html>
...
0
votes
1answer
25 views
Embedding blog content in a webpage
I am working on a relatively simple website and I am required to incorporate some form of news feed into it, that can be easily updated without having to re-upload the site each time.
My solution to ...
0
votes
1answer
53 views
Doing an on click event on iframe
Here is my html code
<table width="100%">
<tr>
<td colspan="4" align="right">
</td>
</tr>
<tr>
<td ...
0
votes
1answer
22 views
Vimeo player iframe height
I have a Vimeo player iframe on my website's homepage. My intention is have it at full width - edge to edge - in the browser window; while retaining the aspect ratio and avoiding black bars. So the ...
0
votes
2answers
47 views
Can't call functions in parent from iframe
I'm trying to make a call to 2 functions setListener(); and addNewBox(); from within an iframe.
I've looked everywhere and tried everything and I can't get it to work.
I don't have access to the ...
1
vote
0answers
46 views
IFRAME file upload is not working
I want to upload file and idno using iFrame concept using PHP. I used this code with my project.
This code alone is working fine. The file is uploading. But when it is in my project, it is not ...
0
votes
0answers
35 views
Redirects within an iframe using php
Say i'm using an iframe to display some other website on my website. But if the site displayed has a redirect that redirects to some other pages on its domain, the redirects causes the whole browser ...
0
votes
0answers
26 views
tippopper not working in iframe (chrome virtual keyboard extension)
I'm using the Tip popper exstension for google chrome. http://www.tippopper.com/ And it works for every text input fields, except for when touching a text input field inside an iframe. I need an ...
0
votes
1answer
15 views
Part of Popup calander hidden behing iframe
All respected members,
i am trying to insert a aspx page within iframe in html page as :
<iframe id="one" src="ElectLocoPerformance2.aspx" height="100%" width="100%" runat="server" ...
0
votes
1answer
37 views
Scroll the page container of an iframe
I'm into an iframe, and I'd like to scroll (when I click on a link inside the iframe) the whole browser window on top. Can I do this?
I control either the page container and the iframe.
0
votes
0answers
31 views
Iframe player with div on top of it, reacting on mouse move over it
When half-transparent div placed on top of iframe (Embed player from Youtube or Vimeo or e.t.c. placed it on top already), I want to achieve, that when user will move cursor over this div on top of ...
0
votes
2answers
39 views
how to set the X-Frame-Options in a content hosted by github?
I want a html file to be loaded as iframe by any url, it's hosted by Github ..
This solution doesn't work :
<?php
header('X-Frame-Options: GOFORIT');
?>
And I suppose that we can't apply ...
0
votes
2answers
27 views
How can I place a div on top of an embedded video player in chrome
I have a code for placing a div on top of an iframe, which works.
However, when I am setting the iframe's src to a youtube/vimeo player, in chrome the iframe stays on top (it works fine in safari and ...
1
vote
2answers
56 views
Are width/height required in an iframe?
I have a long discussion with one person i know.
He insists on using iframes to embed YouTube videos as:
<iframe style=”width: 560px; height: 315px; border: none;” ...
0
votes
0answers
23 views
Weird IFRAME issue, page blocks itself from loading
This is a weird one. I'm using the URL "http://www.craigslist.org/about/" as an example here.
I load up that page in my browser and modify it with Firebug. I add the following line right after the ...
0
votes
0answers
19 views
Showing particular Area of a website in Iframe
I have a website with the link
I want to show the graph only inside the Iframe.How I can do this?
I googled alot and find out that I could put the iframe in a div and then do the CSS on the div but ...
-1
votes
1answer
42 views
iframe control goes to another website
<html>
<head></head>
<body>
<h1>My Website</h1><br>
<iframe class="markItUpPreviewFrame" width="1000" height="2000" ...
1
vote
1answer
27 views
How can refresh multiple iframes using the same ID
How can refresh multiple iframes using the same ID.
Code Sample:
<iframe id="x123"></iframe>
<iframe id="x123"></iframe>
<iframe id="x123"></iframe>
I test
...
0
votes
0answers
42 views
Export html to excel, with an iFrame?
So, I'm trying to export an HTML table to excel using this little trinket :
var url = 'data:application/vnd.ms-excel,' + encodeURIComponent(html);
location.href = url;
And this of course works ...
-2
votes
1answer
29 views
Jquery Ajax Web page inside an other web page [closed]
I'm trying to make a button by jquery, this calls an AJAX function to enter into a div container another previously created website (this has images, css and scripts themselves).
I can not do it ...
0
votes
0answers
29 views
Make datepicker be displayed beyond and iframe
I have a datepicker that is inside an iframe. However, there are times that the iframe is too small and invoking the datepicker will cause the iframe to have scrollbars due to content overflow. I need ...
0
votes
2answers
13 views
Links on iframe creates another view of page in IFrame
I created a html and used it as a source of an iframe.
In iframe, I added a link on div (See sample code below)
<div onclick="location.href='/cybersecurity/risk-management/index.cfm'; ...
0
votes
0answers
60 views
Form submit giving error in javascript (Access is denied)
I am submitting a form from javascript and it is giving error at form.submit().
HTML:
<form >
<input type="file" name="filetype" onchange="uploadFile(this.form);" name="file" />
...
0
votes
0answers
42 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
48 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
35 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
47 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
18 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
21 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
44 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
74 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
1answer
76 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
17 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
32 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 ...





