locked
IE8 compatibility issue for window opening (When using Domain name) RRS feed

  • Question

  • 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

    Friday, January 24, 2014 8:03 AM

Answers

  • This is a forum for customization and programming using Microsoft Project - a project management scheduling tool.

    Please repost your question to the Internet Explorer forum:

    http://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=iewebdevelopment

    • Proposed as answer by John - Project Friday, January 24, 2014 4:34 PM
    • Marked as answer by Julie Sheets Sunday, January 26, 2014 2:38 PM
    Friday, January 24, 2014 2:51 PM