Sure, you just call it by name if a function within the same page class. Otherwise, if declared static, you can call it by classname.methodname(), or if not declared static, instantiate an instance of that class to call the method.
Could you give me an example so I can show you more specifically?
Brian
|