HighDots Forums  

Frame question

alt.html alt.html


Discuss Frame question in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Blurg
 
Posts: n/a

Default Frame question - 10-03-2003 , 12:46 PM






Hi,
I have a problem with my webpage. It uses two frames, the left one for the
contents list and the right one for the body content.
Now, when I look up a page in for example google, then it's always choosing
the body (right frame) and this way people only get the requested page in
question without the left frame. I like to find a way that if such a page is
requested, it's always requesting the left frame too.
Is this possible, or do I need to use some Javascript or something? I'd like
to try this without a server-side scripting language.

to see what I mean: when I try to find a page in google about I get for
example this page as a result:
http://metafysica.nl/crystal.html
But I need it to have it in the right frame like this http://metafysica.nl



Jurgen



Reply With Quote
  #2  
Old   
Hywel Jenkins
 
Posts: n/a

Default Re: Frame question - 10-03-2003 , 12:51 PM






In article <JJhfb.50536$4o1.4996122 (AT) amsnews03 (DOT) chello.com>,
j.stroo (AT) chello (DOT) nl says...
Quote:
Hi,
I have a problem with my webpage. It uses two frames, the left one for the
contents list and the right one for the body content.
Now, when I look up a page in for example google, then it's always choosing
the body (right frame) and this way people only get the requested page in
question without the left frame. I like to find a way that if such a page is
requested, it's always requesting the left frame too.
Is this possible, or do I need to use some Javascript or something? I'd like
to try this without a server-side scripting language.

to see what I mean: when I try to find a page in google about I get for
example this page as a result:
http://metafysica.nl/crystal.html
But I need it to have it in the right frame like this http://metafysica.nl

You could solve this with JavaScript, or you could just drop the frames
entirely and use SSI for you common elements. Can you now see why
frames are evil? That alert on entry is fscking stupid, too.

--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php


Reply With Quote
  #3  
Old   
David Dorward
 
Posts: n/a

Default Re: Frame question - 10-03-2003 , 01:03 PM



Blurg wrote:

Quote:
I have a problem with my webpage. It uses two frames, the left one for the
contents list and the right one for the body content.
Oh dear

Quote:
Now, when I look up a page in for example google, then it's always
choosing the body (right frame) and this way people only get the requested
page in question without the left frame.
This is one of the limitations of frames. While its possible to work around
this, its much easier to replace the frames with something better (solving
half a dozen other problems in the process).

http://dorward.me.uk/www/frame/ has some pointers.

--
David Dorward http://dorward.me.uk/


Reply With Quote
  #4  
Old   
David Dorward
 
Posts: n/a

Default Re: Frame question - 10-03-2003 , 01:36 PM



Blurg wrote:

Quote:
I have a problem with my webpage. It uses two frames, the left one for the
contents list and the right one for the body content.
Oh dear

Quote:
Now, when I look up a page in for example google, then it's always
choosing the body (right frame) and this way people only get the requested
page in question without the left frame.
This is one of the limitations of frames. While its possible to work around
this, its much easier to replace the frames with something better (solving
half a dozen other problems in the process).

http://dorward.me.uk/www/frames/ has some pointers.

--
David Dorward http://dorward.me.uk/


Reply With Quote
  #5  
Old   
JT
 
Posts: n/a

Default Re: Frame question - 10-03-2003 , 03:00 PM



"Blurg" wrote:
Quote:
I have a problem with my webpage. It uses two frames, the left one for the
contents list and the right one for the body content.
Now, when I look up a page in for example google, then it's always
choosing
the body (right frame)

This is because you have your title and meta tags in the right frame, these
should be in your index page. Your left frame needs adjusting as it has a
lower scroll bar.




Reply With Quote
  #6  
Old   
www.raph.nl
 
Posts: n/a

Default Re: Frame question - 10-03-2003 , 05:05 PM



Blurg wrote:
Quote:
Hi,
I have a problem with my webpage. It uses two frames, the left one
for the contents list and the right one for the body content.
Now, when I look up a page in for example google, then it's always
choosing the body (right frame) and this way people only get the
requested page in question without the left frame. I like to find a
way that if such a page is requested, it's always requesting the left
frame too.
Is this possible, or do I need to use some Javascript or something?
I'd like to try this without a server-side scripting language.

to see what I mean: when I try to find a page in google about I get
for example this page as a result:
http://metafysica.nl/crystal.html
But I need it to have it in the right frame like this
http://metafysica.nl



Jurgen
Hi Jurgen,

Take a look at my test page www.raph.nl/test
This page possesses the most important advantage of frames, but not the
(many) disadvantages. Let's call it a 'frameless CSS frame'.
It's still a prototype, but I haven't yet found a disadvantage of this
solution. The information on the page is fully accessible in browsers that
have no or insufficient CSS support.

CU!

Raph
www.raph.nl




Reply With Quote
  #7  
Old   
Blurg
 
Posts: n/a

Default Re: Frame question - 10-05-2003 , 05:27 PM




Now, I will investigate the solutions, as there are more techniques to this
kind of problem, as I can see now.
Thank you all for this help, and Mr Jenkins, what an interesting way to make
yourself clear.

Jurgen


"www.raph.nl" <raph (AT) dds (DOT) nl> schreef in bericht
news:3f7de481$0$11353$58c7af7e (AT) news (DOT) kabelfoon.nl...
Quote:
Blurg wrote:
Hi,
I have a problem with my webpage. It uses two frames, the left one
for the contents list and the right one for the body content.
Now, when I look up a page in for example google, then it's always
choosing the body (right frame) and this way people only get the
requested page in question without the left frame. I like to find a
way that if such a page is requested, it's always requesting the left
frame too.
Is this possible, or do I need to use some Javascript or something?
I'd like to try this without a server-side scripting language.

to see what I mean: when I try to find a page in google about I get
for example this page as a result:
http://metafysica.nl/crystal.html
But I need it to have it in the right frame like this
http://metafysica.nl



Jurgen

Hi Jurgen,

Take a look at my test page www.raph.nl/test
This page possesses the most important advantage of frames, but not the
(many) disadvantages. Let's call it a 'frameless CSS frame'.
It's still a prototype, but I haven't yet found a disadvantage of this
solution. The information on the page is fully accessible in browsers that
have no or insufficient CSS support.

CU!

Raph
www.raph.nl





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.