Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- window.onload = function() {
- var currentPage = window.location.pathname;
- var targetPage = '/TCWarranty.html';
- if(currentPage === targetPage && window.location.hash === '#use') {
- window.location.href = 'YOUR_DESTINATION_DOMAIN_HERE';
- }
- };
- </script>
Advertisement
Add Comment
Please, Sign In to add comment