JavaScript not working with ssrs report in edge

Mark Tash 20 Reputation points
2024-08-20T03:26:06.5466667+00:00

I working with an ssrs document and have images with a go to url that I inserted a JavaScript

javascrpt:void(window.open http:\

the command completed works on a url command line within edge but if I click on the item nothing happens with the ssrs report embed within the brower. This worked before. After we upgraded chrome to the last version it stopped working …

Java is turned on and can not find were the error is.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,042 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,060 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,466 Reputation points
    2024-08-20T08:04:04.4+00:00

    Hi @Mark Tash

    I tried with below expression, it works fine in Edge Browser.

    ="javascript:void(window.open('https://learn.microsoft.com/en-us/sql/reporting-services/...','_blank'))"

    User's image

    Please have a double check.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.