1
vote
0answers
21 views
iframe redirect from popup
iam using an iframe to show some content.On one of the pages its opening an popup which should be printed. after i close this window it should redirect to the start, but in the iframe. How can i do ...
0
votes
0answers
9 views
Js interop with cross-domain iframe, implement the login function
The situation is, I have to embed a login page in iframe, after login in this frame, how can I know the state? Is it logined or failed ?
I found :web-messaging
Seems this is what I want. is there ...
0
votes
0answers
19 views
Add <script> to iFrame with jQuery
I have a same domain iframe with dynamic content being loaded with jQuery by setting the src attribute. After that iframe is done loading I add some dynamic CSS and scripts like so:
...
1
vote
1answer
37 views
Google Ads not showing when my site is inside an iFrame
I'm building a web application (a web site) which has a feature where you can embed it inside your own web site (using an iframe).
So, my app has Google Ads, and sometimes when the it is inside ...
0
votes
2answers
18 views
Loading xhtml pages in div [duplicate]
I am looking for an alternative of iframe to load xhtml pages in a website. Handling back and refresh events in iframe is not so easy.
The best way I found was loading the page in a div when user ...
0
votes
0answers
19 views
Fancybox gallery out of an iframe
I followed two topics about how to get a fancybox gallery (of pictures) work out of an iframe (Thanks a lot to JFK). The two work fine but they aren't what I am looking for.. so here it is :
...
0
votes
1answer
16 views
Get iframe html or name from parent window
I have a page that loads few iframe's within itself.
Each iframe can invoke parent function.
For example like this:
$(document).ready(function() {
parent.test();
}
I want to be able to find ...
0
votes
1answer
19 views
Popover Placement depending up on space available.
Please have a look at the attached image.
As you can see i am showing a popover. Basically i want to change the placement of the popover depending up on the space available( left or right ). Right ...
-4
votes
0answers
29 views
What lightbox is this, is it custom coded or a jquery plugin or something? [on hold]
So there is this website that has a jquery lightbox type thing, which opens iframes to external websites. I have searched for the answer but couldn't find it. I have search through multiple jquery ...
0
votes
0answers
19 views
Titanium SDK: Android Webview iframe source loading into main window
I have an iframe in my webview on Android 4.1 and my webview immediately replaces the parent webview's content with that of the iframe's. Doing some experimenting, I found that the this happens ...
2
votes
0answers
31 views
Submitting pdf document in Iframe
I have a hidden submit form in a PDF document. I've managed to insert the form into an iframe on a PHP page. I've created a Submit button outside the iframe. Is there any way I can link those two ...
0
votes
0answers
12 views
Why is my iframe loading as apparently blank on Chrome?
At http://CJSHayward.com, in Chrome (FireFox displays as intended; Safari slightly differently), if you click on the 'Search' tab, the inside of the tab is initially blank, but if you reload the ...
0
votes
1answer
32 views
Iframe added with jquery show the wrong source
I'm doing some client-side testing and has the following script running:
Simplified version:
$( ".result tbody tr" ).each(function() {
var orgnr = ...
0
votes
1answer
56 views
+50
Open web page with a frame opening particular bookmark
I have a website. Now when I click on Support -> Basic FAQ on my website I get FAQ.htm which is done by using iframe. By default, FAQ.htm opens with these frames. Now I want make some changes to the ...
0
votes
1answer
12 views
How do I let one iframe's button act upon another iframe with the script in parent page?
As stated above, how do I allow a button in the first iframe work in the next iframe when the script that possesses the function of the button is in the parent page?
this is my html:
<html>
...