I'm working on a project with C# in ASP.NET and using the JavaScript Library Raphael.
I have created some circles that I want to have as global variables to be able to modify their position as certain events happen. where should I define the global variables?
also I have two different .js files with functions and want to call one function from a button
OnClientClick="return doSomething();"
Do I need to mention the file name there?