JavaScript Code can be called by using ___________
(a) RMI
(b) Triggering Event
(c) Preprocessor
(d) Function/Method
(a) RMI
(b) Triggering Event
(c) Preprocessor
(d) Function/Method
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (d) Function/Method
For explanation I would say: JavaScript code can be called by making a function call to the element on which JavaScript has to be run. There are many other methods like onclick, onload, and onsubmit etc.