Quote:
Originally Posted by razec
It keeps telling me:
As you can see, though, BusinessName is definitely there. In case you're wondering, I've included the LiveValidation class in the headinclude template.
|
Nope, I think BusinessName NOT there, at least NOT at the time the javascript is called...
You have it at the top..., when the html below is not rendered yet..
I personnally would do it differently..
in the form put a onsubmit="checkthisform()"
then embed all the js in a function called checkthisform()
(you would have to put the v_BusinessName.form.onsubmit = function() in a second function outside the checkthisform
F.