kakshmire
05-19-2004, 08:24 PM
so i have a pop up image. and when the new window opens with the image in the image isnt positioned right in the top left hand corner. there is a white space between the corner and the image. its not part of the image and i thought this would have made it top left:
if (type == "console") tools = "resizable=no,toolbar=no,location=no,scrollbars=no,width="+strWidth+",height="+strHeight+",left=0,top=0";
and the type on the link is definatley console. i tried using negative values on the left= but nothing changed. i also tried putting left="0" etc. (i don't knwo much about javascript) but that turned the pop up window into a regular window with an address bar and stuff. thanks for any help.
if (type == "console") tools = "resizable=no,toolbar=no,location=no,scrollbars=no,width="+strWidth+",height="+strHeight+",left=0,top=0";
and the type on the link is definatley console. i tried using negative values on the left= but nothing changed. i also tried putting left="0" etc. (i don't knwo much about javascript) but that turned the pop up window into a regular window with an address bar and stuff. thanks for any help.