Hi all,

In fact my pb is : I have a <form> that sends a DATA that the user
writes (input), but I would like it to send javascript_function(DATA)
instead. How to do it?

This is my input. The DATA is a "departure"
<input type="text" name="departure" value="" id="departure">

What shoud I write instead of name or value to return the
javascript_function(departure) instead of departure only? (my js
function calculates the latitude in fact).

In general, how to bring back to view javascript results?

Thanks a lot!
Arbi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to