I have IFrame load one of the menu item click in that page left side I have tree structure and top of the page menu Items.Center of the page loading with IFrame.Whenever session going to expire I am giving alert(session will expire soon). But this alert is coming for Iframe window (after some seconds complete) as well as parent page.That...
Is there a way to use an iframe or some other method of showing a named div from another website?
I want to pull in some data from a government website into a google map and when they click the point I want the information from one of the divs on that page to display.
...
Hi Guys,
I have data in a iframe. When a user performs an action - I want this want this data to be collated and sent "inside" another iframe inside this iframe.
I have having a bit trouble achieving this and was wondering whether its possible and if it is, how I can do it ?
Thx
...
Hey Few Questions
1.Is it legal to have an IFrame on a website which inside has an external website?
2.In an IFrame is it possible to only show a section of the src that isnt the top left of the site (for instance if there was a chart in the middle of a website, could u have just the chart in your Iframe, or atleast start it centred ther...
I was reading the static maps API, and it says you can include a custom marker in the GET params. You simply link to an image file.
I now have a second Google Map within an iframe, and was wondering if you can attach custom markers via the GET params to it? Here is the src attribute of the iframe currently.
http://maps.google.com/maps?...
I am testing an iframe within a page. When I run my ruby script with selenium-rc, the page loads up fine but the iframe goes into an infinite loading causing my script to time-out. Though on manually checking the same script, we get the expected result.
Any idea if selenium does something with the browser settings?? I have tried it with ...
Hey
In my app, I need a way to tell when my webview is finished loading. It is very easy to do that if content is html. However, my content source is javascript with iFrame inside, it will cause UIWebView finishedLoad method called several times. Is there anyway I can check to see if the iframe is finished loading?
...
I have an Telerik asp.net control that generate an html code that contains 2 div's, I resize this div's using js, after that this page is loading in iframe and my div's resize to default values, where is the problem??
the aspx page: http://www.filehosting.org/file/details/144561/example.aspx
js function to resize: ResizeDiv()
RAD_SPLI...
After submitting an iFrame, content with AJAX enabled functions is returned and everything works.
Once I move the content out from the iFrame to the main page through DOM manipulation and remove the iFrame, AJAX stops working.
How can I make it work?
I grab the body content of the iFrame and move it to an outside element through .inne...
I have a small form is to be filled in.
If the user is logged in, the form is submitted as normal. If the user is not logged in, I show an overlayer with an iframe'd page that contains a login box where he enters his credentials. If the credentials are correct I can "break out" of the frame to "return" to the main page, but how can I up...
If you have ever used a new release of either Chrome or Safari, you know that when you add a new tab, the default screen is a grid like setup with your most favorite links sitting there waiting to be clicked on. What makes it even nicer is the graphical interface, with actual pictures of the websites they are representing.
I am looking...
Hi all I am developing an application where I need to use facebook inviter its working fine now except the modal windows are shown within the iFrame so only a partial segment of the window is visible and looking odd.
Here is how it is looking :
image-link
...
Hi Experts, (excuse me if this is not the right forum to post - i couldn't find anything related to non-native programming and related to this topic)
I Am trying to set a dynamic HTML into an iFrame on the webpage. I have tried a couple of things but none of them seem to work. I m able to read the innerHTML but can't seem to update it.
...
I'm using a shadowbox which generates an iframe to display product details on a page. Because the details page can be pretty long, the client would like a "More" button that scrolls the page down (apparently the scrollbar on the right of the iframe isn't enough).
Here's the code that I've tried in order to get the iframe to scroll:
$(d...
Hello, due to security and implementation reasons that are out of the scope of this post, I need to submit multiple forms in a single page to different iFrames (one iFrame for each form). I can't use jQuery nor AJAX, it has to be done via:
<script>
document.Form1.submit();
</script>
The problem is, after I submit the first form (every...
We implemented masterpages replacing iframes in order to have a clearer way to design. The problem is that in exchange we lost the iframes benefit of partial rendering when redirecting between pages...
We use update panels(ajax .net) in both designs so the only problem remains in redirections...
...
'm trying to add a KML to Google Map. Each point in the KML file contains an iframe that loads an external html file, like in the example below. The point is shown OK on the map, except the iframe content never shows.
Does this get stripped by Google Map? Is there any way to load external content into the InfoWindow when you click on th...
I have a sidebar(iframe) that has its own instance on each tab you open. The thing is, the sidebar could be refreshed on tab 1 and not on tab 2. So i want to refresh the sidebar automatically when the user switch to another tab. Ex: user click on tab 2 and the BHO(BrowserHelperObject) refresh the sidebar right away. If anyone need precis...
I am using Yahoo Editor for my asp.net mvc (C#) application.
When i tried to use the iframe, its ripping of the complete html. It works in Chrome, but not in Firefox and IE.
I have tried pasting the below html in http://developer.yahoo.com/yui/examples/editor/code_editor.html.
<iframe src="http://www.google.com" width="100%" height="3...
Hi,
We are using too many iframes in out web application. In these iframes we load the pages which may also contains iframes and so on up to N level.
Right now i'm using recursive function to find out the required iframe object in JavaScript. It works fine, The issue is when we create large dynamic pages which may contains up to 1000 i...