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
  • 3,154
  • 13
  • 53
  • 96

1 Answers1

0

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

Hossein
  • 1,301
  • 1
  • 12
  • 23