Skip to content

Instantly share code, notes, and snippets.

@robozevel
Created February 11, 2014 16:13
Show Gist options
  • Save robozevel/8938003 to your computer and use it in GitHub Desktop.
Save robozevel/8938003 to your computer and use it in GitHub Desktop.
function generateOfficeWebAppURL(url) {
return "http://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment