|
Every Web browser sends an identification string to the Web server you are visiting. The Web server can dynamically customize Web pages based on the browser identification. This simple test page allows you to find out what is the identification string of your browser. What is my browser's identification? As a Web developer, or tester, you may need to know the identification string of the browser you are using, because many Web sites are using this information to dynamically customize Web pages. A Web browser's identifications string contains the name of the browser, the version number, and other information. Here are two examples, IE and FireFox on Windows XP system:
How to find out my browser's identification? To find out your IP address and host name, the Webmaster can use the PHP built-in array $_SERVER, which contains a lot of information including your browser's identification:
This test page allows you to find out your browser's identification when you are visiting a Web server. Click the button below to start the test:
Other On-line Testing Pages by FYIcenter.comFYIcenter.com has prepared some simple but very interesting on-line testing pages that are useful for your programming and testing tasks:
|
20 tutorials on different ways to create and test popup windows created in JavaScript: Page unload popups, Pop re-open on close, ... Each tutorial answers one commonly asked PHP programming question with a short, but precise and clear PHP script.
|