Posted by Paul Watt on 05/05/06 15:38
"Gregc." <gregchilton@bigpond.com> wrote in message
news:1146830024.429418.34160@e56g2000cwe.googlegroups.com...
> G'day
>
> I am designing a frameset whereby I have the navigation page on the
> left and the web page is on the right. Here is my code:
>
> HTML>
> <HEAD>
> <TITLE>TEST</TITLE>
> </HEAD>
> <FRAMESET COLS="200,*" FRAMEBORDER="0">
> <FRAME SRC="nav_.htm" Name="Navigation">
> </FRAMESET>
>
> </HTML>
>
> However, what is happening is that when I add the address of say the
> welcome page into the frameset, it appears on the left and mentioned
> about. Could someone advise me on how I could overcome this.
>
> Greg
>
http://www.google.co.uk/search?hl=en&q=why+frames+are+evil&meta=
but if you still instist on useing frames(i pray you wont) look up the
target attribute.
Paul
[Back to original message]
|