Granted I was never that good at java, but javascript drives me nuts especially b/c you dont declare what kinds of data types are getting passed in methods.
We are trying to write some stuff for a mapping website and I cant for the life of me figure out how to pass one variable from one method to another.
We need to pass the variable "region" but I can't figure out how to properly pass it. We declaired it as global, but as soon as the HTML redirects, the javascript stops running and the variable disappears....
We are trying to write some stuff for a mapping website and I cant for the life of me figure out how to pass one variable from one method to another.
We need to pass the variable "region" but I can't figure out how to properly pass it. We declaired it as global, but as soon as the HTML redirects, the javascript stops running and the variable disappears....