Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. window.ClickTime = function(sourceURL, urlTime){
  4.  
  5. alert('clicked' + sourceURL + ' ' + urlTime);
  6. var url = sourceURL + '?CalendarTime=' + urlTime + '&ContentTypeId=0x0112315EF8B9141AEDAC0008BA02586654D60FF0A5F76272ED939F4DAC57F42F38936B52&source=' + document.URL ;
  7. window.location = url;
  8. }
  9.  
  10. </script>
  11.  
  12. document.ClickTime = function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement