Guest User

Untitled

a guest
Dec 15th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <script type="text/javascript">
  2. function getparameters01(){
  3. var strURL = window.location.href ;
  4. alert(strURL);
  5. var vParametros = strURL.split('/');
  6. alert(vParametros[vParametros.length-1]);
  7. }
  8. getparameters01();
  9. </script>
Add Comment
Please, Sign In to add comment