Can we pass an array to a django url
<script>
function save()
{
window.location = "/display/xlsdisplay/" + objarr ;
}
var objarr = new Array();
</script>
Urls.py
(r'^xlsdisplay/(?P<qid>\d+)$', 'xlsdisplay'),
There is an error saying
http://192.168.1.11/display/xlsdisplay/334,335,336,337,338,339,340,341,342,343