<!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=utf-8" /> <title>SHEE ENG</title> <!------------------------------ ครุุกกี้ ------------------------------------------> <link rel="stylesheet" type="text/css" href="cookie/cookieconsent.min.css"/> <script src="cookie/cookieconsent.min.js" data-cfasync="false"></script> <script> window.addEventListener('load', function(){ window.cookieconsent.initialise({ revokeBtn: "<div class='cc-revoke'></div>", type: "opt-in", theme: "classic", palette: { popup: { background: "#FF8C00", text: "#fff" }, button: { background: "#fff", text: "#28f" } }, content: { link: "นโยบายความเป็นส่วนตัว", allow: "ยอมรับทั้งหมด", href: "pdpa.php" }, onInitialise: function(status) { if(status == cookieconsent.status.allow) myScripts(); }, onStatusChange: function(status) { if (this.hasConsented()) myScripts(); } }) }); function myScripts() { // Paste here your scripts that use cookies requiring consent. See examples below // Google Analytics, you need to change 'UA-00000000-1' to your ID (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) }) (window,document,'script','//cookie/analytics(google).js','ga'); ga('create', 'UA-00000000-1', 'auto'); ga('send', 'pageview'); // Facebook Pixel Code, you need to change '000000000000000' to your PixelID !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)} (window, document,'script','cookie/fbevents(facebook).js'); fbq('init', '000000000000000'); fbq('track', 'PageView'); } </script> <!----------------------------------------------------------------------------> </head> <body> <div align="center"> <table cellspacing="0" cellpadding="0" width="1200" border="1"> <tr> <td colspan="2"> <img src="pic/banner1.jpg" width="100%"/> </td> </tr> <tr> <td width="200" valign="top" bgcolor="#f1f1f1"> <? include'menu.php'; ?> </td> <td valign="top"> <div style=" height: 800px; width:1000px; overflow-y: scroll; scrollbar-arrow-color:blue; scrollbar-face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color:#888888"> <?php if($_GET["f"]=="") { include("home.php") ; } else { include($_GET["f"].".php"); } ?> </div> </td> </tr> </table> </div> </body> </html>