loading html
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to load an html page using DHTML. I have lots of HTML source already written, and I'd like to have a page with the following etc etc...
menu content here
load a previously written html document here
Is this possible? andy
you can useful DOM method inside JavaScript: ---------------------------- document.write(place your html code here);
-
you can useful DOM method inside JavaScript: ---------------------------- document.write(place your html code here);