| |
| |
A short tip on how to show the last visited page for the users.
|
|
|
| |
| |
This tutorial will teach you how to output a short message saying that the page is not optimized for a certain user's screen resolution. |
|
|
| |
| |
Learn how to use the navigator object of Javascript to detect the browser type and version of your visitors.
|
|
|
| |
| |
A code snippet to display the referring URL your visitor came from.
|
|
|
| |
| |
There are several different browsers and versions out there, thus you, the programmer, do not know what JavaScript capabilities the user has. Insuring that the scripts you write run in most users browser can be done in a few different ways. One way is to ask the user what browser they are using, via JavaScript, and to then program accourdingly. This tutorial shows you how.
|
|
|
| |
|