Reducing the size of a linked-to window
I used the code below, found on this site, for reducing the size of a window I linked to on a site other than my own. The code worked fine for Firefox (and for Netscape) but not for Int. Explorer (7). Clicking the link in Explorer produced no result whatsoever. Can anybody tell me how to fix this?
Code: <A HREF="javascript:void(0)"onclick="window.open('htt p://www.msn.com/','linkname','height=380, width=300,scrollbars=no')">Link Name</a>
Thanks very much,
Jeff
|