Guest User

Untitled

a guest
Dec 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. //jQuery for button 1.
  2. $(document).on("click",".Button1",function (){
  3. var log1 = "file:/"+this.value;
  4. // this.value has path like this: ///PCname/Foldername/subfolder
  5. window.location.href = log1
  6. });
Add Comment
Please, Sign In to add comment