M
Memo
Hi, I need to open a new window with no scrollbars and specific size,
i got this sample code from a web page,
<A
HREF="javascript:void(0)"onclick="window.open('http://www.google.com/','linkname','height=380, width=300,scrollbars=no')">Link Name</a>
and it works with http links,
but it doesn't work with local files like gallery/sample1.htm,
what would be the right code for this local file?
Thanks.
i got this sample code from a web page,
<A
HREF="javascript:void(0)"onclick="window.open('http://www.google.com/','linkname','height=380, width=300,scrollbars=no')">Link Name</a>
and it works with http links,
but it doesn't work with local files like gallery/sample1.htm,
what would be the right code for this local file?
Thanks.