Thanks for catching those semi-colon and the javascript:window.open... thingies but it didn't work....
So far the only area that is clickable in netscape is <area alt="browse" coords="111,79,175,99" href="store.cgi" shape="RECT"> ... I'm using netscape 7 if that halps.
I hate netscape. I wish they would be more like IE without the security holes.
Main Topics
Browse All Topics





by: wwwgtsPosted on 2003-10-27 at 02:29:21ID: 9625949
<area alt="my cart" coords="113,120,180,103" href="#" onClick="window.open('http s://www.pa ypal.com/c art/displa y=1& busine ss=mail@so mewhere.co m','paypal ','width=4 00,height= 350,scroll bars,locat ion=no,res izable,sta tus');">
en('https: //www.payp al.com/car t/display= 1& business =mail@some where.com' ,'paypal', 'width=400 ,height=35 0,scrollba rs,locatio n=no,resiz able,statu s');">
ew_window( )">
w();">
does that work? if not then try
<area alt="my cart" coords="113,120,180,103" href="javascript:window.op
<area alt="about" coords="118,137,173,121" href="javascript:onClick=n
i think that should be
<area alt="about" coords="118,137,173,121" href="javascript:new_windo
and do u have new_window() javascript somewhere in ur html code?