HighDots Forums  

Frames are Wonderful

alt.html alt.html


Discuss Frames are Wonderful in the alt.html forum.



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

Default Frames are Wonderful - 08-01-2004 , 08:37 PM






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
  #2  
Old   
Sam Hughes
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 08:43 PM






Cogito <nospam (AT) nospam (DOT) nospam> wrote in
news:t53rg0h3o6j16he8qa8eof5rcjddvugb8h (AT) 4ax (DOT) com:

Quote:
Ok, that was just to get your attention :-)
Thanks for the cardio workout

Quote:
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
  #3  
Old   
rf
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 08:44 PM



Cogito wrote:

Quote:
Ok, that was just to get your attention :-)
Looks like a troll to me :-)

Quote:
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

Quote:
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
  #4  
Old   
Arondelle
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 09:47 PM



rf wrote:

Quote:
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
  #5  
Old   
Karl Groves
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 09:54 PM




"Arondelle" <aron.delle3 (AT) verizon (DOT) pond> wrote

Quote:
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
  #6  
Old   
rf
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 10:08 PM



Arondelle
Quote:
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.

Quote:
-- 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
  #7  
Old   
rf
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 10:31 PM



brucie wrote
Quote:
/"\
|\./|
| |
| |
|>~<|
| |
/'\| |/'\..
/~\| | | | \
| =[@]= | | \
| | | | | \
| ~ ~ ~ ~ |` )
| /
\ /
\ /
\ _____ /
|--//''`\--|
| (( +==)) |
|--\_|_//--|
Nice watch :-)

--
Cheers
Richard.




Reply With Quote
  #8  
Old   
Arondelle
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 10:37 PM



rf wrote:

Quote:
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
  #9  
Old   
Dave Patton
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 10:43 PM



Cogito <nospam (AT) nospam (DOT) nospam> wrote in
news:t53rg0h3o6j16he8qa8eof5rcjddvugb8h (AT) 4ax (DOT) com:

Quote:
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.

Quote:
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
  #10  
Old   
rf
 
Posts: n/a

Default Re: Frames are Wonderful - 08-01-2004 , 11:41 PM



Arondelle wrote:
Quote:
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
Many here recomment HTML-Kit, though I have never looked at it. Host
provides scripting and the editor I usually use is .NET framework.

Quote:
Of course, when I go to update the menu, I'll have to go through
all the pages again,
Hmmm. Sounds like a perfect case for a little bit of batch processing.
HTML-kit won't do this for you?

<looks/> http://www.chami.com/html-kit/change..._build292.html a
couple of pages down they talk about "batch action" tab. Perhaps they are
getting ready to do it.

--
Cheers
Richard.




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 - 2009, Jelsoft Enterprises Ltd.