hello.
can someone have a look at this code. i want the pop-up window to appear in the centre. also i have another problem, there seem to be white spaces around the edges of the window. how can i get rid of it. it looks yukky
on (release) {
getURL(“javascript:NewWindow=window.open(‘sane2.gif’,‘myWindow’,‘width=300,height=300,left=100,top=100,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No’); NewWindow.focus(); void(0);”);
}
thanks in advance