Advertisement
Guest User

keeäss

a guest
Jun 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("#updatebilling").click(function () {
  2.     // Update the billing information manually
  3.     window.location.replace('@Url.Content("~/excel/GetBill")');
  4.     return false;
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement