I use this code to display a picture but it always show white are to the left and to the top, can I make it lets say top/0 and left/0
if so please help
Nick
<SCRIPT>
function popUp1(URL1) {
New1 = open(URL1 , "New1", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=240,screenX=200,screenY=200,left=200,top=200"
}
</SCRIPT>
if so please help
Nick
<SCRIPT>
function popUp1(URL1) {
New1 = open(URL1 , "New1", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=240,screenX=200,screenY=200,left=200,top=200"
}
</SCRIPT>