I am redirecting from one view to another by windows.location
and I used the syntax like that:
windows.location.href = "/controller/action?var" + val;
What should I do to pass more than one values?
I am redirecting from one view to another by windows.location
and I used the syntax like that:
windows.location.href = "/controller/action?var" + val;
What should I do to pass more than one values?