i have a function called max(form) in the javaScript file .. and this is been called fromt he HTML page ...
and below the HTML page there is a button.. where when u click it, the function menu () should be called ... but
in the function menu we should call the function max(form) .. how do we do it ??
idea in brief .. how do we call the function max(form) from the function menu..
Question 2. ) calling a function means, textual pasting of the codes of a function...
and below the HTML page there is a button.. where when u click it, the function menu () should be called ... but
in the function menu we should call the function max(form) .. how do we do it ??
idea in brief .. how do we call the function max(form) from the function menu..
Question 2. ) calling a function means, textual pasting of the codes of a function...
Comment