.NET Framework Developer Center > .NET Development Forums > JScript for the .NET Framework > README - read this first to get your question to where it will be answered
Ask a questionAsk a question
 

StickyREADME - read this first to get your question to where it will be answered

All Replies

  • Wednesday, May 03, 2006 12:12 AMFire Fox gug Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    ie version is version: 6.0.2900.2180.xpsp.050928-1517

     

    Apparently he not able to open pop up window, anywhere in the application

    Like the “list of items” in the first registration page or EULA or any uploaded image etc etc.

     

    After doing some investigations we found if the link says

     

    <a href=”#” onclick=openwindow(path) >

    That does not work in his machine.

     

    For his IE version.

    Works when he uses fire fox.

     

     

    If we change

    <a href=”path” onclick=openwindow(path) >

     

    This looks like an IE error.

     

    There are lots of places in the system that uses this technique.

     

    So if this becomes a problem, we may have to change in lots of places.

     

    Any Ideas, or can some else recreate this.