Hi there all

I was wondering if anyone could tell me how to create iframes from scratch
in Frontpage 2003. I did it in Dreamweaver on my own site www.tcmusic.co.za
but am very glad to hear I can do it in Frontpage as I prefer that but do not
even know where to start.

Would appreciate any input.

Thanks a stack

TANYA
--
South Africa

Re: IFRAMES FROM SCRATCH by Thomas

Thomas
Mon Nov 13 15:32:32 CST 2006

In HTML / Code View enter the following, etc.:

<IFRAME src="pagename.htm" width="100%" height="340" marginwidth="0" marginheight="0" hspace="0"
vspace="0" frameborder="0" scrolling="auto"></IFRAME>

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"TANYA COHEN" <tanya_cohen@hotmail.com> wrote in message
news:93A63C0D-C66E-4205-98E0-955B9085EFE0@microsoft.com...
> Hi there all
>
> I was wondering if anyone could tell me how to create iframes from scratch
> in Frontpage 2003. I did it in Dreamweaver on my own site www.tcmusic.co.za
> but am very glad to hear I can do it in Frontpage as I prefer that but do not
> even know where to start.
>
> Would appreciate any input.
>
> Thanks a stack
>
> TANYA
> --
> South Africa



Re: IFRAMES FROM SCRATCH by tanya_cohen

tanya_cohen
Mon Nov 13 16:02:02 CST 2006

Thanks Thomas - that works great. Can you please tell me how I can set my
hyperlinks to use that particular iframe?
--
South Africa


"Thomas A. Rowe" wrote:

> In HTML / Code View enter the following, etc.:
>
> <IFRAME src="pagename.htm" width="100%" height="340" marginwidth="0" marginheight="0" hspace="0"
> vspace="0" frameborder="0" scrolling="auto"></IFRAME>
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "TANYA COHEN" <tanya_cohen@hotmail.com> wrote in message
> news:93A63C0D-C66E-4205-98E0-955B9085EFE0@microsoft.com...
> > Hi there all
> >
> > I was wondering if anyone could tell me how to create iframes from scratch
> > in Frontpage 2003. I did it in Dreamweaver on my own site www.tcmusic.co.za
> > but am very glad to hear I can do it in Frontpage as I prefer that but do not
> > even know where to start.
> >
> > Would appreciate any input.
> >
> > Thanks a stack
> >
> > TANYA
> > --
> > South Africa
>
>
>

Re: IFRAMES FROM SCRATCH by Thomas

Thomas
Tue Nov 14 08:31:05 CST 2006

Any hyperlink that is click on a page already loaded, will automatically open in the IFRAME as long
as the doesn't have a frame target value set.

To link to a page and have it open in the IFRAME, you must assign a name to the IFRAME. Add a name
tag like so:

name = "myIFrame"




--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"TANYA COHEN" <tanya_cohen@hotmail.com> wrote in message
news:70E0B411-4CAB-42B9-B10C-9BBA7A6DFF27@microsoft.com...
> Thanks Thomas - that works great. Can you please tell me how I can set my
> hyperlinks to use that particular iframe?
> --
> South Africa
>
>
> "Thomas A. Rowe" wrote:
>
>> In HTML / Code View enter the following, etc.:
>>
>> <IFRAME src="pagename.htm" width="100%" height="340" marginwidth="0" marginheight="0" hspace="0"
>> vspace="0" frameborder="0" scrolling="auto"></IFRAME>
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>>
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "TANYA COHEN" <tanya_cohen@hotmail.com> wrote in message
>> news:93A63C0D-C66E-4205-98E0-955B9085EFE0@microsoft.com...
>> > Hi there all
>> >
>> > I was wondering if anyone could tell me how to create iframes from scratch
>> > in Frontpage 2003. I did it in Dreamweaver on my own site www.tcmusic.co.za
>> > but am very glad to hear I can do it in Frontpage as I prefer that but do not
>> > even know where to start.
>> >
>> > Would appreciate any input.
>> >
>> > Thanks a stack
>> >
>> > TANYA
>> > --
>> > South Africa
>>
>>
>>



Re: IFRAMES FROM SCRATCH by tanya_cohen

tanya_cohen
Wed Nov 15 03:28:01 CST 2006

Hi Thomas

Thanks very much....it worked great
--
South Africa


"Thomas A. Rowe" wrote:

> Any hyperlink that is click on a page already loaded, will automatically open in the IFRAME as long
> as the doesn't have a frame target value set.
>
> To link to a page and have it open in the IFRAME, you must assign a name to the IFRAME. Add a name
> tag like so:
>
> name = "myIFrame"
>
>
>
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "TANYA COHEN" <tanya_cohen@hotmail.com> wrote in message
> news:70E0B411-4CAB-42B9-B10C-9BBA7A6DFF27@microsoft.com...
> > Thanks Thomas - that works great. Can you please tell me how I can set my
> > hyperlinks to use that particular iframe?
> > --
> > South Africa
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> In HTML / Code View enter the following, etc.:
> >>
> >> <IFRAME src="pagename.htm" width="100%" height="340" marginwidth="0" marginheight="0" hspace="0"
> >> vspace="0" frameborder="0" scrolling="auto"></IFRAME>
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe
> >> Microsoft MVP - FrontPage
> >>
> >> http://www.Ecom-Data.com
> >> ==============================================
> >>
> >>
> >> "TANYA COHEN" <tanya_cohen@hotmail.com> wrote in message
> >> news:93A63C0D-C66E-4205-98E0-955B9085EFE0@microsoft.com...
> >> > Hi there all
> >> >
> >> > I was wondering if anyone could tell me how to create iframes from scratch
> >> > in Frontpage 2003. I did it in Dreamweaver on my own site www.tcmusic.co.za
> >> > but am very glad to hear I can do it in Frontpage as I prefer that but do not
> >> > even know where to start.
> >> >
> >> > Would appreciate any input.
> >> >
> >> > Thanks a stack
> >> >
> >> > TANYA
> >> > --
> >> > South Africa
> >>
> >>
> >>
>
>
>