php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "window object"

How can a PHP script be structured to handle form submissions from a popup window and close the window simultaneously?

To handle form submissions from a popup window and close the window simultaneously, you can use JavaScript to submit the form asynchronously to a PHP...

How can the issue of a new window opening with reg.php instead of the same window be resolved in PHP?

Issue: To prevent a new window from opening with reg.php, you can use JavaScript to submit the form within the same window instead of opening a new on...

What is the relationship between PHP and window size in popups?

The relationship between PHP and window size in popups is that PHP can be used to dynamically adjust the size of a popup window based on certain condi...

How can the behavior of links within a PHP menu be controlled to open content within the same window instead of a new window?

To control the behavior of links within a PHP menu to open content within the same window instead of a new window, you can use the target attribute wi...

Is it possible to determine window size with PHP?

To determine the window size in PHP, you can use client-side scripting languages like JavaScript. PHP is a server-side language and does not have dire...

Showing 11 to 15 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.