php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTML window"

What is the best practice for opening a link in a new window using PHP?

When opening a link in a new window using PHP, the best practice is to use the `target="_blank"` attribute in the HTML link tag. This attribute tells...

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 a new window be opened in PHP without using "Target=new"?

When opening a new window in PHP without using "target=new", you can achieve this by using JavaScript. You can create a JavaScript function that opens...

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 11 to 15 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.