View Full Version : Not really sure what I've done..


PrincessSammy
03-18-2004, 12:00 AM
Hey,

What I essentially want is this link to open in a new window, but with smaller dimensions, but when I try to target="_blank", it opens in the same window, or parent. Its really irratating! But heres my other problem, each a href tag has a line of java for the scroll bar text, and its also part of an image map. heres what it looks like:

<area href="portal.html" onMouseOver="window.status='Her Friends'; return true" onMouseOut="window.status=' target="_blank" shape="polygon" coords="17, 124, 168, 125, 177, 155, 15, 160" >

Now if I move the target between portal.html" and onMouseOver the link itself doesn't work! Same with if I put it at the end.

Any suggestions?!

Thanks
Sammy

Rosey
03-18-2004, 04:01 AM
I'm not sure about this:

<area onMouseOver="window.status='Her Friends'; return true" onMouseOut="window.status=" shape="polygon" coords="17, 124, 168, 125, 177, 155, 15, 160" href="portal.html" target="_blank">