project tracking – 2004-10-28

I found yet another voyeuristic, productivity sucking website, http://www.reallysmalltalk.com/.

I started resuming work on the tests for the Boxcar online store. Unfortunately, I’ve reached an impasse with submitting the first checkout form. It looks like there is a problem with the following:

onsubmit="validate(form)"

It looks like this is either 1) not getting executed or 2) detecting something as problematic when it shouldn’t since it appears like the following code in the validate function isn’t getting executed.

document.form.action = "checkout2.php";

Actually, upon adding some debugging code, it looks like the function is getting executed, it’s just the following line that’s not getting executed:

document.form.action = "checkout2.php";