Skip to content

Author: admin@master

JavaScript: onclick and return false

I’m using this in my HTML: It calls the function preload() on an external js-file and works fine so far. But i have dozens of those links and would like to remove alle those “return false” and put only one directly inside the preload()-function in the js-file. But it will always be ignored?!…