Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In shell.aspx i write -

and in shell.js-

shellObj.xyz= function () {
this.abc(true);
};


here abc used as a flag for visible div.

But i got error this.abc is not function.

What I have tried:

i tried multiple ways please share solution
Posted
Updated 19-Jul-19 20:58pm
Comments
Patrice T 20-Jul-19 0:58am    
Please show autonomous code.

1 solution

Maybe
JavaScript
this.abc = true;
if abc is a variable instead of a function. It is hard to tell since there is not any information on what class is referenced by this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900