Line 147 is currently

        out.println("    formObj = document." + this.name + ";");

needs to change to

        out.println("    var formObj = document." + this.name + ";");

So that it works in Internet Explorer otherwise it raises a javascript
error. Haven't tested the change in Netscape so if anyone has that facility
i would love to know how it goes.

Also would anyone object to me expanding the validate tage to also encompase
numeric validation an posibly a couple of other features.

I have already started on these changes and could email the source to this
list for review if thats prudent..

Regards,

Mark Wolfe
-------------------------------------------------------
Hammond Street Developments Pty. Ltd.
  P.O. Box 5062
  Ringwood Victoria  3134
  Australia

  Ph: +613 9875 5910
  Fx. +61 3 9877 5699
  E-mail: mailto:[EMAIL PROTECTED]
  Web: http://www.hsd.com.au


Reply via email to