hi All,
In my application we are opening a window and loading a image, first time its opening new window and properly showing image, subsequent window opens will overrite the exisitng image in already opened browser in IE6 and its an expectation from our end.
Also the same functionality working fine in IE8 when i use my server ip address in address bar, if I am calling with domain name then its opening with new window only and its not overriting.
Please find the below java code and its working fine in IE6 (ip addresss as well as domain name) and its working fine in IE8 with IP address only.
function
openImage(){window.open("<%=fileNetURL%>","sample","scrollbars=yes,resizable=yes,width=1024,height=740,left="+ screen.width + ",top=0");window.close();
}
Please advice to resolve it.
Thank you
Thiyagarajan