D
D`Jinn Deegee
I have 5 html files say
file1.html
file2.html
:
:
file5.html
Now I have another html file (main.html) where I want to use 1 html
file at a time but I want to read all of them. Like when this main html
loads it calls file1 and executes it then calls file2....then 3 till
file 5.
How do I use js. I need a js function to do this.
Thanks
file1.html
file2.html
:
:
file5.html
Now I have another html file (main.html) where I want to use 1 html
file at a time but I want to read all of them. Like when this main html
loads it calls file1 and executes it then calls file2....then 3 till
file 5.
How do I use js. I need a js function to do this.
Thanks