About 3,820,000 results
Open links in new tab
  1. How to close current tab in a browser window? - Stack Overflow

    Jan 16, 2010 · I want to create a link on a webpage that would close the currently active tab in a browser without closing other tabs in the browser. When the user clicks the close link, an alert message …

  2. html - javascript close current window - Stack Overflow

    Apr 26, 2014 · 7 To close your current window using JS, do this. First open the current window to trick your current tab into thinking it has been opened by a script. Then close it using window.close (). The …

  3. HTML Button Close Window - Stack Overflow

    Nov 8, 2011 · I have an html button that I want to close the current window when clicked. I thought I could just set the onclick feature like I did below. Am I missing something? <button type="button" …

  4. How do I remove my account from a website - Google Help

    May 23, 2023 · Look for an option to delete or deactivate your account. Sometimes websites provide self-service options to close an account, allowing you to delete your account independently. 4. …

  5. X close button only using css - Stack Overflow

    How to make a cross (X) only in CSS3, to use as a close button? I've been searching for a long time, and cannot found how.... When I look at source code on a website using it, there's always someth...

  6. How to stop my profile from logging out of my account everytime I …

    If you're experiencing issues with Google logging you out every time you close the browser window or tab, it's likely because your browser settings are configured to delete cookies and browsing data …

  7. Trying to detect browser close event - Stack Overflow

    Dec 31, 2013 · This Stack Overflow thread discusses methods to detect browser close events in web development, providing insights and solutions for developers.

  8. How can I close a browser window without receiving the "Do you want …

    Sep 12, 2008 · In order to close the window, you must open a new window with _self as the target, which will overwrite your current window, and then close that one (which you can do since it was …

  9. How to close Microsoft Edge browser's current tab from command …

    Oct 18, 2017 · If, by chance, the goal is to use Edge to "ping" a website then close Edge, I may have a solution. The Chromium command line switch --no-startup-window used along with a url in Edge …

  10. How to open and close a website using default browser with python

    Nov 27, 2015 · I'm trying to write a python script on windows platform to open a webpage (such as Google), and then, after 10 seconds, close this website. Note: I'm using Windows 7, Python 2.7.10, …