Just a random basic OO javascript qn
- by Reno Yeo
I am coding an external Javascript slideshow file, which i want to load and display on my HTML/CSS webpage.
How do i go about doing that?
I understand that i need to load the .js file in the header of the HTML, but what do i call inside the body's DIV that will make the javascript file understand that i want it to load at that area?
I'm extremely confused with working with Javascript here.
If anyone has any helpful links to implementing a complete slideshow on a webpage it would be appreciated as well.