Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Frames are Wonderful

Reply
Thread Tools

Frames are Wonderful

 
 
Cogito
Guest
Posts: n/a
 
      08-02-2004
Ok, that was just to get your attention

A short while ago I started a thread about converting a Web frame
design into non-frame. It wasn't long before the thread digressed into
some esoteric discussion that was of no help in my efforts to
understand how to go about it.

So here it is again. I have a web page that consists of a frame with
two columns. There is an index column on the left and contents on the
right. I would like to convert it to a non-frame page. Obviously my
problem is how do I handle the left index column so that I do not have
to code it in every page?

I would appreciate seeing the code of a simple page that does this.

 
Reply With Quote
 
 
 
 
Sam Hughes
Guest
Posts: n/a
 
      08-02-2004
Cogito <> wrote in
news::

> Ok, that was just to get your attention


Thanks for the cardio workout

> A short while ago I started a thread about converting a Web frame
> design into non-frame. It wasn't long before the thread digressed into
> some esoteric discussion that was of no help in my efforts to
> understand how to go about it.
>
> So here it is again. I have a web page that consists of a frame with
> two columns. There is an index column on the left and contents on the
> right. I would like to convert it to a non-frame page. Obviously my
> problem is how do I handle the left index column so that I do not have
> to code it in every page?
>
> I would appreciate seeing the code of a simple page that does this.


This cannot be done with just HTML. You can use preprocessing or server-
side processing, such as with SSI or PHP.

<http://www.allmyfaqs.com/faq.pl?Include_one_file_in_another>

 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      08-02-2004
Cogito wrote:

> Ok, that was just to get your attention


Looks like a troll to me

> A short while ago I started a thread about converting a Web frame
> design into non-frame.


And the very first answer you received then still applies

http://allmyfaqs.com/faq.pl?Include_one_file_in_another

> I would appreciate seeing the code of a simple page that does this.


The page above either contains or as links to examples. It is now up to you
to try one of the examples and ask again when you can't get it to work.

--
Cheers
Richard.


 
Reply With Quote
 
Arondelle
Guest
Posts: n/a
 
      08-02-2004
rf wrote:

> And the very first answer you received then still applies
>
> http://allmyfaqs.com/faq.pl?Include_one_file_in_another
>
>>I would appreciate seeing the code of a simple page that does this.


> The page above either contains or as links to examples. It is now up to you
> to try one of the examples and ask again when you can't get it to work.


But, what if his host doesn't support php, ssi, or any of the fancy
stuff, eh? The above advice was no good for me -- I had to find an easy
way to preprocess my pages.

Arondelle
--
================================================== =========
To email me, empty the pond with a net

 
Reply With Quote
 
Karl Groves
Guest
Posts: n/a
 
      08-02-2004

"Arondelle" <> wrote in message
news:93hPc.1761$HW6.633@trndny01...
> rf wrote:
>
> > And the very first answer you received then still applies
> >
> > http://allmyfaqs.com/faq.pl?Include_one_file_in_another
> >
> >>I would appreciate seeing the code of a simple page that does this.

>
> > The page above either contains or as links to examples. It is now up to

you
> > to try one of the examples and ask again when you can't get it to work.

>
> But, what if his host doesn't support php, ssi, or any of the fancy
> stuff, eh?


Good hosting is so cheap that you're doing yourself a disservice by putting
up with a host that doesn't support stuff like PHP, SSI, etc.


-Karl


 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-02-2004
Arondelle
> rf wrote:
>
> > And the very first answer you received then still applies
> >
> > http://allmyfaqs.com/faq.pl?Include_one_file_in_another
> >
> >>I would appreciate seeing the code of a simple page that does this.

>
> > The page above either contains or as links to examples. It is now up to

you
> > to try one of the examples and ask again when you can't get it to work.

>
> But, what if his host doesn't support php, ssi, or any of the fancy
> stuff, eh? The above advice was no good for me


Then you obviously missed the very first solution on that page, the bit that
mentions HTML preprocessing. There is even a link to the alt.html FAQ where
six of them are mentioned.

Having chosen one it's simply a matter of RTFM.

> -- I had to find an easy
> way to preprocess my pages.


DId you find a way? Perhaps you can supply the code the OP seems to require


--
Cheers
Richard.


 
Reply With Quote
 
brucie
Guest
Posts: n/a
 
      08-02-2004
in post: <news: >
Cogito <> said:

> Ok, that was just to get your attention


attention this arsehole:

/"\
|\./|
| |
| |
|>~<|
| |
/'\| |/'\..
/~\| | | | \
| =[@]= | | \
| | | | | \
| ~ ~ ~ ~ |` )
| /
\ /
\ /
\ _____ /
|--//''`\--|
| (( +==)) |
|--\_|_//--|


--
i h e a r v o i c e s

 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-02-2004
brucie wrote
>
> /"\
> |\./|
> | |
> | |
> |>~<|
> | |
> /'\| |/'\..
> /~\| | | | \
> | =[@]= | | \
> | | | | | \
> | ~ ~ ~ ~ |` )
> | /
> \ /
> \ /
> \ _____ /
> |--//''`\--|
> | (( +==)) |
> |--\_|_//--|


Nice watch

--
Cheers
Richard.


 
Reply With Quote
 
Arondelle
Guest
Posts: n/a
 
      08-02-2004
rf wrote:

> DId you find a way? Perhaps you can supply the code the OP seems to require


In fact, I did. I downloaded HTML-Kit and a plugin (includeHTML) for it
that inserts a text file into your HTML anywhere you want it. I placed
my menu in an external file and then plugged it into a couple dozen
pages. Of course, when I go to update the menu, I'll have to go through
all the pages again, but at least I won't have to re-invent the damned
wheel.

Arondelle
--
================================================== =========
To email me, empty the pond with a net

 
Reply With Quote
 
Dave Patton
Guest
Posts: n/a
 
      08-02-2004
Cogito <> wrote in
news::

> Ok, that was just to get your attention


A stupid thing to do.
What about those people who know the answer,
and decided not to get you attention, by not
posting an answer? What about people reading the
subject, who know the answer, and wo don't
open your posting, due to the subject.

> I have a web page that consists of a frame with two columns.
> There is an index column on the left and contents on the
> right. I would like to convert it to a non-frame page.


Forget about how it looks how.
Take the content, and rewrite it in HTML that is valid,
and correct. Then you can use CSS for the presentation.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
 
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
having a problem with scrolling frames as if no frames surfunbear@yahoo.com HTML 0 03-08-2006 09:54 PM
Frames and borders around specific frames meyousikmann@yahoo.com HTML 1 02-10-2006 11:12 PM
Frames or not Frames... Ale HTML 17 08-05-2005 12:10 AM
Link needed to go from a non-frames page to a Frames page, and load a particular frame. How? - Newbe Philip HTML 3 06-28-2004 03:06 PM
From Frames to no frames? Powerslave2112 HTML 2 01-20-2004 10:30 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