Jump to content

Frames

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
domestic

domestic

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
OK. Heres what I'd like to happen.

I have a nice fancy image across the top, then some items in left and right panes, and the main content in the middle. Unfortunatly, this is being a bit or a nuasance!

My problems are:

1-I can't get IE of Firefox to accept the frame sizes i give
2-I wanted to place a large image across the top of the page above all 3 lower frames. Unfortunatly, the frameset has also split the top row and now I can't get images to join up correctly.

My reasons for frames are that in the left and right bars are content that is updated almost daily, if not more. So I figured frames would make sense as I update the frames once, and they are updated everywhere on website. I've seen it done properly on other pages, but how....:confused:

If there is some other way I should do it (php, js, asp :confused:) that would let me do this then please, let me know.

Thanks

Domestic
.
Posted Image

Programming Languages: Java, VB6, VB2005 (.NET2)
Web Languages: HTML, CSS, JS

Website: http://abdn.ac.uk/~u41am6

Opportunity is missed by most people because it is dressed in overalls and looks like work.

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Frames are absolutely horrible, I hate them and stay away from them at all costs. The only type of frame that comes in handy once and a while is the iframe...

Anyway, I would recommend PHP - its fairly trivial to do what your looking for. Everything can be pretty much accomplished with a single function: require_once

Just "require" a a certain file [menu.php] on all your pages, and simply editing menu.php, all your pages will be updated. I think there is a basic tutorial on this in our PHP Tutorials Section.

#3
domestic

domestic

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
cheers mate! Will look this up!

Thanks!
.
Posted Image

Programming Languages: Java, VB6, VB2005 (.NET2)
Web Languages: HTML, CSS, JS

Website: http://abdn.ac.uk/~u41am6

Opportunity is missed by most people because it is dressed in overalls and looks like work.

#4
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
There's always a way around frames, you never need to use them. In some instances it may seem like they are the best way to go but they're ultimately bad for design and even SEO, or so I've read.

#5
domestic

domestic

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
yeh. Have done the whole site in php. Been a learning experience and good fun! Plus, it works :D
.
Posted Image

Programming Languages: Java, VB6, VB2005 (.NET2)
Web Languages: HTML, CSS, JS

Website: http://abdn.ac.uk/~u41am6

Opportunity is missed by most people because it is dressed in overalls and looks like work.

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well they are not so good imo, you should use php you can include other php files instead of including other pages in frames, it's better!