Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Txt function like <IMG SRC> ?

Reply
Thread Tools

Txt function like <IMG SRC> ?

 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      11-12-2012
2012-11-12 20:02, Tim Streater wrote:

> In article <>,
> richard <> wrote:

[...]
>> http://joliclic.free.fr/html/object-...ject-text.html

>
> Badly out-of-date page, judging by the browser versions it claims to
> work with.


Last-Modified: Wed, 25 Oct 2006.

But that's really not the point. The point is that inclusion of content
with <object> (or with <iframe>) will not "get a page to load a chunk of
text in exactly the same way that <IMG SRC> loads pix". It simply
includes an external document, rendered in an isolated box.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
 
Reply With Quote
 
 
 
 
richard
Guest
Posts: n/a
 
      11-12-2012
On Mon, 12 Nov 2012 18:02:57 +0000, Tim Streater wrote:

> In article <>,
> richard <> wrote:
>
>> 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?

>
>> http://joliclic.free.fr/html/object-...ject-text.html

>
> Badly out-of-date page, judging by the browser versions it claims to
> work with.


So? Works just fine with firefox 9.
Even though many tags, such as <b> have been deprecated, they still
function.
 
Reply With Quote
 
 
 
 
Ray_Net
Guest
Posts: n/a
 
      11-13-2012
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..."
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
counting how often the same word appears in a txt file...But my codeonly prints the last line entry in the txt file dgcosgrave@gmail.com Python 8 12-19-2012 06:29 PM
Diff. between FileWriter("f.txt") and OutputStreamWriter(new FileOutputStream("f.txt")) ? Jochen Brenzlinger Java 7 09-15-2011 01:23 AM
Why doesn't Python's "robotparser" like Wikipedia's "robots.txt"file? John Nagle Python 5 10-04-2007 04:14 PM
object-like macro used like function-like macro Patrick Kowalzick C++ 5 03-14-2006 03:30 PM
Opening a txt file to view ( i.e. readme.txt) Sameen C++ 2 08-29-2005 03:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57