Categories
Tags → Example Javascript

DRBCounter

DRBCounter is a simple PHP hit counter script that doesn''t require a database. It allows you to put a text-based hit counter on virtually any page on your web site. You may customize the colors and fonts using standard CSS styles. Data is store...
DETAILS

Escape HTML Characters

In this howto you''re gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users enter malicious HTML or javascript code into your site using the public forms like guestbooks or message...
DETAILS

Relational List

Relational List is a Dreamweaver extension that allows to insert two associated lists (select fields) into your forms, a main list and a subordinate list. This is useful if you need related fields into your forms, for example country/states, brand/mo...
DETAILS

AJAX get page title example

AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows u...
DETAILS

URL Redirection using JavaScript.

Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script.
DETAILS

Visual Javascript Chat

AJAX, with all its constant polling, is a pretty weak approach to chat. This visual chatroom uses javascript, sockets, and dhtml to connect live to a server. A flash to javascript tool called AFLAX (from the Aptana people) handles the socket connecti...
DETAILS

Smallest AJAX example in the world?

Can a smaller working AJAX example be produced? Always a believer in keeping it simple && find it easier to learn something complex, by making it as small as possible. Visit the URL for a very small AJAX online demo. You can just cut...
DETAILS

Advanced Form Handling with PHP

This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, font size - in total four different types of web s...
DETAILS

The easy way into Ajax with AHAH

AHAH (Asynchronous HTML and HTTP) is a subset of the popular Ajax web programming paradigm, which is easy to code and avoids the hassle of parsing XML or carrying out XSLT transformations. The source code of a generalised (but tiny) Javascript funct...
DETAILS

Auto complete text field

This is a short example on how to use javascript to get an auto complete text field. It works in all modern browsers. It is similar to the one used by Google suggest.
DETAILS

Page:
©2003-2019 jCay.com