Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var image = "/images/my_image.png"
  2.  
  3. var string = location.port;
  4. var full_url = "";
  5.  
  6. if(string != ""){full_url = document.domain + ":" + string;}
  7. else{full_url = document.domain;}
  8.  
  9. var image = "http://"+full_url+"/images/my_image.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement