In html, is there a way to insert values into field from another file like shtml?
Thanks
Printable View
In html, is there a way to insert values into field from another file like shtml?
Thanks
not really. the closest thing you could do is with a .js file. but that wouldn'e be very easy.
how much text is it?
Thanks for the replied Sailor!
I was going to use my html file as a template and have data plug in. I think XML is the other choice but the problem is that my users would have to install the XML engine. Therefore, I will just include in my program to use the Replace function against the HTML file.