.NET Framework Developer Center > Using Forums Forums > Off-Topic Posts (Do Not Post Here) > SSRS calls a ASP page with # params but opens several instances instead of one
Ask a questionAsk a question
 

QuestionSSRS calls a ASP page with # params but opens several instances instead of one

  • Thursday, October 29, 2009 6:54 PMaoleas Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello: I have a SSRS application that calls a ASP page with different param but opening a different window everytine. I have a jscript to be executed onload() but it is not working, here it is: Thanks for any help.

     

    <script type="text/javascript">

     

    function LoadPage() {

     

    if (window.opener != null && !window.opener.closed) {

    window.opener.location.reload();

    }

     

    return;

    }

     

    </script>

    • Moved byHarry ZhuMSFTThursday, November 05, 2009 1:49 AM (From:JScript for the .NET Framework)
    •  

All Replies