[thelist] Client Side Includes?
Abdullah Shaikh
thelist at lists.evolt.org
Fri Mar 7 12:22:01 2003
if you're coding to IE and DOM browsers (no NS4.x) you can just use an
<iframe src="yourHTML.html">
and use a style sheet to set the appropriate x,y,z, and other attributes
(auto scroll etc)
----- Original Message -----
> I'm creating a scrolling div, and I want the "content" div to be populated
with simple HTML as
> specified by the include. So the client would update the html in the
"news" file, which then
> gets included in the div. Does that make sense?
>
> .m