Diez B. Roggisch schrieb: > [EMAIL PROTECTED] schrieb: >> thanks, fieldname is the form variable name but what is formname? >> I don't usually name my forms!?!? ;) > > Then it might be time to change some old habits...
If there is only one form, you can also use document.forms[0]. Or, if your form has an id, you can use getElementById or MochiKit's getElement function. -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

