Log in

View Full Version : How is this done please?



Crow
09-26-2007, 09:43 PM
First off, I'm sorry if this is in the wrong area, but I did look the sections over and though this would be the best place..

Hello reader!

I hope that you can help me find out how this is done? If you goto http://www.upnews.it/ and click on one of the storys links the new page will open but I want to know how they kept a sidebar from there site on the page?

http://www.upnews.it/outframe/Parliamo_di_HD-Alta_Definizione

That link shows the new site with the sidebar of upnews on it, how is that done? its not normal "Frames" I think maybe ajax or something? Any help would be great, thanks!

Rockonmetal
09-26-2007, 09:45 PM
They might be doing either a PHP include or a frame on the left side with the main page on the right.

Though my best bet is a frame on the left with the main page on the right...
I don't use frames that much but I know about Iframes...

Crow
09-26-2007, 09:59 PM
I'm no pro coder, but I don't think thats correct.
Anyone else with an idea?

Thanks for the reply Rockonmetal.

Crow
09-26-2007, 10:17 PM
They might be doing either a PHP include or a frame on the left side with the main page on the right.

Though my best bet is a frame on the left with the main page on the right...
I don't use frames that much but I know about Iframes...

I think you might be right m8, I took another look and it does have "Frame" code in it.
Still wondering how he did it tho.

thetestingsite
09-26-2007, 10:35 PM
They just made a link with to a page with a frameset. Their sidebar is on the left and the main link is on the right. If you look in the address bar, the page is still on their site but with the main frame as the other website.

Hope this helps.

molendijk
10-11-2007, 07:02 PM
They use a frameset.
If you want to know how to avoid certain problems related to the use of framesets, see this (http://www.dynamicdrive.com/forums/showthread.php?t=25009&highlight=molendijk).

Arie Molendijk.

djr33
10-11-2007, 07:05 PM
The only way to have a static portion of a page when other parts are reloading (without updating them through javascript, which isn't seen a reloading, just updating automatically, etc.) is through the use of frames or iframes.

molendijk
10-12-2007, 12:06 PM
To which it can be added that layers can be forced to show in front of the frames of a frameset, see here (http://www.dynamicdrive.com/forums/showthread.php?t=25009&highlight=frameset).

Arie Molendijk.