Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP slideshow refresh Re: PHP slideshow refresh

#71328
Bob
Member

The way I see it, you’re echoing a function (prev_funct and next_funct) when you click on of the buttons (onclick).
I don’t think it’s needed or possible to echo a function, and it therefore should just read onclick=”

Same goes for next_funct ofcourse.
Not sure, but this might be it.