Since I am new to javascript, I cannot figure out how to make popup image slider. Images should not be displayed on original html page, only in a popup window. Could someone out
I will suggest you use the Bootstrap Framework.
Basically, you need two things: one popup box and a carousel in it.
for the popup:
http://getbootstrap.com/javascript/#modals
for the carousel inside it:
http://getbootstrap.com/javascript/#carousel
It's the easiest and most scalable method. Hope it helps you.