HTML frames are a way of displaying multiple HTML documents in a single browser window.

learn more… | top users | synonyms

0
votes
1answer
23 views

Switching Frame in Selenium Webdriver, C#

I am getting this error using Selenium: An unhandled exception of type 'System.InvalidOperationException' occurred in WebDriver.dll Additional information: '[JavaScript Error: "a is null" {file: ...
1
vote
1answer
35 views

R: merge data frames for cohen's kappa

I'm trying to analyze some date using R but I'm not very familiar with R (yet) and therefore I'm totally stuck. What I try to do is manipulate my input data so I can use it to calculate Cohen's ...
1
vote
3answers
87 views

Why Iframe dosen't work for yahoo.com

I find this doesn't work: <iframe src="http://www.yahoo.com"> </iframe> I have read this question, but I don't understand what they mean by add: <?php header('X-Frame-Options: ...
0
votes
0answers
10 views

Are there any plugins to handle frames and framesets for slenium ide?

From what I have experienced: The selenium ide does not record frame and also window changes. But it should. And I think it's feasible. I want to write a plugin but I want to make sure such a plugin ...
0
votes
1answer
15 views

Getting the total number of frames to write it into BVH file while recording with kinect

I'm trying to write skeleton data into BVH file, for that I need to get the total number of frames and write it before the joints data as the hierarchy of the bvh file is. The function ...
-1
votes
0answers
26 views

ffmpeg : Extracting the frames out of the video with corresponding time in ms [closed]

I am using the following command : ffmpeg -i <input-file> image%d.png which outputs the image(frame number).png. But I have a requirement where I have to append time at which frame is ...
0
votes
1answer
53 views

How can I make a gif out of a .png containing several frames? [closed]

I need to automatically convert to an animated .gif a .png file containing several frames. I know how many frames does each file contain. All images have transparency, but no alpha channel. Frames are ...
-2
votes
0answers
18 views

Movie subtitles to edited in a particular way in python [closed]

Need help making a python program that loads a subtitle file (in .doc,.srt or any popular text format) and do the following :- subtitle format :- 00:00:01:23 00:00:01:29 (the following is the ...
0
votes
1answer
39 views

How do I reference a sibling frame with Jquery/Javascript?

Here's my main index.html: <frameset cols="200,*" border="0" frameborder="0" framespacing="0"> <frame name="nav" id="nav" src="nav.html" /> <frame name="content" id="content" ...
0
votes
0answers
99 views

Record a video with OpenCV for Android, extracting its frames

My goal is to realize an Android application that can record a video giving the possibility to access to every frame of this video. I am using Android in combination with the OpenCV libraries, ...
2
votes
1answer
54 views

Using JQuery to create animation frames from PSD layers

I have a PSD file with a bunch of layers that are frames for an animation. How can I create an animation from this using JQuery/JavaScript? Will I have to save each layer as a separate image, is ...
2
votes
1answer
154 views

Working with multiple panels in one frame

I have a problem where i want a program to switch between multiple panels in a same frame. The problems I am encountering are that i can't set the layout when the panels switch and after the switch ...
0
votes
0answers
59 views

transfer data from one page to another through redirect

Say you have two websites where Website 1 has a form Website 2 both have form. Data in both is somewhat similar so I would like users to fill out the form on website 1 and send the data in the form on ...
0
votes
2answers
36 views

How to change frame height from another frame in frameset with javascript

I have a frameset: <frameset rows="30px,*"> <frame id="frame1" src="frame1source.html"> <frame id="frame2" src="frame2source.html"> </frameset> I need to be able to ...
0
votes
2answers
52 views

How to generate images from already recorded video using AVAssetImageGeneratorCompletionHandler block?

This might be a silly question but sorry for that as i am a newbie to iPhone. I want to generate images for every frames of video and display that in UIScrollview inside UIImageView. When i am ...
1
vote
1answer
13 views

Chrome window targeting without common launch relationship

I'm doing an application where one window needs to talk to another, even though they didn't originally come from a common page. There seems to be a requirement in Chrome that this is so. The two ...
0
votes
1answer
202 views

Trouble with implementing a C program that sends and receives raw ethernet frames

First off, I am fairly new to the topic of the ethernet and the data link layer and I am trying to write a C program which allows the sending and receiving of ethernet frames. I am trying to have my ...
2
votes
1answer
44 views

Periods from grouped data based on two columns

I have a file named example.csv with that data: day,number,price,pr 2010-01-01 00:01:00,1,0.4,2 2010-01-01 00:02:00,1,1.2,4 2010-01-01 00:03:00,1,2.5,6 2010-01-01 00:04:00,1,9.1,2 2010-01-01 ...
3
votes
1answer
55 views

group data by time

I have a file named example.csv with that data: day,number,price 2010-01-01 00:01:00,1,0.4 2010-01-01 00:02:00,2,1.2 2010-01-01 00:03:00,3,2.5 2010-01-01 00:04:00,4,9.1 2010-01-01 00:05:00,5,3.4 ...
0
votes
1answer
49 views

Chrome extension: How to specify which content scripts which will run on all_frames and which won't?

When specifying parameters in the manifest file of a chrome extension there is an option all_frames. This allows the content scripts to be embedded in all_frames of a page or not. An example of what I ...
0
votes
1answer
18 views

Writing from Frame to Frame in a Complex Frame Structure (3 Cols each with 3 Rows) on Google Chrome

I used the following code to write from one frame to another in Mozilla and IE and it worked perfectly: top.framename.document.write("blablabla") It however didn't work on Google Chrome. Can ...
0
votes
3answers
90 views

html: Putting a background under a frameset

What I am trying to do is probably very simple. I currently have frames in my index.html. I have a top, left, right bottom and center frame. This makes my page look pretty awkward. Here is my ...
0
votes
1answer
107 views

Created a jar file and frames are not opening in jar while they open in Netbeans

I have created a project which has more than 2 ".java" files for each frame like home.java and control.java. There is a button in home.java upon clicking which opens the frame for control.java. This ...
2
votes
1answer
97 views

VB6 Frame Height

I am building a form in which every control except the scrollbars are contained in a frame. The scrollbars, naturally, move the frame. My form's height x width is 12150 x 15800. The frame - WHICH IS ...
0
votes
1answer
32 views

How do I make so when I click my checkbox, a separate and editable frame opens?

I am currently working with Java. I have made checkboxes and I would like to know how to make it so when the checkbox is clicked it opens a separate frame that can be modified and edited for my needs. ...
2
votes
1answer
596 views

IE10 frame support is disabled. Why? And how can I enable it?

Request.Browser.Frames returns false. It should return true, because this determines if frames are supported for us, and frames are required in our application. The problem is in an IE 10 browser ...
0
votes
2answers
153 views

How to add custom frames to images programmatically

I want to create an app where i need to add frames to the images.i don't have any idea regrading this.i got one link where the frames are added to the images.could anybody help me. Here is the link ...
2
votes
5answers
230 views

Allowing Fixed DIV to continue to move horizontally

Fiddle: http://jsfiddle.net/EzuTT/ CSS #bottomfadebar { position:fixed; z-index: 2; bottom: 0px; width:267px; height:84px; background-color:#666; } #content{ ...
0
votes
0answers
158 views

jQuery dialog position not working right

I have this page that I'm building with frames ("Oh my god!! You're using frames?!?! That's like so 1970's!! Oh my god you should like totally be using css now!!" Yeah, yeah, blah, blah, blah. I don't ...
2
votes
1answer
63 views

frames - I see that frames are not supported in HTML5 - does that mean not supported if the DOCTYPE specifies HTML5?

I have read that frames are not supported in HTML5 but I still want to use them, on occasion. :-) before you launch into a lecture as to the "evils" of frames, let me say I've resolved the biggest ...
0
votes
0answers
20 views

Load Two Frames on single hyperlink

I have three frames. FRAME A has an HyperLink named Home. FRAME B and FRAME C When I click on the hyperlink in FRAME A. I want to load one.html in FRAME B and two.html in FRAME C.
-3
votes
1answer
57 views

frames using javascript [closed]

What's wrong with my codes? frame 1 <script type="text/javascript"> var Clicks = 0 ; function AddClick(){ Clicks = Clicks + 1; document.getElementById('CountedClicks').innerHTML = Clicks ; } ...
0
votes
0answers
287 views

vbscript how to instantiate a frame object to access textbox & forms within that frame?

Ok here is my problem. I am making a macro to navigate a web-based application and I was able to create an object for all frames throughout the application until it pops up a create work form which ...
0
votes
1answer
85 views

Navigating whole Page by clicking submit button of a form in a frame

I have 3 frames in a HTML page and there is a form with submit button in a frame. when I hit submit , that corresponding frame is reloaded instead of whole page. How to make whole page naviate?
0
votes
2answers
68 views

Using javascript to change frames

I'm trying to change the element in one frames html with controls contained inside another frame. I can't however get it right to achieve this. I basically have this: <a href = "#" id = "c1" ...
0
votes
1answer
65 views

AS3 How To Pass Frames

I have a small problem with my game. I want when my player reaches a box collision this calls another frame which I put an animation in it. And, when this animation ends, I wanna this frame calls ...
0
votes
2answers
265 views

Meta Refresh with a frame target

I have a very basic frame layout: index.html <frameset rows="80,*" frameborder="1" border="5" framespacing="0"> <frame name="topNav" src="top_nav.html"> <frameset cols="220,*" ...
6
votes
1answer
247 views

Qt frames disappears after a while

I have done a Windows form application in Qt and I have some QPushButton, QGroupBox and so on and the application is working great. But when i leave the application to the next day, i see that all ...
0
votes
0answers
27 views

Frame buster buster … busting, who wins?

Webmasters often don't want their pages to be put into frames, either because they are worried about clickjacking, or because they don't want their content "stolen". So the frame buster was born. ...
0
votes
0answers
17 views

How to convert frames to pixels?

Hey so I'm trying to create a media timeline which people can insert videos / pictures into, and I was wondering if there is a way to convert the total number of frames-per-second (lets say 24) to ...
0
votes
0answers
152 views

Accessing DOM of frame using javascript/jquery in Chrome extension

I'm working on a chrome extension that extracts metadata and some text elements from webpages. I'm encountering challenges when that information is contained within a frame of the given page. Take ...
-1
votes
1answer
49 views

Image editing using frames

I want to create one application where I can add borders or frames to the images in the gallery or to a new picture taken from camera, I have searched through some blogs but I didn't get the answer. ...
0
votes
4answers
527 views

Game sprite animation

I am making a game and I want to animate my character(attacking, walking, etc) but I don't have an idea on how to do it. I know it is not for loop because if it is, the animation will play in an ...
2
votes
2answers
215 views

Composite web application without frames

I have built two web applications lets call them App1 and App2. App1 has multiple pages (Page1.jsp and Page2.jsp). App1 is a standalone application which has a menu which links to the two pages. ...
0
votes
0answers
136 views

OpenGL Rendering Causing Major Lag Issues

I have some major issues regarding my opengl rendering methods. Currently I can only play a video about 2 seconds long before running into major lag issues on my device. (android smartphone), not to ...
0
votes
1answer
91 views

How to work with html frames in Django

I start using the Django to build up a webpage. What I expected is the following: I might have two frames, left and right. I have a search form in left frame. What I expected is that after I input ...
0
votes
1answer
72 views

Is it possible to put focus on frame after trigger to open frame is invoked a second time (Firefox)?

I am having an issue in firefox. My research so far is telling me that there is not really a reliable way to deal with my problem, but I am wanting to ask just in case. I have the following ...
0
votes
1answer
117 views

Javascript Move opener window

I have two windows; one is inside a frameset and the other is opened from the other in a new window (window.open(...)). I am trying to move the left edge of the opened window to the right edge of the ...
0
votes
1answer
153 views

Running the same frame animation on each onClick call

I'm trying to display a frame to frame animations using AnimationDrawable when clicking a ImageView. But my animation happens only once when I click the ImageView. I'm using xml for the animation. ...
0
votes
0answers
59 views

Reading Text Within Frame Using Python/Webdriver

I need to download text from a website that uses frames. I can find the text (in HTML) by right-clicking with my mouse and selecting "Frame Source". But I can't figure out a way to get Python to ...

1 2 3 4 5 10