Categories
Tags → Example Javascript Code

An ajax-based newsletter sign-up form

An ajax-based newsletter sign-up form in ASP using the prototype javascript framework. User enters name and email, validation is done and he is added to the database all without refreshing the current page. Use it to collect subscriber emails at yo...
DETAILS

Max''s JavaScript Tooltip

Max''s JavaScript Tooltip is a small Javscript code library which allows you to easily add extended tooltip possibilities to your web page. The installation is very simple, you need only copy and paste some line of code. The look and feel can be...
DETAILS

Max''s Slideshow

Max''s Slideshow is a simple PHP based photo slideshow script using Javascript as well. The installation is very easy, you only need to upload it to your web server. Afterwards put your images into the images folder, set the slideshow size if re...
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

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

remotely hosted script

This example shows how you can create a remotely hosted script that will display links on a site. The script is created on a site with php scripting and the a single line of JavaScript code allows the content to be displayed on other sites , they don...
DETAILS

CheckiIE: Browser Check

You can have a look on small example of JavaScript code which can be used for Browser Check and retreiving major and minor browser version in &"major.minor&" format.
DETAILS

Creating Dynamic JavaScript with ASP and Databases

This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries. E...
DETAILS

Mouseover Pops Up DHTML component

This JavaScript shows how to create a DHTML item popup centered on the window on a mouseover. This example should have code running on the body onload event. Works on both IE and Netscape.
DETAILS
©2003-2008 jCay.com