search for: submnewuser

Displaying 1 result from an estimated 1 matches for "submnewuser".

2008 Apr 18
1
element has no properties error.
Hey all, I''ve recently started messing around with Prototype again, so I thought I''d start small and write 5 lines of code that would check if all fields in a form are filled out. So I thought document.observe(''dom:loaded'', function() { $(''submNewUser'').disable(); new Form.Observer($(''newUser''), 0.3, function(e, val) { if(!$F(''newUsername'').blank() && !$F(''email'').blank() && $F(''pword'') == $F(''checkPassword'')) { $(''su...