On 6 nov, 13:38, limas <[EMAIL PROTECTED]> wrote: > hello > > please help me....... > can i set the value of a ModelForm field ,ie a text box, using > javascript.
This is totally unrelated to Django and ModelForms. javascript runs on the browser, *after* the whole page containing the form has been sent by the server. IOW, at this stage, all you have is a plain old HTML form. For questions related to client-side HTML form (or whatever) scripting, please post on comp.lang.javascript (and possibly, learns a bit of javascript before...). HTH --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

