|
Posted by Roy A. on 01/28/07 00:36
On 25 Jan, 07:24, Stubbo_of_Oz <stu...@invalid.invalid> wrote:
> On Thu, 25 Jan 2007 16:43:59 +1100, dorayme
>
>
>
>
>
> <doraymeRidT...@optusnet.com.au> wrote:
> >In article <8mdgr21r9gpkog608stlghlcqabem75...@4ax.com>,
> > Stubbo_of_Oz <stu...@invalid.invalid> wrote:
>
> >> I am trying out frames - not very conversant with them yet.
>
> >> I got some coding from:-
>
> >>http://www.w3.org/TR/html401/present/frames.html
>
> >> and adpated it to my needs and came up with this:-
>
> >> <HTML>
> >> <HEAD>
> >> <TITLE>A simple frameset document</TITLE>
> >> </HEAD>
> >> <FRAMESET cols="20%, 80%">
> >> <FRAMESET rows="100, 200">
> >> <FRAME src="head.html">
> >> <FRAME src="contents.html">
> >> </FRAMESET>
> >> <FRAME src="mainpage.html">
> >> </FRAMESET>
> >> </HTML>
>
> >> I have tried it out with very simple .html files with one word in
> >> each.
>
> >> The three .html files show up OK when I load into Netscape 7 but do
> >> not appear at all in Internet Explorer 7
>
> >> Any help as to why would be greatly appreciated.
>
> >First put:
>
> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
> > "http://www.w3.org/TR/html4/frameset.dtd">
>
> >at the top of your page and post it to a server along with your
> >other html files, which should have doctypes (not necessarily the
> >above one, perhaps:
>
> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> > "http://www.w3.org/TR/html4/strict.dtd">
>
> >And then test and see and come back if need be.G'Day Dorayme
>
> Many thanks for reply
>
> Those lines (<!DOCTYPE etc.) were in the files - I just didn't clutter
> up my message with them :-) Maybe I should have?
>
> I loaded them up to server and, yes, they do work in IE7!!
>
> So the question is, why does IE read them OK from a server but not
> from my hard drive whereas Netscape does read Ok from HD? Very strange
It seems like you may have a case problem with long file names. This
could occure if you name your file as e.g. "Mainpage.html" and then
rename it to "mainpage.html". The short filename may still start with
"Main...".
If that's your problem, you could try to rename your file to eg.
"xmainpage.html" and then back to "mainpage.html".
Navigation:
[Reply to this message]
|