In article <e4pv2o15vt6k$.191ahrfkb2i3e$.>,
says...
>
> On Mon, 12 Nov 2012 17:21:35 +0100, Ray_Net wrote:
>
> > In article <g50idb29wg8v.1gbdm5dyuilp9$.>, says...
> >>
> >> On Sun, 11 Nov 2012 17:17:36 +0000, Hugh Newbury wrote:
> >>
> >>> Is there a function in HTML that will get a page to load a chunk of text
> >>> in exactly the same way that <IMG SRC> loads pix?
> >>>
> >>> Hugh
> >>
> >> <object>
> >>
> >> create a page with the text on it.
> >> At the point where you want the text to show, insert the tag.
> >> enclose the tag in a division container and style the division.
> >
> > I think that he just want a kind of
> > <include>\\alltextfiles\mytextfile.txt</include>
>
> that's what the object tag is and does.
> include is server side and used in php.
> object needs no server.
The question was not to use it in php but:
"Is there a function in HTML..."