Categories
Tags → Reload Page Javascript

TPCS Refresh document once

Sometimes you need for a web document to instantly reload itself but only once. This Javascript does just that. As soon as the page loads it will refresh / reload once. This script will append ?reloaded=true to the page it reloads. If this is manuall...
DETAILS

Calculated Fields

Creating automatically calculated fields into HTML forms it s usually a hard coding job. This tool makes all the process easy, it allows to define the calculated fields from a visual interface without hand coding required. This tool has been packed a...
DETAILS

Testing for Security in the Age of Ajax Programming

Ajax programming is one of the most exciting new technologies in recent history. Ajax (Asynchronous Javascript and XML) allows a web page to refresh a small portion of its data from a web server, rather than being forced to reload and redraw the enti...
DETAILS

Implementing AJAX Using ASP.NET 1.1

AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX gains its popularity by allowing data on a page to be dynamically updated without having to make the browser reload the page.
DETAILS

DomAxh - DOM translated Asynchronous XHTML

DomAXh is a javascript file that inserts XMLHTTP requests results into your page, by translating plain XHTML (plain ''ol HTML that follows certain basic rules) into XML and then back into your page via the browsers DOM. So not having to reload...
DETAILS

Random Yahoo Links using AJAX

A small PHP file on your server pulls in Yahoo links randomly. An AJAX (Asynchronous Javascript and HTMLRequest) script on your web page serves up a different link each time a viewer clicks on it. No need to reload page to get different links. Very s...
DETAILS

Chatoo : chat without refresh

Chatoo use a forgotten tips in javascript to produce a revolutionnary chat in php. Without any database, you will have a complete chat tool with IRC command like. The chat doesn''t use any hidden iframe system and allow you to have a clas...
DETAILS
©2003-2019 jCay.com