Posted by Jonathan N. Little on 09/15/06 16:18
evillen@gmail.com wrote:
> Andy Dingley wrote:
>> evillen@gmail.com wrote:
>>
>>> Below I have some html code for creating a Single page built up from a
>>> number of Frames.
>> Bad idea, but if you _must_ do this, look up the use of the "target"
>> attribute on the <a> element.
>
> OK it seems as though the collective wisdom is to avoid Frames like the
> plague.... such a shame when they look so nice ;-)
>
In the past frames was about the only way to "easily" modularly build a
page, server-side scripting and databases were rare and expensive.
*That was then this is now*
PHP is so ubiquitous now and quick to learn that there really is not
reason to use frames. It can look as nice or better (because your insert
do not have to be strict rectangular 'zones'). It is far easier to
manage. Google "how to insert one webpage into another" and you will be
blessed with tutorials, examples and templates...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|