About 50 results
Open links in new tab
  1. javascript - How can I achieve bookmarklet functionality in …

    9 Microsoft Edge browser does not support javascript bookmarklet in favorites. Is there an easy workaround for this? When browser extensions for Edge come out, then it might be possible if …

  2. JavaScript click () method not working on Microsoft Edge

    Apr 29, 2024 · In Chrome the above code works just fine, although in Microsoft Edge the click () method does not seem to work for some reason. Doing console.log it displays the element in …

  3. Microsoft Edge: onclick event stops working? - Stack Overflow

    Nov 4, 2015 · I have strange problems with my (ASP.NET) web application in Microsoft Edge. At a certain point the onclick event stops working. All buttons on the page that respond to the …

  4. window.open() parameters not working in Edge - Stack Overflow

    Feb 16, 2018 · In Servicenow, I have a requirement to open a new window from a UI action. Open in New window (not tab) Display the navigation toolbar (buttons) Display scrollbars Be …

  5. Launching Microsoft Edge browser from a javascript file?

    oIE.Navigate2(URLname2, navOpenInBackgroundTab); Above is a bit of code in my javascript file (launch.js) that launches Internet Explorer with a specific webpage and then opens a new tab …

  6. How to target Edge browser with javascript - Stack Overflow

    I know you should do feature detection where possible, but can you detect in Javascript if the browser is the Microsoft Edge browser? I maintain an old product and I want to display a …

  7. javascript - How to debug in VS Code by attaching to Edge …

    Jun 29, 2021 · 5 Which version of JavaScript Debugger and Edge browser are you using? I test with JavaScript Debugger v1.57.0 and Edge browser Version 91.0.864.59, it works well. Have …

  8. Microsoft Edge "Edit and Resend" Not Showing Up

    Apr 4, 2024 · Seems like a new issue for Edge DevTools, and I can easily reproduce this problem on 123.0.2420.65. I also have Microsoft Edge with version 114.0.1823.43, where the "edit and …

  9. javascript - Push Notifications Request for edge - Stack Overflow

    Jul 12, 2023 · 1 you can use a combination of the Push API and a service worker. This allows you to handle push notifications in a more consistent way across different browsers, including …

  10. javascript - Microsoft Edge Show downloads menu when a …

    Apr 10, 2024 · I want to disable by default the downloads menu from Microsoft Edge when a download starts, preferably from According to this link, Microsoft Edge does not have a …