Tagged Questions

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

learn more… | top users | synonyms

16
votes
4answers
24k views

Run JQuery in the context of another frame

The client I am working with has a frameset like so... <frameset rows="100,*, 0"> <frame name="theFrame" id="theFrame" src="blah.html" > <frame name="theSecondFrame" ...
15
votes
3answers
13k views

Overcoming “Display forbidden by X-Frame-Options”

I'm writing a tiny webpage whose purpose is to frame a few other pages, simply to consolidate them into a single browser window for ease of viewing. A few of the pages I'm trying to frame forbid ...
8
votes
4answers
139 views

Why won't int variable come before char array in terms of addressing no matter how I code it in C?

I'm reading Hacking: The Art of Exploitation (2nd Edition), and I'm currently on the section about buffer overflows. In the first example, the variables are declared/initialized in this order: int ...
8
votes
5answers
5k views

How are the facebook chat windows implemented?

On Facebook you can browse the site without affecting the floating chat windows. Seems like if the main page was inside an iFrame and the footer and chat windows where floating outside. Is the main ...
7
votes
4answers
10k views

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 frame is clicked, the original source is still returned. Is it possible to detect the new ...
7
votes
3answers
5k views

Detect failure to load contents of an iframe

I can detect when the content of an iframe has loaded using the load event. Unfortunately, for my purposes, there are two problems with this: If there is an error loading the page (404/500, etc), ...
7
votes
7answers
25k views

JQuery and frames - $(document).ready doesn't work

I have a page, with some code in js and jQuery and it works very well. But unfortunately, all my site is very very old, and uses frames. So when I loaded my page inside a frame, $(document).ready() ...
6
votes
5answers
5k views

Any way of using frames in HTML5?

For school I must make a website and it must use those crappy old damn fml frames. I've already complained about this to my teacher without any success :( I want to use HTML5, but it seems that ...
6
votes
2answers
391 views

When should I use HTML frames?

I have heard countless reasons on why not to use HTML frames, from their lack of accessibility, the general lacking in UX, their being completely inefficient/unmaintainable, or them just being ...
6
votes
5answers
939 views

How to do Delphi-like frames in C#?

Slight bit of background: I'm a Delphi programmer re-learning C# (learned in school originally, haven't hardly touched until recently), and am trying to get some of my Delphi concepts transferred ...
6
votes
9answers
3k views

Delphi, frames vs forms. What for multi-document interface?

yesterday I've started discussion on "MDI vs tabbed interface". I've asked whether should I continue developing my app as MDI-based, or should I embed the child forms into tab sheets. Someone pointed ...
5
votes
3answers
1k views

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 Page B. Now page B is part of a completely different product, so there's a frame in a that just ...
5
votes
2answers
1k views

WPF - pagination when printing a visual

I have a WPF window with a frame. I have some code to print out the content of the frame using the printdialog and printvisual. But this will only print what appears on the screen even though the ...
4
votes
1answer
120 views

Delphi: JEDI TrayIcon hides all frames. Bug

I have a frame, two buttons and a JEDI TrayIcon (TJvTrayIcon, Version 3.40). Delphi XE. The first button: Frame11.Visible := true; Second: Frame11.Visible := false; When I try to minimize a ...
4
votes
4answers
273 views

why frames are bad

i know they are, but my co-worker doesn't believe me. He keeps telling me that google cralws the inside content and caches it just fine. According to google, it does crawl them, but doesn't guarantee ...
4
votes
5answers
1k views

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 situation where frames were the right solution, or even a decent solution. However, I'm now ...
4
votes
2answers
6k views

Adding an image to a panel using Java AWT

I posted earlier about having a really messed up panel but fixed that by simply changing the layout (thank you to Charlie Martin for helping me). Now, I'm trying to add an image to a panel so I can ...
3
votes
1answer
61 views

Add javascript to iframe?

I want to know if it is possible to add a javascript <script type="text/javascript">blahblah</script> to an iframe OR frameset that is on the page? Just a note: the content comes from the ...
3
votes
1answer
92 views

How to detect if a site cannot be embedded via iframe?

I'm trying to embed some random sites in an iframe. I'm getting this error: Refused to display document because display forbidden by X-Frame-Options. I'm willing to respect their wishes and not ...
3
votes
1answer
114 views

Trim (remove frames from) a video using Python

I would like to trim - cut off frames at the beginning and end - a video that can be in a variety of different formats, and then save the trimmed video. Are there any libraries or suggestions on how ...
3
votes
2answers
226 views

CSS and frameset?

I have an .html document of XHTML 1.0 Frameset doctype and I'm using the following code: <frameset rows="20%, 80%" border="1"> ... </frameset> When putting the above .html code ...
3
votes
2answers
2k views

PowerPoint VBA: which command (or a set of commands) would create ppt frames out of my .jpg pictures?

I have a few .jpg files in C:\my_folder Here are their names: pic_1.jpg , pic_2.jpg , pic_3.jpg , pic_4.jpg , pic_5.jpg . What command or a group of commands in Power Point VBA should I use in order ...
3
votes
1answer
467 views

Jquery UI Dialog unable to access another frame

I have two frames, one on the left which searches the content of the fields in the other frame on the right. My #matchesFound div created for the dialog resides on the search frame on the right. ...
3
votes
1answer
79 views

Batch-based video game problems!

ok so im making another batch based video game and its like a maze game and i have the controls set up, but i was wondering if theres any way to have an "on collision" event in the script so that ...
3
votes
4answers
398 views

Webpage navigation with persistance - ASP.NET C#

I have a website that is already completed in ASP.NET. I need to add a section at the bottom that holds a live streaming video chat (Flash Object), and I need it to persist over different page ...
3
votes
3answers
138 views

Any way to tell if current frame is parent?

I'm working in a framed environment, and trying to tell if the frame on which some javascript code executes is the top frame (the one that contains the rest). Up until now I was trying to check it ...
3
votes
8answers
229 views

Should a modern intranet-only web application still use frames nor not?

I'd like to ask about using frames in a modern intranet-only web application. Of course there a several reasons to use or probably not use frames in a modern internet web application. But what about ...
3
votes
1answer
640 views

ffmpeg split into frames

Hey, I want to split a video which is one second long (25fps)into 25 seperate video files. I know I can split it up into jpegs but I need to retain the audio. So when I recompile audio is still there. ...
3
votes
2answers
778 views

How can I get the frame source with Perl's WWW::Mechanize?

Using WWW::Mechanize::Firefox, I can get the source of the page I visited. However, if the page contains a frame, I get the frame tag and not the actual source of the page that is loaded. ...
3
votes
3answers
489 views

Keep a permanent connection to the server while navigating a website

We are a young start-up launching a unique chat product next week. Our chat is currently based on Jabber (using Openfire as our Jabber server) via BOSH (using Punjab), with jQuery for our client side ...
3
votes
4answers
932 views

How can I keep a music player in the page footer that doesn't reload when I click a link to a subpage?

I have been trying to solve this problem for a while now and have looked on numerous forums to find a solution. Here is my setup. Any help would be greatly appreciated! I currently have a index page ...
3
votes
2answers
513 views

Frames, scripts, and load order

If I have a document with a frameset and some javascript defined in a head tag, i.e something like this: <html> <head> <script> function foo() {} </script> ...
3
votes
4answers
2k views

disabling frame resize in Firefox

I have the following frameset: <frameset rows="625,*" cols="*" framespacing="0" frameborder="0" border="0" noresize> <frame marginheight="0px" src="music-NEW.php" name="mainFrame" ...
3
votes
3answers
855 views

Delphi visual component - moving away from TFrame base?

I have a visual component that I built from a TFrame (but then registered to the palette, etc); it works great and I loved being able to build it VISUALLY using the IDE. I would now like to create a ...
3
votes
9answers
3k views

Tab Navigation - Frames or AJAX?

I have what I imagine to be a pretty standard web-interface. There are 4 different ListViews (grid controls) which are accessed by a series of Tabs on the top. I have implemented this as follows: ...
2
votes
1answer
74 views

accessing components of frame1 with frame2, with frame2 being on frame1, in delphi, frames are created dynamically

Originally the question had to be how to access the components in the first place, however I somehow managed to figure it out. I am just learning Delphi so I am prone to dumb and obvious questions. I ...
2
votes
1answer
45 views

Executing Javascript in a Seperate Frame

Internet Explorer 6/7/8. I'm using the eval() calls to ensure that code is executed within the context of particular frames within a multi-frame web site. The situation I have is that I'm basicaly ...
2
votes
1answer
71 views

Need an alternative to frames

I need an alternative to frames. My layout is as follows, a hovering menu bar and a web page below. The menu has a text box where i can enter the url which is loaded in the other frame. now any url i ...
2
votes
1answer
79 views

How to get frames count from avi file ? and go to specific frames?

Like my question, Can anybody tell me how to get frames count from avi file? and go to specific frames and extract to screen in c# .
2
votes
4answers
92 views

How do I reuse parts of a webpage (using div)?

I have several HTML pages that share a menu area. Every time I update the menu area (eg with new "breaking news") I need to update all 10 pages manually. With frames, they all point to same frame ...
2
votes
1answer
123 views

Setting border on scrollable HTML frame

I have a frame that will host a navigation tree. I want to have a blue border on the right side of the frame. This border should fill the entire frame area from top to bottom and the frame should also ...
2
votes
4answers
60 views

Permission to see certain pages

I am creating a website where there are two user intefaces. ONe for sellers and one for buyers. Currently, I am storing these files under a folder (e.g: /interfaces/frame.php) So for both cases the ...
2
votes
2answers
131 views

MatLab, how to preallocate for frames to make a movie?

Matlab has the following guide to making a movie in avi format. My goal is to be able to play the video in my presentation through powerpoint. nFrames = 20; % Preallocate movie structure. ...
2
votes
1answer
62 views

How to access the window object from the document object

Is it possible to access the window object directly from the document object in Javascript? For example: // window.frames[0] returns the document object of the first frame or iframe found on the ...
2
votes
3answers
117 views

What's the easiest way to have one element on a webpage stay static while the rest changes?

Not sure if this is a really obvious question or not, but I need to have an embedded music player continue playing while the user views the rest of the website (clicking links to view different pages, ...
2
votes
2answers
265 views

ASP.NET (using VB.NET for code behind) Frames issue

I am using frames for my web application. Description (1)Left Frame with a list of buttons (clicking them opens a web page in the right frame) (2)Right Frame, opens the web page passed by the left ...
2
votes
1answer
270 views

Difference between relative=up, relative=parent, and relative=top in selenium selectFrame

What are the differences between Selenium.SelectFrame("relative=up"); Selenium.SelectFrame("relative=top"); Selenium.SelectFrame("relative=parent"); Could anyone give me an explanation using ...
2
votes
1answer
677 views

IE9 “permission denied” on an xml document which was created by a frame which no longer exist

I came into a really strange situation. I have the following setup: Parent window has an object "bar" which includes an xml document and few other properties: <html> <head> <script ...
2
votes
1answer
81 views

Can you change a widget's parent in python tkinter?

Is there any way to change a widget's (ttk.frame in this case) parent? I can't find any keywords to use in the widgets .config. Is this not possible in python tkinter? What I'd like functionally is to ...
2
votes
4answers
120 views

Use frameset with other HTML elements in page

I have a page in which I want to include frameset, as well as use other HTML elements (basically some hidden form fields). But where can I place those additional HTML elements in the code ? ...

1 2 3 4 5 7