| Author |
nested javascript functions
|
indu yeturu
Ranch Hand
Joined: Aug 27, 2008
Posts: 123
|
|
Hi, am having 2 JS functions. Function no:1 has to display a link for Function no:2 . Will this be possible with an anchor tag? function no:1() { can I call function no:2 <a href ="...."> } function no:2() { ... } thanks indu
|
thanks,
indu
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
no, the way you have it set up, the function #2 would be private member of function #1 Eric
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: nested javascript functions
|
|
|