frames

IFrame targeting another IFrame

I have a parent page containing two iframes. One holds navigation links and the other should display the information pertaining to the navigation link clicked in the first iframe. So I need to target the one iframe from within another iframe.Is this possible? If so how does one go about it? ...

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 over. The current situation is, I need to create an application that can use data from a variable list of similar data controls depending on...

Jumping out of Frame issue in IE

For some reason the right frame keeps jumping out of the frame set. When the frame is run independently, it works fine.... here is the URL: http://www.linkwell.info/test/ ...

Can't convert frames to CSS? Help needed.

Since I got TLDR (too long didn't read) comments, I stripped 90% of this away, including everything I have tried. The layout is very, very simple. ----------------------------------------------------------------- | | | This menu area is fixed and does not scroll up off the...

Making a site WITHOUT frames..

Hello. I want to make my homepage, without frames, should i just split up my design on index.php so it is header.php/footer.php, and then just include them on every page? ...

Alternative to Frames splitters?

I keep reading about how bad Frames are. One feature I really like is how the user can drag a splitter to resize the frames. If I don't use frames, how might I go about providing the same feature? ...

Safari Javascript parent.frames.length

I get a parse error from Safari with this code: for (var i=0; i<parent.frames.length; i++){...} doing alert(parent.frames.length); works and outputs the correct value which is 5. I also tried but failed: var len = parent.frames.length alert(len); //Correct for (var i=0; i<len; i++){...} //Parse Error When i type this code into ...

Proper Way to Create Standards-Compliant Webpage Structure

I have been working through projects involving packages that do all the web design stuff for me for the past few years. I will admit that I have not been able to focus any on actual web design. I was wondering what the standard is these days for website layouts. Are layout-tables looked down upon now? Or are all layouts done with div ta...

How can I get an element from within a frameset frame using JavaScript?

I need to access and element from within a frameset frame. For example if I have the following markup: <frameset rows="33%,33%,*"> <frame src="frame1.html"/> <frame src="frame2.html"/> <frame src="frame3.html"/> </frameset> How can I get some element from one of the child frames? I have tried this: window.frames[1].getElementByI...

target="_top" emulation using JavaScript

Suppose we have frameset of with 2 frames, one frame is kind a tiny horizontal header and second is kind of "content" frame with 3rd-party html page inside. When user clicks on some link inside "content" frame, the whole page (frameset) should be reloaded with this link, the same behavior if "content" frame has "target=_top" attribute. H...

does flex use frames?

I'm looking into developing a game using the flex SDK instead of flash. I'm kind of not sure how to start. One question I have - does Flex have a timeline like Flash, with frames etc? Is there a main/root timeline? ...

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 calls B. Now, they want that when B an option in B is clicked, the WHOLE page is redirected to another page in A. The problem is that the u...

How to call a JavaScript function from one frame to another in Chrome/Webkit with file protocol

I have developed an application that has a list of items in one frame; when one clicks on an item it does something in another frame (loads an image). This used to work fine in all browsers, including Chrome 3; now it still works fine in Firefox but in recent versions of Chrome (I believe since 4) it throws this error: Unsafe JavaSc...

Drag and drop between frames - chrome

I have a website http://fewbs.com. I have a shortcuts (bookmarks) section onto the left. Here I provide menus and submenus and drag and drop of shortcuts and menus. Though I have been able to do it in IE and FF but its not working for opera and chrome. In IE it works by default, in FF by using -moz-user-focus: ignore; -moz-user-select:...

How to make a remove frame script in JavaScript?

I am making websites I refer to from my site load up in a frame (similar to google images). But I also want to give users the ability to break out of that frame. Like with google image's "Remove Frame" link at the bottom right corner of their frame. How can I do this possiblyusing Javascript? ...

Link to open in a new window, with 2 frames

I will be displaying news feeds from external websites on my website. So i need to open external links in those feeds in a new window, but give the user an option to return to my website. Basically I'm trying to replicate Google Images' technique of opening a link in a window with 2 frames - with the top frame having an option to "Remov...

Frames with JavaScript

How can I manipulate using JavaScript (JQuery) a site, not in my server, that I loaded in a frame? ...

How can I modify objects inside frames with AS3 in a permanent way?

I have a MovieClip symbol created with flash in a fla file library. There is a textfield in frame one of this movieclip's timeline . There is another frame in the movieclip timeline. There is a custon class definition for this symbol. It is a flipping card in a memory game. I access the textfield by going to frame 2 (gotoAndStop(2)) and...

Whats the best way to implement a navigation bar on top of legacy applications?

I have to implement a new home page system for all of our applications. The old system used frames with a left nav frame and the application was in the right side frame. For this go around we designed a top nav with dropdown menus. Today I found out that the css drop down menus don't go over the top frame boundary. We're using frames bec...

Https and Frames. Is connection encrypted?

Hello all. If I have a frame embedded into a html page. The page connects through http. My question is: If my frame connects through https is the connection and everything still encrypted despite the fact that the container page connects through http? UPDATE: Thank you everyone. So it is encrypted :) ...