Hii teresagoh!!
Or alternatively use function to open two windows/pages/whtever u want
e.g
<script>
function OpenTwo()
{
window.open("exp1.html")
window.open("exp2.html")
//here you can put ur code
}
</script>
<img src ="planets.gif" width="145" height="126" usemap ="#planetmap" />
<map id ="planetmap" name="planetmap">
<area shape ="circle" coords ="124,58,8" href ="javascript:OpenTwo()"/>
</map>
Hope this will help you
Cheers :)
vinod
|