mickylee Posted September 15, 2019 Share Posted September 15, 2019 My hard-coded <div w3-include-html="source.html"></div> works fine. However, I want to make it easy for an administrator to change from say, "source.html" to "source2.html". My script would read member "currentSource.txt", which would include simply "source2". How can I dynamically create a DIV using HTML DOM that is <div w3-include-html="source2.html'></div>? The parameter within the <div, i.e. w3-include-html="source2.html' is not inner.HTML. it is inner div. I'm not sure this is possible. I can include an include where "currentSource.html" is the entire div, i.e. <div w3-include-html='source2.html'></div>. An administrator could alter that member. I'm trying to simplify it to the most minimum data. At the time of this writing, the HTML5 import function is deprecated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now