Ron Savage wrote:
o The synopsis has:
        <input type="text" name="val1" id="val1"
         onkeyup="exported_func( ['val1'], ['resultdiv'] );">
I think it would have been clearer to say:
name = "some_name"
so that you do not get the wrong idea about the usage of id.

Spot on, Ron! I got this note from one of the CGI::Ajax authors:

"looks like you just need to add id's ...
we don't use names, maybe we should add a fallback, if element not found by id look for:
document.forms.element..."

Thanks.

Bruce

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to