Click to See Complete Forum and Search --> : Window Sizing


SimonBahr
07-19-2005, 04:41 PM
When you have the attribute _blank in a <a href> is there anyway of controlling the size and postion of the target window??

Cheers Si.. :)

sae
07-20-2005, 08:04 PM
yes


<A onclick="open('your-link.htm','view','height=300,width=400,resizable=no,toolbar=0,scrollbars=no,status=no')"
href="your-link.htm" target=view>Text or image</a>