php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "window object"

Are there any best practices or alternative methods for handling window manipulation in JavaScript?

Handling window manipulation in JavaScript can be done using the `window` object methods like `open()`, `close()`, `resizeTo()`, `moveTo()`, etc. It i...

How can you use window.opener in PHP to interact between a popup window and the main form?

To interact between a popup window and the main form in PHP using window.opener, you can pass data from the popup window to the main form by accessing...

How can the JavaScript code be modified to ensure that the original window is closed when opening a new window?

When opening a new window in JavaScript, the original window remains open unless explicitly closed. To ensure that the original window is closed when...

How can PHP be used to refresh a parent window when a specific event occurs in a popup window?

To refresh a parent window when a specific event occurs in a popup window, you can use JavaScript in the popup window to trigger a function in the par...

What potential issues can arise from using self.close() to close the original window when opening a new window?

Potential issues that can arise from using self.close() to close the original window when opening a new window include the risk of accidentally closin...

Showing 1 to 5 of 6017 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1203 1204 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.