Wednesday, March 21, 2012

Passing a value from a class method to a function in start page and back to class


Hi,
I have an a one dimensional generated in one of the function of a class which I developed. I need to know how to perform the following:
1) Pass the value to the start page from the class method (this part is done).
2) Pass the value back again to another method of the same class from the start page.

Sounds like you'll need some kind of event to fire from the start page like a button click or a javascript event like a onmouseover or some other trigger to initiate the pass. What are you trying to do exactly?

0 comments:

Post a Comment