THIS IS WORKING CODE USING DROPDOWN LIST AND SUBMIT BUTTON.

<form action="/i18n/setlang/" method="post">{% csrf_token %}
          <select name="language">
              <option value="en" width=10px>English</option>
              <option value="hi" width=10px>Hindi</option>
              <option value="ml" width=10px>Malayalam</option>
</select>
<input type="submit" value="Go" />
</form-->

WHAT IS THE WAY TO DO THIS same TASK USING LINK(<A> </A>) AND WITHOUT A 
BUTTON.

WHEN CLICK ON A LINK THESE HAVE TO PERFORM 
1.  action="/i18n/setlang/"
2. method="post"
((((SEE THE ATRIBUTE IN THE <FORM> TAG )))

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/ecc2191f-0fa3-4db6-b977-02791b11b007%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to