Question: HTML5 Programming/HTML/Javascript Create an event listener for the load event that runs an anonymous function. Within the anonymous function, create the allSelect variable referencing all
HTML5 Programming/HTML/Javascript
Create an event listener for the load event that runs an anonymous function.
Within the anonymous function, create the allSelect variable referencing all select elements nested within the govLinks form.
Loop through the allSelect object collection and for each selection list in the collection create an anonymous function for the onchange event. Within this anonymous function, use the href property of the location object to change the page shown in the browser window to the value of the target of the event object that initiated the onchange events.
Document with Javascript comments.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
