javascript

Recent content on Harvey Kane tagged as javascript.

Related Tags



Javascript bug not IE's fault

Javascript bug not IE's fault So here I am at 8:00 at night coding away, adding some Javascript to an existing page to save on those frustrating page reloads. The purpose of this script is to preload the values of a form with a choice predefined defaults. Nothing too complicated here. So I query the database to get the data, escape the data so apostrophes and new lines don't throw a wobbly and set up some basic links using...