SyntaxFix
Write A Post
Hire A Developer
Questions
try:
var url = '/Home/Index/' + e.value; window.location = window.location.host + url;
That should get you where you want.