Tagged Questions
0
votes
1answer
16 views
How to set a custom height to an iframe before loading the content?
Iframe seems to have a default height before loading the content in Internet Explorer 9 (about 1075px).
Also the iframe should grow according to the size of the content.
Is there a way to set a ...
0
votes
0answers
24 views
System.Web.HttpException: Pharmacy Not Found
I am trying to show a another website in my current website using iframe.
Below is the code I am using.
<iframe width="1016px" height="900" src="https://apps1.webconnectqs1.com/login.aspx?id=53" ...
0
votes
2answers
28 views
Displaying PDF in iframe when JS is disabled
hi im displaying the pdf using iframe in my application when JS is disabled and when it is enabled im using the PDF.js. The problem is when JS is disabled the iframe is loaded but it shown the html ...
0
votes
1answer
38 views
IFrame Request with SessionID and Response of Secure Session Token
I have never dealt with session handling to this detail before. And I am stuck.
Request
POST:
URL : blablabla.com
Content: ...
0
votes
2answers
49 views
Set the Iframe width and height to 100% as per page size Not working
I have tried following code. But it is not showing the iframe in proper way. Height and width of Iframe is very small. Iframe should take the height and width as per page size.
<html ...
0
votes
0answers
36 views
Serving pdf in iframe giving Cross Domain Error
im serving a pdf file in my application in an iframe through an ashx handler, the pdf is on my domain but when i try to access the elements of the iframe like
...
0
votes
0answers
17 views
Change target attribute of form tag from iframe source page
I've a page, PopUp.aspx, that is opened in a new window. This page has a iframe whose src is set in code behind (as this would be used for various pages). In one example, the src is set to a login ...
0
votes
0answers
48 views
Response.Write with an iframe
I have inherited an application that uses Cybersource as the credit card processing company. It currently uses the CyberSource API and I am trying to convert it to use their hosted order page - ...
0
votes
2answers
39 views
How can I dynamically add a browser tab?
Since using iframes to house external pages are, by some accounts "not the preferred method" and even disallowed by some sites (flickr, for one), I now want to dynamically generate browser tabs. e.g., ...
0
votes
0answers
20 views
Why is netflix elbowing all others out of the way?
I'm displaying netflix in a tab, in an iframe, like so:
<div id="toplevelTab-Netflix">
<iframe src="http://www.netflix.com" target="_blank" width="100%" height="100%"></iframe>
...
0
votes
2answers
56 views
Iframe { height:70%;} not working in IE 8 and Firefox
I have a div contained site design in which i have inserted a iframe to load pages.
header stays at top well
footer stays at bottom very well
content stays at the middle well too
But the iframe isn't ...
0
votes
2answers
57 views
Reload parent iframe from child popup
I have one page say display.aspx that is being used in other sites in Iframe. In display.aspx page, I have one button which opens Facebook popup for sharing. After successful share it gives me ...
0
votes
1answer
56 views
How to assign text to label which is in iFrame using Jquery?
Iam having two pages Parent.aspx and Child.aspx
Iam using IFrame to show my Child.aspx from parent like this
<div id="Omit" class="Omit" style="display:none">
<iframe ...
-1
votes
1answer
60 views
System.NullReferenceException: Object reference not set to an instance of an object iframe src
I received this error while passing src value of an iframe through ASP.NET C#. Here isrc is a string variable:
Line 26: HtmlControl ifm = (HtmlControl)this.FindControl("ifm");
Line 27: ...
0
votes
1answer
24 views
preload next iframe while current one is displaying
I am working in ASP.net and I have two urls that I am using to display as "SlideShow" using timer and iframes. It works fine but, I want to make it so that next page is already loaded while the ...
0
votes
0answers
50 views
ASP.Net in PhoneGap [closed]
I'm developing a mobile (android) application through PhoneGap. Thing is, PhoneGap only supports HTML5. So I was thinking of doing the C#.net web page then iFrame-ing the whole page to a HTML5 page.
...
0
votes
1answer
56 views
Navigating away from page referenced using iframe
What I have at the moment is a page which I am using as a sirt of site master for my html pages. The way I am doing this is by referencing the master page using this line of code:
<iframe ...
0
votes
0answers
126 views
dynamically load a aspx page using jquery which has asp timer. other than iframe
I have a Asp.net Web page PageA.aspx (which is a new Asp.net 4.5 web application,) in this page if i press a button, i want to display contents of SomePage.aspx ( which is a currently running legacy ...
2
votes
2answers
192 views
How to open aspx form inside an iFrame
I need to open an aspx form inside an iframe so i need a direct link to use in
But the problem is, the form that im trying to open in an iframe is on a aspx page and when i enter that url of that ...
-1
votes
2answers
124 views
how to access parent page from iframe and store url in input tag
Hi How can I access iframe parent page and store url in input tag from javascript,i try eniting byt not result best for me.
I have one htm page in and the other side where the form with buttons.
I ...
0
votes
1answer
101 views
Zooming pdf files in iframe
I would like to know how to zoom in on my pdf files in an iframe, with the default set at something like 200%.
I know that iframe, when used to view pdf files, has a zoom 'bar' that pops up, but I ...
0
votes
2answers
98 views
Fancybox with an i-frame cross-domain, partially rendered with Explorer10 compability mode
Site that open a fancybox i-frame, and in the i-frame there is a aspx - ajax page of other domain.
just with IE10 in compability mode (No problem with others browsers), the page is just partially ...
0
votes
1answer
63 views
ASP.NET - return value from iframe to main page
I have an iframe on a usercontrol. I need to print webpage which I load on iframe dynamically. I am able to reach this far. But I am not able to makeout whether user has actually printed or not.
I ...
0
votes
0answers
17 views
iframe Abnormal termination in IE
I am using iframe for display html pages. it is working fine in Mozilla and Google Chrome. But when it comes to Internet explorer, it's not working.Instead of loading the page it will abnormally ...
0
votes
1answer
269 views
How to open the redirected page from Iframe to open as a new tab in the parent window in ASP.NET?
i currently have:
String url = "../CustomerSettings/CustomerConfiguration.aspx?CustomerID=" + sqlCommand.Parameters["@ReturnCustomerID"].Value.ToString();
...
0
votes
1answer
209 views
modalpopup extender with iframe is not working
I am using Modal popup for displaying different page in a popup and parent page is not editable
here is my code
<asp:Button ID="btnModalPopup" runat="server" Text="" Visible="false" />
...
0
votes
0answers
69 views
how to export iframe contents into excel
I have an aspx page which shows html report.
inside that report i have used iframes.
I need to export the whole report into excel including iframe contents.
below code exports the report selection ...
0
votes
1answer
178 views
Get data from one website and show it in another website
Our client has two websites and they share one common section, he wants us to pick data on the fly from one website and display it as it is in the other website, excluding the header and footer. I ...
0
votes
2answers
565 views
iframe in an MVC view to load asp.net web form
I have a controller called ProductsController and I use the index method to load the index view with a web form inside called WebForm1.aspx, The index view has been set up and is working properly. Now ...
2
votes
3answers
373 views
Using jQuery to get a value from an element in an iFrame
I've scoured the interwebs, and found quite a bit of answers that relate to what I want to do, such as:
Javascript - Get element from within an iFrame
How can I access iFrame elements with Javascript?
...
1
vote
1answer
72 views
HTTP POST to iFrame
I'm trying to integrate my website with a third party white label website, which can hosted within an iFrame from my website.
In order for the iFrame to load the website correctly, I need to issue a ...
0
votes
1answer
254 views
how to call parent page javascript from iframe inside an update panel
What i am trying to do is i want to call a javascript function in the parent page to scroll the window to the TOP. I have one master page with a JS function "top" for scrolling page to the top, inside ...
2
votes
1answer
2k views
Load denied by X-Frame-Options: http://www.youtube.com/v/g5RM5StrMXY does not permit cross-origin framing
I have a website in ASP.NET.
After page load, I am getting below error.
Error:
Load denied by X-Frame-Options: http://www.youtube.com/v/lgZBsWGaQY0&feature does not permit cross-origin framing.
...
0
votes
0answers
179 views
Redirect from inside an iframe in asp.net causes to double back button
Ok, i understand title is not very clear. I'll explain better now:
I have an iframe with asp.net page inside. To redirect parent from the iframe i use this:
...
0
votes
1answer
114 views
Loading youtube video in aspx page
I have in my homepage different content articles which may contain videos. If an article contains video, the video icon beneath it will redirect to Video.aspx page which contains a to play the video. ...
1
vote
0answers
123 views
Displaying PDF file on browser Issue
I need help regarding on displaying pdf in a browser. This is my real and simple agenda why I need to do this.
Click a certain button in the page, to be precise, a imagebutton in
an ajax modal ...
4
votes
2answers
250 views
How to call a script in an iframe from the parent page?
I am trying to call a script in an IFrame from the parent page from the code behind. The C# I use to call the function:
protected void Page_Load(object sender, EventArgs e)
{
...
string scr = ...
0
votes
1answer
108 views
How to secure communication to IFrame window through query string in URL
In my application I am using MSSQL reportviewer ASP.NET control inside ajax tab panel as an IFrame. My choice of putting that in Iframe is because this answer.
While loading of iframe my app sending ...
1
vote
1answer
261 views
IFrame : Page is post back or refreshing on iframe src
I am new to asp.net. I am calling Iframe src throw table row javscripct click event. (i.e onclick="return loadPhaseWiseChart("DGSET00025");")
My code:-
<tr height="25" id="row3" onclick="return ...
0
votes
1answer
135 views
Open frame when clicked
I have button, which should open a modal pop up with iFrame to a page.
Currently the button click opens a PostBackUrl,
I want a similar thing to happen here.
That is, I want to open the Iframe scr ...
1
vote
0answers
59 views
Close exsisting dhtml iframe and open new xhtml iframe
I am using the below code to create a dhtml iframe.Now i want to reload this iframe with new url (or) close the current iframe and open new iframe with new url. If its possible means please help me to ...
1
vote
2answers
190 views
Dynamic IFrame resize not working in IE?
I have some code to dynamically resize iframes:
function autoResizeFrames() {
frames = document.getElementsByTagName("iFrame");
window.setInterval("autoresize_frames()", 400);
}
function ...
0
votes
1answer
76 views
Can we get elements inside the iframe?
Hi i am using an iframe in asp.net to navigate to the website. And when the iframe is loaded with website url at that time i want to pass the value to the textbox inside that iframe how can i pass ...
0
votes
0answers
89 views
How to avoid ckeditor protected tags from Javascript Spellcheck?
i have an asp.net 3.5 application where i am using CKEditor4 and i have integrated "JavaScript SpellCheck" in that editor. ( http://www.javascriptspellcheck.com/ )
so for that i am adding id ...
2
votes
1answer
188 views
Need parent name of Iframe
I've been searching for a couple hours and haven't found a solution. Hopefully you can help.
I want to get the name & path of the parent page within an Iframe. The reason for this is to prevent ...
0
votes
0answers
56 views
using IFrame gives: Validation of viewstate MAC failed
im using the Iframe trick in order to post a file on my page (make it look like ajax),
so when the user press a button then the page post to the inner iframe aspx and returns a result.
my problem is ...
0
votes
1answer
232 views
Post Back a Disabled form inside IFrame from Parent Page
I have a page that contains a check box collection, an associated label on the left side, and an Iframe division on the right side.
When the check box division (including label) is clicked, the ...
0
votes
1answer
327 views
Open pdf inside iframe
I want to open PDF file in inframe inside asp.net page.
I tried this
<iframe src="http://samplepdf.com/sample.pdf" width="400px" height="300px" />
This works fine.
However, when I change ...
0
votes
0answers
236 views
iframe inside Jquery UI Dialog refreshing the whole page when postback
I have a gridview which I put a button column to open a Jquery UI Dialog containing an iframe. When the iframe page postbacks the whole page refreshs. Just crazy, i did this several times some time ...
0
votes
2answers
114 views
Call to function in parent from .JS file from inside iframe
I have JS file with uploader functionality.
This file called from an iframe window.
I need to show alerts to user according to his actions.
Here is what I've done and it's not works:
From JS file:
...









