|
Is there a way to have Javascript load a text component from another web site into it existing page? Much like an #include or an iframe, but using JavaScript only. I can't use #include, iframes, or any other type of includes for a variety of reasons, so I'm trying to determine if it can be done soley with javascript.
Basically, I have web site abc.com that has a text component that I want to be able to load into a page of efg.com. Make sense?
Thanks
Jacob
|