Tagged Questions
0
votes
0answers
29 views
How do I get the position of an element in a nested frame relative to the viewport with jquery?
I have a web page consisting of several frames and sub frames and would like to know the position of an element in one of the sub frames relative to the viewport.
Example
Let's assume the following ...
1
vote
0answers
67 views
Unable to access URL property of an <object> element (Javascript\jQuery)
I have a problem of being unable to access data contained in the object corresponding to an <object>-html element which is used to display another website. The use-case scenario is that I want ...
0
votes
3answers
86 views
jQuery selector: select a child of a known element
I'm having troubles selecting a specific textarea element with an ID I know.
Worst part of this is that the HTML page I have to work on contains two textarea with this ID. I know this is not right, ...
0
votes
2answers
126 views
Prettyphoto and event click on iframe
uuI'm trying to detect a click event inside an iframe. I already found some (not working) solution on SO, and I wasn't able to fix them and get them working on my code.
How can I detect the target of ...
1
vote
1answer
116 views
How to capture the click event on a link inside a frame using jQuery?
I'm using jQuery 1.6.2 in a jsp page and I'm trying to capture the click event of any links in the frame. The caveat is that the links are in a frame (not an iframe) and there are no divs. The html ...
0
votes
2answers
48 views
jQuery code to ommit the top and bottom parts of iframe source
Basically we have this website which is a retailer of bigger brands.
They want to include the brand's own catalog which is on the brands website.
Problem is, the brand itself is selling their ...
1
vote
2answers
249 views
How to remove scrollbar of nested frames and iframes using Javascript
I am working on web application which contains different number of nested frames and iframes.
Currently when web page renders browser renders scroll bars against them. Sometimes count is 4-5 scroll ...
0
votes
0answers
40 views
How can i access the frame that my page is in jQuery? [duplicate]
Possible Duplicate:
How to access frame (not iframe) contents from jQuery
So, I'm trying to use some jquery in my project, and I'm having difficult with the jQuery parts.
What I'm trying ...
0
votes
1answer
70 views
Using Jquery loaded at parent window in a child frame
Is it possible that i can utilize the JQuery, which i loaded in a window, at a child iframe within that window. I dont want to load jquery multiple time in frames.
0
votes
0answers
85 views
Detect and act on frame breakout
I was wondering what is the best way to detect and react on a page from an external domain trying to break out of my frame.
I don't want to force the page to display in the frame but I'd like to know ...
1
vote
1answer
641 views
Fancybox - How to change the content of iframe?
I need to set or update custom HTML code in iframe fancybox window.
So how can I do that ?!
'content' option does not work !
Tested on localhost.
$("test").fancybox({
'width' : 300,
'height' ...
0
votes
2answers
149 views
How to click-drag the contents of a frame with jQuery?
I am attempting to enable click-and-dragging (similar to the touch-drag interaction one might enjoy on an iPhone or an iPad) on a frame within an old-school frameset.
The functionality I'm looking ...
1
vote
2answers
82 views
How can I create a player that continues playing on all pages?
The thing that I want to know is how to create a frame around the site that stays constant and at the same time and change the url in the address bar depending on the actual page being shown. It needs ...
0
votes
1answer
737 views
Javascript event on frame loaded
I can't quite work out how I can get a frame being notified when another frame has changed.
<frameset rows="*,50">
<frame id="main_frame" src="mainframe" frameborder="0" ...
2
votes
1answer
268 views
Jquery data acess in iframe
I have the frame structure below:
<frameset rows="*" frameborder="NO" framespacing="0" border="0">
<frame src="principal.aspx" id="main">
</ frameset>
principal.aspx
...
1
vote
2answers
546 views
Jquery and frame click event
I want to make an auto-click event for frame 1 after 4 seconds when link.php is loaded. My code for Link.php is
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; ...
0
votes
0answers
80 views
jQuery/JavaScript iframe to parent transactions frame source is external
I have 2 sites, I need to load one section of one into another through an iFrame. However client side interactions with a few things within the iFrame I require to track through the parent window.
I ...
0
votes
1answer
91 views
Getting innerWidth of frame from another frame
Say I have two frames top_frame and bottom_frame. Is it possible to get the innerWidth of bottom_frame from top_frame ?
I know we can use $(window).innerWidth() to get the inner width for current ...
2
votes
2answers
405 views
Jquery Inter-Frame Communication
I have main_page.htm as
<frameset rows="30,*" frameborder=0 border=0>
<frame name="top_frame" src="top.htm">
<frame name="bottom_frame" src="bottom.htm">
...
0
votes
1answer
189 views
JQuery Autocomplete results override by the frame
I have two frames in a page top and bottom. Inside the top frame JQuery auto complete list loads. But out of 10 suggestions i can see only 2 are visible, rest of the 8 being override by the bottom ...
0
votes
4answers
258 views
change div content when parent page is different?
i want to change a div content when my page embed into another page
for exemple:
if the visitor access directly to the page:
<div id="msg"> this is my page </div>
if my page embed into ...
1
vote
1answer
71 views
Can accordion navigation be used without frames?
For example suppose I have something like the following
http://jsfiddle.net/wxXav/
When a user clicks on a link within the accordion, I would like to direct them to the relevant content whilst ...
0
votes
1answer
101 views
I want to bring youtube results in a frame, as in the website mp3skull.com. how do I start? I am using JSP - jQuery
On search of a mp3 song ,I want the song from thе database and the youtube result for the same song .
0
votes
3answers
270 views
how to avoid pop up when we try reload or refresh for any frame
There is one frame sometimes which includes to load action class. But sometimes due to server issues or some other causes.
In this scenario, I want to reload the script.
But, while reloading the ...
0
votes
3answers
3k views
Getting element within Frame using jQuery
I am trying to access an element which is inside of a frame but haven't had any luck getting to it so far. I have read through a lot of examples here on stackoverflow and in jQuery's documentation ...
1
vote
2answers
2k views
Jquery Parent Frame
In Javascript we access a frame's HTML element using the following code.
<br/>
var element;
element=parent.frames[0].document.getElementById("btnLogin");
How can we do this using Jquery?
...
3
votes
3answers
372 views
jQuery: Finding an element, regardless of frame
Our dev and corporate sites have a slightly different frame hierarchy.
Very occasionally I need to reference an element in a different frame.
Unfortunately, I don't know where that frame will be in ...
-1
votes
2answers
174 views
How do I use the simpletip script in a frame
when using Simple tooltips script In the frame, half of the balloon is created in the box.
What is the solution???
http://craigsworks.com/projects/simpletip/#
frame dize:
<iframe scrolling="no" ...
0
votes
1answer
319 views
How to check if frame source has changed and open source in new window
We are creating a web-based mobile app. The app has an ad that loads in a narrow frame. In testing on the iPhone, we noticed that when the ad is clicked, it loads within the ad frame (of the native ...
0
votes
1answer
144 views
How can I pass data like a variable to a frame in an iframed page
So I have been using this http://www.facebook.com/connect/prompt_feed.php?api_key=2231777543&message=@[undefined:0:] Facebook API to make posts to my Facebook. but recently the it doesnt seem to ...
0
votes
1answer
173 views
iframe jQuery reference problem
I have an iframe in my site and this iframe loads a page with jquery. It seems that the jqery is using the iframe dimensions as a reference instead of my actual document.
For example, I used an iframe ...
0
votes
2answers
192 views
Can't find frames children
I'm maintaining an old site that uses frameset/frames.
I wan't to attach a handler to the main frame so when the user clicks the body somewhere an alert will pop up.
I've been banging my head for a ...
0
votes
1answer
102 views
controlling div with radio box cross frame
edit:it worked problem was with name i passed wrong name(a space >_<)
i have 4 div that have same id as my radio box both in diferent frame, when clicking on a radio box i want all div disapear ...
3
votes
2answers
3k views
JQuery Frame UI Plugin
Is there a jquery plugin or UI element which emulates the HTML frame tag? I'm looking for something with a more modern jquery look, but with the same functionality as an html frame tag.
Edit: By ...
0
votes
1answer
264 views
jQuery Frame Animation plugin doesn't work in FireFox 4.0
http://demo.dev.bitami.com/jQuery/frameanimation/demo.html
This doesn't work in FF 4.0
I get:
Warning: Error in parsing value for
'background-position'. Declaration
dropped. Source File:
...
0
votes
1answer
34 views
Having an array of values how to form a frames grid?
So I have an array with 3 items - 'a', 'b', 'c' I want ot create inside some div a frameset grid (resizable if possible) where each frame has its source in someStringVar + arrayItem[i].ToString() How ...
0
votes
1answer
178 views
When should I use div? When should I use frame? When should I use other forms of dynamic content?
I'm writing a web site with several forms of dynamic content. For instance, at the top, there are tabs for controlling which parts of the site are displayed below. And in a couple of pages, there are ...
0
votes
1answer
176 views
Binding to an id in a frame that's showing a third-part website
a) I have an html page that looks like this:
<html>
<head>
<title>Page Title</title>
</head>
<script type="text/javascript">
document.write('<FRAMESET ...
1
vote
2answers
334 views
Jquery plugin to work with frames
I'm looking for jquery plugin for easy cross-browser frame processing.
For example, I have following use cases:
$('#my-frame').ready(...);
$('#my-frame').scroll(...);
var x = ...
0
votes
3answers
7k views
how to get this frame's name in my javascript code
this is my html code :
<frameset rows="18,*" frameborder=0 framespacing=0>
<frame src="/zh-cn/MapS/MainTop/" noresize scrolling=no>
<frameset cols="0,*,210" name="menu">
...
0
votes
0answers
536 views
apply frame page content fadein fadeout when click in the menu frame
i have two frame in my whole website. a frame with navigation bar and another frame with main content. when i click on a link, I want the other frame (content frame) to fade in and out. I tried ...
1
vote
1answer
3k views
how to change the target frame link in jquery?
i have two frame in my whole website. a frame with navigation bar and another frame with main content. when i click on a link, I want the other frame (content frame) to fade in and out, how would I ...
0
votes
1answer
681 views
“window.frames[0].variable” doesn't work in jquery $(function(){})?
In parent.html I set an iframe with child.html in it.
in child frame,I write js:
$(function () {
var child = 6;
})
in parent frame,I write js:
$(function () {
...
1
vote
2answers
5k views
get parent frame height with jQuery
I want to get the height of parent frame with jQuery.
It's my orginal script
var iframeElement = parent.document.getElementById('FrmPatient');
iframeElement.style.height = 170;
I want to change ...
2
votes
1answer
636 views
Detect frame location/content changed
I have the following situation. I have 2 frames (top and bottom). The upper frame monitors the current loaded page in the bottom frame. How can I know if the users changed the location of that frame ...
9
votes
3answers
9k views
How to access frame (not iframe) contents from jQuery
I have 2 frames in one page like this (home.html)
<frameset rows="50%, 50%">
<frame id="treeContent" src="treeContent.html" />
<frame id="treeStatus" ...
0
votes
1answer
389 views
Can I dynamically add content to a frame?
I have a frame and I want to dynamically add content to it with javascript or jquery but I can't do something like $('#myframe').html() like I could for a DIV. Is this possible?
0
votes
3answers
272 views
Targeting an iFrame once with jQuery
I have a series of frames (4) which are used in a page to create loading of dynamic content through Ajax calls.
In each of these frames I target parent level elements and update them with there ...
0
votes
5answers
7k views
jQuery: How to hide a frame on parent?
I have the main page that contains multiple frames within the frameset.
One of the frames is a toolbar with buttons, I would like to be able to press a button on that toolbar and it will go and hide ...
0
votes
1answer
256 views
Bookmarking page to load specific Frame content, is there a FF add-on or somethign I can do with a bookmarklet?
I am using an application which has a cumbersome menu structure and I would like to create a bookmark to a specific page within the application. The app does not update the url as you click around ...

