> I don't want to use id's, because the buttons on one side frequently
> occur.

You can still use ids to allow you to access the element as `this` for
events,  etc....  just later pass $('id').getProperty('name') with the
form instead of the id.toString.

Obvs.  the  names can then be the same. It is best practice to use ids
in forms as well as names, and I always do so so I can do this kind of
thing when necessary.

-- Sandy

Reply via email to