I just want to know how to call a javascript function inside another function. therefore, if I have the code below, how can I call the second function inside the first?
function function_one() { alert("The function called 'function_one' has been called.")
javascript function
Web_Designer Dec 24 '10 at 7:26 2010-12-24 07:26
source share