$(function(){
    var url=location.href;
    $('#aspnetForm').attr('action',url);
})
