Skip to content

Instantly share code, notes, and snippets.

@suminb
Created January 28, 2015 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suminb/42b194fa84c8ed558108 to your computer and use it in GitHub Desktop.
Save suminb/42b194fa84c8ed558108 to your computer and use it in GitHub Desktop.
신한금융투자 웹사이트에서 PDF 파일 받기
var openPdf = function(filename) {
window.open('http://file.shinhaninvest.com/filedoc/otc/' + filename);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment