Hello,

One more simple question:

Is it possible that area which is used for data submission also can be
updated from python script.

How in *.html describe that input can be both
from the user
and a result of some script.


 1   <input type="text" name="q" value="{{ query|escape }}" ?????
 2   <input type="submit" value="Search1">

On line 1 user put a word
On line 2 user start search in database
I would like to get the result of the search printed back in the same
field on the line 1.

regards,
gintare

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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