Last updated on November 23rd, 2022 at 01:43 pmThis is a very simple script which will dynamically change the background color of a webpage using php .Just copy and paste the script below. In case if you missed it, we also have a script using Javascript that changes background color of a webpage. Check out the Demo
Category: Html (Page 6 of 6)
Last updated on March 29th, 2022 at 07:21 amIn this tutorial we are going to see how to open child window from a browser parent and close the same child window using Javascript. We are assigning a variable named childwin to window.open function and then just use childwin.close() to eventually close the child browser window […]
How to change font size using PHP
Last updated on November 8th, 2024 at 12:48 pmDynamically adjust the text or font size on your website using PHP. The logic for switching text sizes is outlined below. You may have noticed various websites offering the ability to modify text size in real-time and wondered how this functionality is implemented. The following code illustrates […]