This topic is locked

Custom view js pages duplicate all the JS?

4/14/2011 8:24:14 PM
PHPRunner General questions
A
agentsmith author

I'm going through all the pages generated and just discovered why my button on most pages never works.
While I neved added any JS codes to JS on load event in my custom view pages, the JS in the Javascript onload event on the original table are duplicated to all custom view tables.
I did not add any codes in Event section but when I go to include/runnerJS/events/customviewtablename.js and open the files, I saw that there were calculations in that pages.
The codes I took were from the manual, Calculate values on the fly, and according to both Jslint & Jshint they both contain errors. I removed a few offending ";" and my redirect button finally works. I was ready to kill myself when I can't do a redirect with Javascript.
This is what I did after reading the same problem I faced here

Sergey Kornilov admin 4/14/2011

I'm confused. What kind of answer you looking for?