Advertisement
Guest User

Untitled

a guest
May 5th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function getval(sel)
  2. {
  3. window.location.href = "Posts?Category=<%= sel %>";
  4. }
  5.  
  6. window.location.href = "Posts?Category=" + sel;
  7.  
  8. function getval(sel)
  9. {
  10. window.location.href = "Posts?Category=" + sel;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement