php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "parent window"

How can a popup window automatically refresh the parent page in PHP?

To automatically refresh the parent page from a popup window in PHP, you can use JavaScript to access the parent window and trigger a refresh. This ca...

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 is the best way to pass a variable from a popup window to the parent window in PHP?

When passing a variable from a popup window to the parent window in PHP, you can achieve this by using JavaScript to communicate between the two windo...

What are some alternative methods for updating the parent page after closing a popup window in PHP?

When a popup window is closed, the parent page does not automatically update to reflect any changes made in the popup window. To update the parent pag...

How can a PHP string be passed from a child window to a parent window in a PHP forum thread?

To pass a PHP string from a child window to a parent window in a PHP forum thread, you can use JavaScript to communicate between the windows. You can...

Showing 1 to 5 of 1564 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 312 313 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.