Advertisement
WILDAN_IZZUDIN

JAVASCRIPT REDIRECT FUNCTION

Dec 4th, 2017
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.  function c(x) {
  3.     window.location = x
  4. }
  5. </script>
  6. <a onlcick='c('http://underxploit.blogspot.com')'>Click</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement