Is it possible to run JavaScript and also edit image maps using Design View in Dreamweaver?
- by Mike Eng
I'm using Dreamweaver CS5.5 for an HTML prototype that is built with image-mapped screenshots. I am using JavaScript to dynamically include the appropriate main image, and the navigation is done with image maps.
Is it possible to have the Dreamweaver "Design View" run JavaScript initially (which will set the main image) and also allow me to edit the image maps in place (so I can see them placed over the correct main image)?
I found some references to the "Live View" feature, which runs JavaScript successfully, but I cannot see or edit image maps in "Live View".