Hello all,
When I do simple search from form:
<form action="/objects/search_results/" method="get">
<input type="text" name="q" />
<input type="image" name="submit" value="Search" src="" /></form>
a browser goes to URL:
http://127.0.0.1:8000/objects/search_results/?q=sometext&submit.x=&submit.y=&submit=Search
What is the "x" and "y"?
Can I use it for pagination? Please give me a little example of usage.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---