I use this code to display a picture but I want to add top Margin=0 and left Margin =0 how can I do this?
Or have it display a BG color of #333333
Thanks
Nick
<SCRIPT>
function popUp1(URL1) {
New1 = open (URL1 , "New1", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=295,height=230,Top Margin=0,screenX=200,screenY=200,left=200,top=200"
;
}
</SCRIPT
Or have it display a BG color of #333333
Thanks
Nick
<SCRIPT>
function popUp1(URL1) {
New1 = open (URL1 , "New1", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=295,height=230,Top Margin=0,screenX=200,screenY=200,left=200,top=200"
}
</SCRIPT