Question:You are displaying image thumbnails on a page. Upon clicking a thumbnail, the image is being displayed in its actual size. You do not want the user to be able to click the thumbnails unless they are completely downloaded. What event would you use to prevent the user from clicking on the thumbnails until they are completely downloaded?
A OnLoad
B OnKeyPress
C OnKeyUp
D onClick
+ AnswerA
+ Report