I have some code like this,
and now I want to redirect lik
Try this...
$("#abc").attr("action", "/yourapp/" + temp).submit();
What it means:
Find a form with id "abc", change it's attribute named "action" and then submit it...
id
attribute
This works for me... !!!