Scope of instance of an object

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
 
J

Janwillem Borleffs

"Raghuram Banda" <[email protected]> schreef in bericht
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.

Please do not post HTML formatted messages to newsgroups, only plain text!

You really need to provide more code examples. The snippet is useless.


JW
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,091
Messages
2,570,604
Members
47,223
Latest member
smithjens316

Latest Threads

Top