Categories
Tags → Javascript Array

PHP Input FIlter

Try it out for yourself: http://cyberai.com/inputfilter/ This class can filter input of stray or malicious PHP, Javascript or HTML tags and to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, su...
DETAILS

JavaScript Array object

Explanation and listing of the Array object in JavaScript and its methods and properties.
DETAILS

JavaScript Navigation Bar

Do you have a website with a navigation system that follows its directory structure? If so, these functions can be just what you need. This is the JavaScript version of Directory Navigation Links, for those who wish to implement the solution on stati...
DETAILS

Building a Javascript array

Here are the basics of how to make a simple javascript array for your HTML page. To get you started, first you have to call the scripting method you are going to use. In this case we will call javascripting method.
DETAILS

Text Box Ticker

A Javascript Text Box Ticker that ticks a number of messages on a Text Box. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must be ad...
DETAILS

Unique Random Numbers

This JavaScript picks up a number of unique random elements from an array. For example; if you have an array myArray consisting of 10 elements and want to pick 5 unique random elements. Suppose initially myArray[3] is picked randomly, then myArray[3]...
DETAILS

Basic array building with javascripting

This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser.
DETAILS

Button Ticker

This is a Cross Browser Javascript Button Ticker that ticks a number of messages on a button.You can change the direction in which the message ticks. (i.e the order in which the message ticks). This ticker is very easy to customise. You can add any n...
DETAILS

Cross Browser Ticker

This is a Cross Browser Javascript Ticker that runs on MSIE as well as Netscape. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must ...
DETAILS

Client-Side Scripting and ASP

This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML.
DETAILS

Page:
©2003-2008 jCay.com