Top "Frames" questions

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

Why are frames deprecated in html?

HTML has had frames from early days, but they are deprecated in the latest version. Many browsers (I have tried …

html frames
How do I change the URL of the "parent" frame?

I have a website which I host myself. I do not have a static IP address so I have all …

javascript asp.net iis url-rewriting frames
Selector for element inside a frame (with same origin)

I have a webpage with the following structure: <html> <head>...</head> <frameset> &…

jquery jquery-selectors frames
How can i call a window child function in javascript?

I am calling the parent function like window.parent.functionname(); from the child page. How can i call the window.…

javascript frames
Java - Is it possible to add a JMenuBar to a JFrame's decoration window?

I'm wondering if I can add a JMenuBar to a JFrame or JRootPane's Decoration window, or otherwise the border that …

java swing jframe frames jmenubar
Why should I not use HTML frames?

I haven't used frames since 1998. They seem like a bad idea and in all my development I've never had a …

html frame frames frameset
Get frame source with jQuery (after the source has changed)

This jQuery will return the source URL of a frame: $('#frame-name').attr('src') But if a link inside the …

jquery frames
Call javascript function from frame in other frameset

My site is setup like this: <frameset rows="80,*"> <frame name="top" id="top" src="header.html"> &…

javascript html frames
How to communicate between frames?

I'm maintaining an application that goes sort of like this: There is a Page A with a Frame that shows …

html frames html-frames
How to use frames in asp.net?

I want to use Frame in asp.net.I want to divide the page in two parts.In the left …

asp.net frames html-frames