R
Raghuram Banda
Hi,
I have created an object, say
function functionName(parameters) {
..................
data members
.................
..................
methods
..................
}
function method1 (arguments) {
.....
....
}
..
..
..
function methodn (arguments) {
...
...
}
in one of the function I used 'href' and called a JavaScript function,
here started the problem, I'm not able to access the data members of the
object after using the 'href'. Is there any problem in my way of coding.
Can any one please help me in this regard.
Thanks in advance
I have created an object, say
function functionName(parameters) {
..................
data members
.................
..................
methods
..................
}
function method1 (arguments) {
.....
....
}
..
..
..
function methodn (arguments) {
...
...
}
in one of the function I used 'href' and called a JavaScript function,
here started the problem, I'm not able to access the data members of the
object after using the 'href'. Is there any problem in my way of coding.
Can any one please help me in this regard.
Thanks in advance