I want to send some parameter to Django with post action when I click on link in web page call JavaScript or JQuery function then call URL and post some parameter in this function without AJXA type in other words when click in navigation bar in web page call URL and send some parameter to function in view in Django how can I do this?
Thanks for help.