Just a random basic OO javascript qn
Posted
by
Reno Yeo
on Stack Overflow
See other posts from Stack Overflow
or by Reno Yeo
Published on 2012-03-24T05:24:48Z
Indexed on
2012/03/24
5:29 UTC
Read the original article
Hit count: 246
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.
© Stack Overflow or respective owner