Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Problems with frames...

Reply
Thread Tools

Problems with frames...

 
 
dorayme
Guest
Posts: n/a
 
      08-27-2005
> From: Konrad Hammerer <>

> I've a question concerning frames. I want to use 3 frames:
>
> 1) Top
> and Down and within Down,
> 2) Left and
> 3) Right
>
>
> Top
> -------------
> |
> Left | Right
> |
> |
>
> Now my question:
> In the left frame I have my Navigation Table, in the right frame I
> have the content and in the top frame I have same kind of
> Header-Information about the content frame. When I click on a link in
> the left frame, I know how to change the right frame (with
> target="right"), but this is not enough! I need to change also the top
> frame, because the Header-Info must be updated and also the left
> frame, because the navigation table may have changed!
>
> How can I solve this problem? Is there a way without javascript?
>
> Thanks,
> Konrad



If ever there was a case for not using frames at all, this looks
like it. You basically want everything to change when a link is
clicked. So yes the solution is design the page without frames
and design the page the link goes to however you want it (again,
without frames).

dorayme

 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      08-27-2005
RodeL wrote:

> <a href="javascript:change('top.htm','right.htm','lef t.htm')">link</a>
> You won't win any design-awards with it, but it works.


When Javascript is turned on (which it isn't for Googlebot).
http://jibbering.com/faq/#FAQ4_24

It also fails to work around the standard problems of using frames (e.g.
link sharing, bookmarking, etc).


--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
 
 
 
jake
Guest
Posts: n/a
 
      08-27-2005
In message <>, Konrad Hammerer
<> writes
>Hi!
>
>I've a question concerning frames. I want to use 3 frames:
>
>1) Top
>and Down and within Down,
>2) Left and
>3) Right
>
>
>Top
>-------------
> |
>Left | Right
> |
> |
>
>Now my question:
>In the left frame I have my Navigation Table, in the right frame I have
>the content and in the top frame I have same kind of Header-Information
>about the content frame. When I click on a link in the left frame, I
>know how to change the right frame (with target="right"), but this is
>not enough! I need to change also the top frame, because the
>Header-Info must be updated and also the left frame, because the
>navigation table may have changed!
>
>How can I solve this problem? Is there a way without javascript?
>
>Thanks,
>Konrad


No, not without javascript.

The folks over on comp.lang.javascript will tell you how to do it.

regards.

--
Jake
( .... just a spam trap.)

 
Reply With Quote
 
jake
Guest
Posts: n/a
 
      08-27-2005
In message <rdEPe.11242$>, rf
<?@?.?.invalid> writes
>Konrad Hammerer wrote:
>
>> I've a question concerning frames. I want to use 3 frames:

>
>Why?
>
>Cheers
>Richard.
>
>

Why not?

--
Jake
( .... just a spam trap.)

 
Reply With Quote
 
jake
Guest
Posts: n/a
 
      08-27-2005
In message <denamh$84l$2$>, David Dorward
<> writes
>roland.E.oderant wrote:
>
>>>>> I've a question concerning frames. I want to use 3 frames:

>
>>> I'm not very familier with html. If you can tell me a better way to do

>
>> How about using an inline frame?

>
>All the problems of regular frames, but with worse browser support.
>

Iframes work just fine in all modern browsers. Even some old Netscapes
can handle them.

What modern browsers do you know that don't support them?

regards.
--
Jake
( .... just a spam trap.)

 
Reply With Quote
 
jake
Guest
Posts: n/a
 
      08-27-2005
In message <szHPe.35429$>, Beauregard T.
Shagnasty <> writes
>David Dorward wrote:
>> Konrad Hammerer wrote:
>>
>>> I want to have a navigation on the left side and a
>>> Header-Information on top of the page which stays there even if
>>> the user uses the scrollbar.

>> Why? The vast majority of sites don't do that and users manage to
>> cope OK. The main effect that will have (*if* you implement frames
>> well) would be to reduce the effective screen space the user has
>> available for reading the actual content.

>
>Exactly. My browser normally has a usable 450-500 pixels of height for
>the content, on this 800x600px monitor. It is really annoying when some
>web developer thinks I need to stare at his/her huge site logo all the
>time I am trying to read the content in about a 250 pixel height area.
>
>Get over it. Your logo is not nearly as important as your content.
>
>And I don't think anyone has yet mentioned the bookmarking disaster,


Disaster? What disaster? No problems at all for the 90% of users who use
IE; the other browser manufacturers haven't even considered this a
feature worth implementing in their offerings (even in minority browsers
you can usually book-mark the frame, if not the full context).

>or the search engine problems,


No SE problems for a well-written frames-based site.

>of a framed site.
>


--
Jake
( .... just a spam trap.)

 
Reply With Quote
 
jake
Guest
Posts: n/a
 
      08-27-2005
In message <BF35FDD8.163F4%>, dorayme
<> writes
>> From: Konrad Hammerer <>

>
>> I've a question concerning frames. I want to use 3 frames:
>>
>> 1) Top
>> and Down and within Down,
>> 2) Left and
>> 3) Right
>>
>>
>> Top
>> -------------
>> |
>> Left | Right
>> |
>> |
>>
>> Now my question:
>> In the left frame I have my Navigation Table, in the right frame I
>> have the content and in the top frame I have same kind of
>> Header-Information about the content frame. When I click on a link in
>> the left frame, I know how to change the right frame (with
>> target="right"), but this is not enough! I need to change also the top
>> frame, because the Header-Info must be updated and also the left
>> frame, because the navigation table may have changed!
>>
>> How can I solve this problem? Is there a way without javascript?
>>
>> Thanks,
>> Konrad

>
>
>If ever there was a case for not using frames at all, this looks
>like it. You basically want everything to change when a link is
>clicked.


No. Just two frames out of three.

>So yes the solution is design the page without frames
>and design the page the link goes to however you want it (again,
>without frames).
>
>dorayme
>


--
Jake
( .... just a spam trap.)

 
Reply With Quote
 
David Dorward
Guest
Posts: n/a
 
      08-27-2005
Konrad Hammerer wrote:

> I've a question concerning frames. I want to use 3 frames:


http://www.allmyfaqs.com/faq.pl?Prob...h_using_frames

> In the left frame I have my Navigation Table,


http://www.allmyfaqs.com/faq.pl?Tableless_layouts

> in the right frame I
> have the content and in the top frame I have same kind of
> Header-Information about the content frame. When I click on a link in
> the left frame, I know how to change the right frame (with
> target="right"), but this is not enough! I need to change also the top
> frame, because the Header-Info must be updated and also the left
> frame, because the navigation table may have changed!


target="_top" (and build a new frameset document for each view).

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-27-2005
jake wrote:

> >> I've a question concerning frames. I want to use 3 frames:

> >
> >Why?


> Why not?


<checks jake's posting history>

You are new here (except for a brief visit at the beginning of this month).

Lurk for a week or two and you just might find out the many things wrong
with frames, the subject comes up every day or so. At the moment I can't be
bothered to list the dozen or so extremely bad things about frames, apart
from the fact that they are just a pain in the bloody arse.

Check the archive.

Cheers
Richard.


 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      08-27-2005
rf wrote:

> jake wrote:
>
>>>> I've a question concerning frames. I want to use 3 frames:
>>>
>>>Why?

>
>> Why not?

>
> <checks jake's posting history>
>
> You are new here (except for a brief visit at the beginning of this month).


Nope, he's been here a long time. I remember him from when I first
asked for sitechecks. First post I can find through Google is April 4,
2004

> Lurk for a week or two and you just might find out the many things wrong
> with frames, the subject comes up every day or so. At the moment I can't be
> bothered to list the dozen or so extremely bad things about frames, apart
> from the fact that they are just a pain in the bloody arse.


Seconded.

> Check the archive.


You check the archive
(on Google Groups, q=jake+gododdin+group:alt.html)


--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Counting Crows - Hard Candy
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving the web, charset problems and symbols problems Sak Na rede Ruby 0 01-30-2009 05:05 AM
Problems, problems for newbie Shelly ASP .Net 1 09-03-2007 02:10 AM
Problems compiling simple C++ code (also problems with std::string) Susan Baker C++ 2 06-26-2005 01:43 AM
Re: sound problems and modem problems Harold Potter Computer Support 5 12-04-2003 04:12 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57