Is there some way I can get the window.open to center the image?

  • Thread starter Thread starter AAaron123
  • Start date Start date
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
 
Back
Top