解決済み
Slide Show next picture button takes me to top of page
I created a Slideshow using javascript and html coding. All works fine. Only when I use the button to go to the next picture the page jumps to the top. How can I fix this? Thanks for help.
I created a Slideshow using javascript and html coding. All works fine. Only when I use the button to go to the next picture the page jumps to the top. How can I fix this? Thanks for help.
It's jumping to the top of the page because the href attribute of the anchor tag is "#". Replace that with "javascript:void(0);" and that should stop.
V/r,
^ _ ^
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.