InterviewSolution
Saved Bookmarks
| 1. |
Which side of the image map can be created using JavaScript?(a) Server side(b) Client side(c) Both Server and Client side(d) User sideI have been asked this question in my homework.Origin of the question is Image Map in portion Caching, Debugging and Animation of JavaScript |
|
Answer» RIGHT OPTION is (b) Client side Best EXPLANATION: JAVASCRIPT is used for the creation of client side data. You can use JavaScript to create client side IMAGE map. |
|