- 1,233 categories
- 40,462 scripts
Updated: 08/11/2000
- One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on the server which writes another program to be executed on the client. Let''s pick PHP (of course) for the server and JavaScript for the client. We''ll show you in this article how you can use this scheme to store data in the client and then minimize the data transfered between the server and the browser for interactive applications like a chat room, a news system or whatever you want.
- Categories
- Tags
- Platforms
- Licenses
- This is a simple JavaScript that writes the viewer''s browser name and browser version onto your page.
- This JavaScript lets you click on thumbnails to display full-size images on the same page. If the browser can manipulate document images, then it simply in-lines the large image. If it can''t, or if it doesn''t recognise JavaScript at all, ...
- This JavaScript simply identifies and writes the visitor''s browser and operating system in a little box to the screen.
- This JavaScript allows you to scroll text from right to left on the browser window. You can customize the font, font size, font style and font color. It only works with Netscape 4.
- This JavaScript allows your visitors to send you feedback right from their browser. It also automatically logs their Browser types and versions.