join_step_guide.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
  5. <title>:::협력업체등록절차:::</title>
  6. </head>
  7. <script>
  8. function downFile(){
  9. var url="/common/file/FileDownloadServlet?mode=fpDown";
  10. url += "&filePath=/userMenual";
  11. url += "&fileName=" + encodeURI("협력업체_등록절차.pdf");
  12. url += "&fileRealName=portalcont.pdf";
  13. //window.open(url, "_fileDown", "toolbar=no, width=400, height=100, top=500, left=400, toolbar=no,directories=no,status=no,scrollbars=yes,resize=no,menubar=no,target=new")
  14. document.getElementById("fileDown").src=url;
  15. }
  16. </script>
  17. <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
  18. <table width="800" border="0" cellpadding="0" cellspacing="0">
  19. <tr>
  20. <td><img src="img/pop_01.gif" width="800" height="137" /></td>
  21. </tr>
  22. <tr>
  23. <td height="51" align="right" style="padding-right:20px;">
  24. <img src="img/btn_step.gif" alt="신규 협력업체 등록절차 메뉴얼" width="246" height="34" onclick="javascript:downFile();" style="cursor:pointer;"/>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td align="center" style="padding-bottom:20px; "><img src="img/pop_02.gif" width="761" height="574" /></td>
  29. </tr>
  30. </table>
  31. <iframe id="fileDown" name="fileDown" style="display:none"></iframe>
  32. </body>
  33. </html>