12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
- <title>:::협력업체등록절차:::</title>
- </head>
- <script>
- function downFile(){
- var url="/common/file/FileDownloadServlet?mode=fpDown";
- url += "&filePath=/userMenual";
- url += "&fileName=" + encodeURI("협력업체_등록절차.pdf");
- url += "&fileRealName=portalcont.pdf";
-
- //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")
- document.getElementById("fileDown").src=url;
- }
- </script>
- <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
- <table width="800" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td><img src="img/pop_01.gif" width="800" height="137" /></td>
- </tr>
- <tr>
- <td height="51" align="right" style="padding-right:20px;">
- <img src="img/btn_step.gif" alt="신규 협력업체 등록절차 메뉴얼" width="246" height="34" onclick="javascript:downFile();" style="cursor:pointer;"/>
- </td>
- </tr>
- <tr>
- <td align="center" style="padding-bottom:20px; "><img src="img/pop_02.gif" width="761" height="574" /></td>
- </tr>
- </table>
- <iframe id="fileDown" name="fileDown" style="display:none"></iframe>
- </body>
- </html>
|