Scripts and functions that I have written or found useful

Archive for the ‘Javascript’ Category

Javascript automatically submit a form

Friday, September 8th, 2006 Posted in Javascript | No Comments »

Simply remove the sumit button and place this after the form. Once your browser reads in this script the form will submit. [javascript] document.form1.submit(); [/javascript]

Dynamic Date ticker/scroller

Friday, September 8th, 2006 Posted in Javascript, MYSQL | No Comments »

This is useful for displaying dynamic data in a small space, it scrolls the data and pauses at every line. It will also pause on mouseover [javascript] [/javascript]