4
4Ankit
hey guys i am having problems with opening a image map in a new window.
I have a image map but when i click on it it opens a new window with my
existing html page information on(webpage which includes the image map)
.. I want my image map, when clicked to open a new widnow showing only
the image without the additional information on the webpage. The code i
am using for the image map at the moment is as follows:
<img src="fig1.png" alt="Project Plan" width="800" height="300"
border="6" usemap="#projectPlan"/>
<map id="projectPlan">
<area shape="rect" coords="120, 75, 490, 150" target
="_blank" />
All help would be much appreciated.
I have a image map but when i click on it it opens a new window with my
existing html page information on(webpage which includes the image map)
.. I want my image map, when clicked to open a new widnow showing only
the image without the additional information on the webpage. The code i
am using for the image map at the moment is as follows:
<img src="fig1.png" alt="Project Plan" width="800" height="300"
border="6" usemap="#projectPlan"/>
<map id="projectPlan">
<area shape="rect" coords="120, 75, 490, 150" target
="_blank" />
All help would be much appreciated.