0

I can source an image externally from a URL.

<img src="http://www.sourcefile.com/image.jpg" />

Is there a way to externally source text from a URL without needing Javascript?

Example:

<a href="http://www.sourcefile.com/myname.txt"></a>

Will appear as

Jon

...because that's the text inside of the referenced text file.

Jon
  • 2,952
  • 11
  • 45
  • 92

1 Answers1

0

without javascript, you cant do it. but its possible to use iframe to load some external page content.

hossein barzegari
  • 1,102
  • 1
  • 10
  • 21