portal_out_supp_best_dtl.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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=utf-8" />
  5. <title>NOTICE</title>
  6. <script language="javascript" src="/js/jquery/jquery-1.11.0.js"></script>
  7. <script language="javascript">
  8. jQuery(document).ready(function()
  9. {
  10. $("img[id='btn_close']").click(function(){
  11. if($("input[id='chk_today']").is(":checked"))
  12. {
  13. setCookie("portal_out_supp_best_dtl", "no", 1);
  14. }
  15. window.close();
  16. });
  17. });
  18. /**
  19. * Cookie
  20. */
  21. function setCookie(name, value, expiredays)
  22. {
  23. var todayDate = new Date();
  24. todayDate.setDate(todayDate.getDate() + expiredays);
  25. document.cookie = name + "=" + escape(value) + "; path=/; expires="+ todayDate.toGMTString() + ";"
  26. }
  27. function getNotiDetail() {
  28. /*
  29. var win_id = "_searchNotice";
  30. var link = "http://partner.sgcenc.co.kr/supplier/portal/center/SuppNotiDetailPopup.screen?pop_win_id=_searchNotice&seq=70&layerYn=Y";
  31. //fLayerPop(win_id, link, 810,400, '', '', 'auto');
  32. window.open(link,win_id,'width=810,height=520,toolbar=no,location=no,status=no,directories=no,menubar=no,scrollbars=no,resizable=no,left=150,top=100');
  33. */
  34. var url = "/html/portal_out_supp_best_dtl.html";
  35. openPopup(url, "_blank", "portal_out_supp_best_dtl", "400", "550");
  36. }
  37. </script>
  38. </head>
  39. <body style="padding:0px; margin:0px;">
  40. <table border="0" cellspacing="0" cellpadding="0">
  41. <tr>
  42. <td>
  43. <img src="./img/pop_notice_03.jpg" alt="out best supplier dtl" width="700" height="850"/>
  44. </td>
  45. </tr>
  46. </table>
  47. </body>
  48. </html>