About 3,540,000,000 results
Open links in new tab
  1. Open-Anweisung (VBA) | Microsoft Learn

    Apr 6, 2023 · Sie müssen eine Datei öffnen, damit E/A-Vorgänge darauf ausgeführt werden können. Open weist der Datei einen E/A-Puffer zu und legt den Zugriffsmodus für diesen Puffer …

  2. Window: open () method - Web APIs | MDN

    Sep 18, 2025 · The open() method of the Window interface loads a specified resource into a new or existing browsing context (that is, a tab, a window, or an iframe) under a specified name.

  3. How can I make a HTML a href hyperlink open a new window?

    Learn how to make an HTML hyperlink open in a new window using simple techniques and code examples.

  4. Python open () Function - W3Schools

    Definition and Usage The open() function opens a file, and returns it as a file object. Read more about file handling in our chapters about .

  5. std::basic_ofstream<CharT,Traits>::open - cppreference.com

    Feb 8, 2023 · 1,2) Effectively calls rdbuf()->open(filename, mode | ios_base::out) (see std::basic_filebuf::open for the details on the effects of that call). Overload (2) is only provided …

  6. Window open () Method - W3Schools

    Description The open() method opens a new browser window, or a new tab, depending on your browser settings and the parameter values.

  7. ofstream - C++ Users

    Opens the file identified by argument filename, associating it with the stream object, so that input/output operations are performed on its content. Argument mode specifies the opening …