bandolin opened this issue on Feb 27, 2006 ยท 32 posts
pidjy posted Mon, 27 February 2006 at 4:46 PM
Bandolin try this
//A href="javascript:window.open('URL',
'window-name','menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=xxx,height=xxx')">your link///A>
Dont forget to replace the // with < when copying this code
Replace window-name by the name of this new window, Replace URL by the url of the new window, replace xxx by the size in pixels of your new window.
You should know too that this "simple" method may not work if the browser used got a "anti pop-up"
cheers
Message edited on: 02/27/2006 16:51