-1
votes
1answer
20 views

Customize scrollbars for iframe

I was wondering if is possible to customize the scrollbars for an iframe. Both the iframe and the page are on the same domain so there are no issues there. If so, what route should I take and is this ...
2
votes
3answers
4k views

Reload page after submit in iframe (javascript/jquery)

I have a page with an iframe. In the iframe there’s a submit button. When I click the submit button I want the parent window to be updated. This is what I have done so far, and it works (the ...
0
votes
3answers
19 views

how to get a class value from an iframe parent page

I have two applications one is already built and the other one is my own I can't do any modification in the first one and it uses iframes and in that frame I can put my application but I will need the ...
1
vote
0answers
34 views

postMessage to all iframes on page

I want to send postMessage to all iframes on the page with a given class. I can make use of jQuery (need not be vanilla javascript solution). Html: when i tried something ...
0
votes
0answers
17 views

Scroll parent frame to anchor in iframe

I'm new here ... hope I'm doing everything right ;-D I've found a few topics with similar problems but they do not look like they want to reach what I want to reach. I've got a website with a long ...
0
votes
1answer
33 views

resize:both behaves different when changing size in JS before first interaction

I use resize:both; in CSS to resize my Iframe. I have one problem when resizing the Iframe programmatically. If the iframe was resized manually(i.e. manual drag) and then was resized ...
58
votes
11answers
85k views

Resize iframe height according to content height in it

I am opening my blog page in my website. The problem is I can give a width to an iframe but the height should be dynamic so that there is no scrollbar in the iframe, and it looks like a single page... ...
0
votes
1answer
30 views

IE9 ignoring scrolling and overflow attributes

My page is loaded into iframe, and I need to adapt the size of that iframe using javascript. I try the following: iframe.style.overflow = 'hidden' iframe.scrolling = 'no' var content = ...
5
votes
3answers
7k views

How to check if iframe is loaded or it has a content?

I have an iframe with id = "myIframe" and here my code to load it's content : $('#myIframe').attr("src","my_url"); The problem is sometimes it take too long for loading and sometimes it loaded ...
1
vote
0answers
32 views

How do I access a dynamically added iframe using Selenium WebDriver?

I have a page that starts off without an iframe, and then via JavaScript gets an iframe added after clicking an anchor. The problem I'm having is that when switching to the frame with ...
0
votes
1answer
35 views

how to pop out an iframe from document?

I was included an iframe in my document now I would like to open it in a window using "window.open" without changing the context in iframe. Is it possible to open existing iframe in a window without ...
0
votes
2answers
25 views

how to get iframe in window of sencha extjs?

i have a test.html from Camtasia with video inside. i want call it in sencha extjs window from index.html. it should be called as iframe, how to do that?
3
votes
3answers
204 views

Scroll to a particular ID within an iframe while retaining parent page position

I needed to be able to load a particular page in an iframe on demand, so I used a simple wrapper: function updateFrame(url) { frames[0].location = url; } Then I was asked to load the page to a ...
1
vote
1answer
31 views

Copying contents from iframe into input

Hi new to coding and scripting, here is what I have: <html> <body> <p align="left"><iframe id="aa" style="HEIGHT: 25px; WIDTH: ...
0
votes
0answers
18 views

javascript print() printing the same doc multiple times

I want to print 4 pages with one print button and Im using this for each document. window['my_doc_number'].focus(); window['my_doc_number'].print(); // ... some thing for 3 other documents. But ...

1 2 3 4 5 291
15 30 50 per page