function bro(id) { $.ajax({ url: "/ajax/brower.ashx", data: { "id": id }, type: "post", datatype: "text", success: function (data) { } }); }