A
AAaron123
I use the following to display the image file pointed to by path.
Works ok except the image is not centered.
Is there some way I can get the window to center the image?
OpenWindowX=window.open(
path,name,'scrollbars=1,resizable=1,width='+w+',height='+h);
Thanks
Works ok except the image is not centered.
Is there some way I can get the window to center the image?
OpenWindowX=window.open(
path,name,'scrollbars=1,resizable=1,width='+w+',height='+h);
Thanks