rlovell
01-23-2003, 02:31 PM
I'm not sure if this is a HTML or JavaScript issue. I have a house floor plan with clickable areas that open a window displaying a photo of the room. The following code works great with IE 6, but not at all with Netscape 7.
<area alt="Interior view of Bedroom #3" shape="poly" coords="484,97,484,123,513,123,513,95,500,80"
<A onclick="DisplayExternal('BED3',300,475)"
href="../Photos_Interior/cumberland_interior_bed_3.html"
target="BED3">
What am I doing wrong? Thanks for any suggestions.
<area alt="Interior view of Bedroom #3" shape="poly" coords="484,97,484,123,513,123,513,95,500,80"
<A onclick="DisplayExternal('BED3',300,475)"
href="../Photos_Interior/cumberland_interior_bed_3.html"
target="BED3">
What am I doing wrong? Thanks for any suggestions.