Questions tagged [frames]

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

A frameset is a special HTML document type that has been designed to display separate HTML documents at the same time within tiles of the window.

Note

Both frame and frameset tags in HTML have been removed from . This has been done because of the fact that they damage usability and accessibility. When frame capability is needed, it is possible to use iframes instead.

source.

1007 questions
-1
votes
2 answers

URLs not working as HTML frame src

I have the following HTML code which is not giving any output on neither Mozilla nor IE. The status bar shows connected to www.Facebook.com & www.yahoo.com but then the pages are not displayed. I've tested in Mozilla & IE. …
-1
votes
1 answer

Running my java code works in debugger but not in run

Running my java code works in debugger but not in run. In the eclipse debugger it shows my jframes. However when I run it, my frame doesn't appear whatsoever. I believe I messed up my EventListener and all that. private class ButtonHandler…
Kelsey Abreu
  • 1,094
  • 3
  • 17
  • 42
-2
votes
1 answer

when try to pip install frames on python and shows error message could not find a version

pip install frames ERROR: Could not find a version that satisfies the requirement frames (from versions: none) ERROR: No matching distribution found for frames can't install frames on Python I tried installed it from VS code and Terminal. also tried…
Sisi Wang
  • 1
  • 1
-2
votes
2 answers

How can I make 2 pages inside a page ? Is that even possible?

Like 2 "frames" containing their own javascript and forms inside a webpage.
-2
votes
1 answer

Why does the HTML noresize attribute not work? Frames with this attribute still get resized with browser window. What does this attribute really do?

I came accross this attribute for frames in HTML:noresize, which is meant to make the frame size fixed. However, despite using this attribute as under, the frame size changes on changing width of browser. What is this attribute used for. Does it…
Manishpant
  • 37
  • 1
  • 5
-2
votes
1 answer

How to set up multiple frames

This is a simple math game which is currently in progress. The loop starts off in mainGame() which then proceeds to mainMenu(). I am trying to create 2 frames; mframe and gframe in order to .destroy() the frames later on, essentially clearing the…
root
  • 17
  • 1
  • 5
-2
votes
1 answer

I want to save a MP4 Video from array list of frames

i want to extract frames from a video and add effect in this frames then i want to save this frames as mp4 Video here is what i use in my code and it didn't work ineed help please
-2
votes
1 answer

How to create a page that cycles through a series of websites every 30 seconds

I'd like to automatically cycle through a series of URLs every 30 seconds. For example, imagine Google.com displays for 30 seconds, then it switches over to Stackoverflow.com for 30 seconds, then on to Zombo.com (Where anything is possible). …
Mike Christensen
  • 88,082
  • 50
  • 208
  • 326
-2
votes
1 answer

Java creating game loop (game update)

In my 2D game, I am not sure about my FPS and my game frame update method. When I want it to print out, to check if it is working in the console, it never writes anything. Am I missing something? public class Main extends JFrame implements…
-2
votes
1 answer

Understanding why and how often frames are dropped using OpenCV app on iPhone

I am creating a test harness to test the precision of various algorithms I am creating that use opencv framework in iOS. As of right now I am more or less looking to understand if either the opencv or just the iphone is the perpetrator in the…
-2
votes
1 answer

Enable a jframe when a vin

I made a JFrame in Java (Netbeans) with a button. When pressing that button another JFrame opens and the first frame has setEnabled to false. When I close my second Frame, I want the first one to be enabled again.... how can I do that?
-3
votes
2 answers

Data not retrieving when clicking on search button

The search button is inside the frame and I am connecting to the frame with the below code. driver.switchTo().frame("autoCompleteDialogIF"); I am able to go the frames section. Search button syntax:
-4
votes
1 answer

Can I set the Animation frames in Nanosecond not MilliSecond ( Android )

Hello as it's explained in title, I want to set the Animation of some frames (Images) in Nanoseconds or Microseconds ( Anything faster than Milliseconsd ) .. I tried to use: 1/10 milliseconds but it's giving errors.. Please help
Morro
  • 1
  • 2
-4
votes
1 answer

frames using javascript

What's wrong with my codes? frame 1 Fish…
-7
votes
1 answer

I have a defined variable but the code says it is not defined

I am trying to add the option to tell the player if they have won or loss in the frame.
1 2 3
66
67