JHobbs
09-20-2002, 11:53 PM
Hi,
I've just started using javascript and I have two very basic questions:
1/ How can I call another function from within a function?
ie
function whatever(param1)
{ "javascript:anotherFunction('param1')";}
2/ How can I call an html link from within a function?
ie
function whatever(param1)
{<a href=" + param1 +">}
thank you in advance for any direction
I've just started using javascript and I have two very basic questions:
1/ How can I call another function from within a function?
ie
function whatever(param1)
{ "javascript:anotherFunction('param1')";}
2/ How can I call an html link from within a function?
ie
function whatever(param1)
{<a href=" + param1 +">}
thank you in advance for any direction