Scope of instance of an object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raghuram Banda

    Scope of instance of an object

    Hi,

    I have created an object, say
    function functionName(pa rameters) {
    ............... ...
    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


  • Janwillem Borleffs

    #2
    Re: Scope of instance of an object

    [color=blue]
    > "Raghuram Banda" <raghuram.banda @nokia.sify.net > schreef in bericht[/color]
    news:r9C8b.2273 $g4.47653@news2 .nokia.com...[color=blue]
    >
    > in one of the function I used 'href' and called a JavaScript function,[/color]
    here started the problem,[color=blue]
    > I'm not able to access the data members of the object after using the[/color]
    'href'.[color=blue]
    > Is there any problem in my way of coding. Can any one please help me in[/color]
    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



    Comment

    Working...