Quote Originally Posted by HowTo View Post
i cant follow what you tried to mean with the function names
You have a JavaScript function named "reset". This must be some form of reserved word in JavaScript, as when you use it, it does not function the way it should. This was shown in your other thread where you were using a function named "open".

In my case, I renamed your function to "HowToreset", and Dana renamed it to be "resets", in both cases, this made the function start working as expected.

Gary