What is the best way to access hashtables from other scripts? Assuming I'm using javascript should I just declare the hashtable as a static var and simply refer to it the same way as I would other public variables, or is there a better way to do it?
Thanks, Dave