Robert Denton

Staggering work of genius from Portland, Maine – Gardener, Photographer, Designer, Taco Maker, Birder, Biker, Wine Merchant

Posts tagged: Javascript

Automatically Clear Default Form Values

Wednesday, July 7th, 2004

Automatically Clear Default Form Values

Cross browser function for retrieving global/external CSS properties

Wednesday, March 17th, 2004

Cross browser function for retrieving global/external CSS properties Cross browser function for retrieving global/external CSS properties

Table Striper

Monday, March 8th, 2004

Dom manipulation of a table — make mine striped please. The code below goes in the head of your document. All you need to do next is tag your table with an id=”something” and add an onload trigger to your body tag. <script language=”JavaScript” type=”text/javascript”> var TABLE_ROW_COLOR_DEFAULT = “#FFFFFF”; var TABLE_ROW_COLOR_HILIGHT = “#CCCCCC”; function stripeTableRows(tableObject,startRow) […]