Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > How to avoid frames?

Reply
Thread Tools

How to avoid frames?

 
 
Cogito
Guest
Posts: n/a
 
      07-21-2004
My current web page design consists of a form with the classical
layout of an index column on the left and a wide contents column on
the right. I would like to change it to a non-form design but I don't
know how. Do I need to repeat the left-side index code in every page?
I would appreciate some advice and perhaps a link to a clear sample
code.

Steve
 
Reply With Quote
 
 
 
 
Mark Parnell
Guest
Posts: n/a
 
      07-21-2004
On Wed, 21 Jul 2004 00:20:55 GMT, Cogito <> declared
in alt.html:

> My current web page design consists of a form with the classical


Your entire site is a form?

> layout of an index column on the left and a wide contents column on
> the right. I would like to change it to a non-form design but I don't


Non-*frames* design?

> know how. Do I need to repeat the left-side index code in every page?


You can if you really want to, but there are much easier alternatives.
http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
 
Reply With Quote
 
 
 
 
Cogito
Guest
Posts: n/a
 
      07-21-2004
Oooops, I mean it's a frame not a form.



On Wed, 21 Jul 2004 10:25:20 +1000, Mark Parnell
<> wrote:

>On Wed, 21 Jul 2004 00:20:55 GMT, Cogito <> declared
>in alt.html:
>
>> My current web page design consists of a form with the classical

>
>Your entire site is a form?
>
>> layout of an index column on the left and a wide contents column on
>> the right. I would like to change it to a non-form design but I don't

>
>Non-*frames* design?
>
>> know how. Do I need to repeat the left-side index code in every page?

>
>You can if you really want to, but there are much easier alternatives.
>http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another


 
Reply With Quote
 
SpaceGirl
Guest
Posts: n/a
 
      07-21-2004
Cogito wrote:

> My current web page design consists of a form with the classical
> layout of an index column on the left and a wide contents column on
> the right. I would like to change it to a non-form design but I don't
> know how. Do I need to repeat the left-side index code in every page?
> I would appreciate some advice and perhaps a link to a clear sample
> code.
>
> Steve


I agree with Mark - includes are the way to go. If you need scrolling
within a specific area of the page, you can use a <div...> (aka 'layer')
with the CSS overflow property set to 'auto' and specify the size of the
area. Scrollbars will automatically be displayed. Search engines dont
choke on these scrolling divs, unlike frames.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Reply With Quote
 
Cogito
Guest
Posts: n/a
 
      07-21-2004
On Wed, 21 Jul 2004 10:25:20 +1000, Mark Parnell
<> wrote:

>You can if you really want to, but there are much easier alternatives.
>http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another


Thanks for your reply. As they say, a picture is worth a thousand
words. With HTML, an example is worth a thousand words. To spare me
reading endless pages would you have a simple example of a page with
an index on the left and contents on the right?


 
Reply With Quote
 
SpaceGirl
Guest
Posts: n/a
 
      07-21-2004
Cogito wrote:

> On Wed, 21 Jul 2004 10:25:20 +1000, Mark Parnell
> <> wrote:
>
>
>>You can if you really want to, but there are much easier alternatives.
>>http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

>
>
> Thanks for your reply. As they say, a picture is worth a thousand
> words. With HTML, an example is worth a thousand words. To spare me
> reading endless pages would you have a simple example of a page with
> an index on the left and contents on the right?
>
>


www.subhuman.net

that's one of our play sites... the entire site is frame free (except
for two, but they're not important). The menus are NOT part of the page.
Neither is the big banner across the top, the menu on the right, the top
and tail of the HTML source... all those elements are 'added' to the
page by our server via includes, meaning when I add a new page to the
site it take minutes and will automatically have all the display elements.

Also www.garbage.com, which is a commercial site. Not traditional layout
and using iframes, however none of the frames really exist - they are
generated by scripts in include files which are then assembled into the
final page before being sent to a users browser.

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Reply With Quote
 
m
Guest
Posts: n/a
 
      07-21-2004
Cogito wrote:

> My current web page design consists of a form with the classical
> layout of an index column on the left and a wide contents column on
> the right. I would like to change it to a non-form design but I don't
> know how. Do I need to repeat the left-side index code in every page?
> I would appreciate some advice and perhaps a link to a clear sample
> code.


The simplest, smallest script I know of for preprocessing is the mcat.pl
script, part of the small download package at

http://www.mbstevens.com/preprocessor/index.html

--
m
 
Reply With Quote
 
Webcastmaker
Guest
Posts: n/a
 
      07-21-2004
In article <>,
says...
> www.subhuman.net


Man I find those pop-up "tool hints" on the menu to be really
annoying.
--
WebcastMaker
The easiest and most affordable way to create
Web casts, or put presentations on the Web.
www.webentations.com
 
Reply With Quote
 
SpaceGirl
Guest
Posts: n/a
 
      07-21-2004
Webcastmaker wrote:
> In article <>,
> says...
>
>>www.subhuman.net

>
>
> Man I find those pop-up "tool hints" on the menu to be really
> annoying.


How so?

The site is being replaced this month. We have something VERY sexy on
the way. There are no floating panels (probably wont be added) but I'm
curious why you dont like them?

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Reply With Quote
 
Matthias Gutfeldt
Guest
Posts: n/a
 
      07-21-2004
SpaceGirl schrieb:
> Webcastmaker wrote:
>
>> In article <>,
>> says...
>>
>>> www.subhuman.net

>>

> The site is being replaced this month. We have something VERY sexy on
> the way.


I get it. ASP means Always Sexy Programmer.


Matthias

 
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
Avoid having a SQL express for web parts and avoid personalization Roger23 ASP .Net 2 10-12-2006 10:54 PM
Airlink101 PCI cards, AVOID!! Piece of Garbage!! lasurfer25@yahoo.com Wireless Networking 0 07-22-2005 02:44 AM
Avoid wasting time or how to avoid initialization Alexander Malkis C++ 8 04-13-2004 11:23 PM
avoid shell opening new window Oskar Wild Firefox 4 10-13-2003 05:35 PM
avoid sending pictures within email Zhang Weiwu (family name first) Firefox 1 09-11-2003 02:00 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