frames

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 add that panel to the frame. This is part of the class that I am messing around with. http://friendpaste.com/13zibFC4oVxCbm83500KVj This is...

How to keep an autocomplete result on top of another frameset

I have a frames page with a header and a body just below it. The header frame is roughly 20px; about the height of a textbox which is exactly what I want. In this upper frame, I have a textbox with an autocomplete attached to it. What is happening is when I search for something in the textbox, the results from the autocomplete are droppi...

Dynamic resizing of frames and forms in Delphi

I have a TFrame descendent that has on it a sizable panel which is a third-party component (TLMDSimplePanel)). The sizing on that panel works great, but I want the frame it is contained in to resize dynamically when the user changes the size of the panel. (The panel has a little sizing thumb grip on it that the user can just click and ...

Jquery and frames

I am currently working on a web application that has been created using a magnitude of frames that stretch down up to 5 times, The issue is that i need to preform some jquery magic throughout the website. What would be the best way to go about this (other than rewriting it which i have considered)? EDIT: The Frame Structure is somethi...

getting selected text from another frame

I have a frameset where I would like to have someone be able to click a button in one frame that does something with the text selected in the other frame. The button in frame[0] invokes the following javascript to get the selected text from frame[1]: self.parent.frames[1].getSelection() The problem, I believe, is that the very act of ...

Grab random frames from video & make a gif image - Java

Hi! I want to know if it's possible to grab random frames from a video and then "stick" these frames together to make a gif image? I intend to achieve the above said idea by programming in Java. What should I use? (I have no previous experience in programming involving videos, although am proficient in Java) ...

WPF Frame Source Refreshing the Loaded Page

I've come across a strange scenario where a frame refuses to refresh its content. I can kinda understand what's happening but the solution is not coming to me. I have a page that has a frame (Frame1) and several buttons. When I click on a button a page is loaded into the frame. This works perfectly in most situations. Private Sub btnI...

how can Javascript access location/selected text across frames when domain differs?

I have a page with a frameset, where I would like Javascript in one frame to access the selected text and location of the document in the other frame. I can do this using the getSelection() function and document.location parameter, but ONLY if the other frame is served by my local server. The javascript code returns null strings if the o...

Multiple Frames, JavaScript, and Navigation History

Hi folks, I inherited an eCom site which operates by multiple frames. There is a sidebar frame that may have a list of products in a category or be a blank page. And there is a main content frame that will hold category items, or content, or the shopping cart. It is a nightmare of spaghetti code includes and I don't have access to th...

Break from frames based on parent's URL

I am trying to help a friend of mine break his site out of some nasty frames: example. This wouldn't normally be an issue but this particular site crosses some ethical boundaries by placing an advertisement on the top of the page that is NOT paying my friend. Here is where it gets complicated, he would like his site to be in frames for...

Complications caused by using inline frames

Hi All, What are some complications that can be caused by framing a website? I'm looking to frame a relatively complex website that is based on jspx. So far I've found that Ajax functions don't work and I've heard that this is because of security issues. What other things of this nature might go wrong when framing a website? Thank ...

Frame behavior in Delphi application issue

I have an application that uses a frame extensively and needs to hide/show certain buttons depending on which form is active at the time. In order to keep the buttons neat and organized appropriately, I have put them on panels and show or hide the panels as needed for each form. My problem is when each form is initially created, the pa...

How to solve this iGoogle-gadget issue?

I want make an 'iGoogle gadgets' that changes the search box on the igoogle page. Here is my code so far: <script type="text/javascript"> function bing(){ document.getElementById('sfrm').action="http://www.bing.com/search"; } </script> <input type="button" onclick="bing()" value="Search"><br>with Bing. I have tested it briefly with ...

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 working with an internal web application written by another group and the entire site is built in a - header, left side menu, right side conten...

Best FRAME replacement object? IFrame? Scrollable DIV?

I've got a Classic ASP page full of frames and I'd like to find a cross-browser-friendly alternative. In many cases, the frame exists solely to allow the user to scroll a window of text on one side of the screen. What's the best practice for showing scrollable content without using Frames? ...

[Wizard] How to check previous tabsheet when moving from page to page in a pagecontrol?

Hello I'm using a TPageControl with the TTabsheets' tabs hidden so as to have the frames they contain appear to be stacked, and build some kind of wizard by displaying a different frame at different steps in the process. Problem is, after calling "PageControl1.ActivePageIndex := x;" to display the next frame, once in the new frame I ne...

Accessing a frame within a frame

Ok, here is the situation. I have a site that I subscribe to that lets you add your own code, etc. They have a forum editor that I am unable to skin to match my site, so I'd like to just change the colors of the inner most frame (doc3 in the example below). Here is the basic setup... yes, all documents are from within the same domain bu...

iFrame Question

I have a website that has a huge background image. I need to put a flash player at the top of the website, and I just realized that each page they click on is a new page, and thus restarts the Flash player. So I would like to put that flash player in an iframe so it will continue to play throughout the user surfing. But my issue is wil...

Is there a non-frame set method of achieving an 'external link bar' at the top of the browser viewport

The goal is to 'soften' hyperlinks off to external content slightly by displaying an external link bar at the top of the window, that displays above the content on the external website - containing a line of text that reads something along the lines of "The content you are viewing is not owned by this site, close this browser window to r...

Why is IE7 rejecting session cookies from a page in a frame?

I am building a website that is loaded into a frameset by other sites (where the domain names are different for the parent site). This works fine in all browsers (including IE6), except for IE7. It is not registering the session at all and simply does not work. Site is implemented using LAMP, MySQL 5, and PHP 5 - yeah, probably not re...