Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > การใช้งาน js ปฏิทิน กับ php ci เรียกใช้งานไม่ได้ ครับ แนะนำด้วยครับ



 

การใช้งาน js ปฏิทิน กับ php ci เรียกใช้งานไม่ได้ ครับ แนะนำด้วยครับ

 



Topic : 095378



โพสกระทู้ ( 156 )
บทความ ( 0 )



สถานะออฟไลน์




Code (PHP)
<?PHP
		$this->projectcallin = $this->load->database('projectcallin', TRUE);
		$nickname= $this->session->userdata('nickname');
		$surname = $this->session->userdata('surname');
		$id= $this->session->userdata('officer_id');
		$team_id= $this->session->userdata('team_id');
		
		?>
<!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>Call IN</title>

<style type="text/css">
.font1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#form1 table tr td table tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-repeat: repeat;
}
.font2 {	color: #000;
}
.font11 {	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.font11 {
	color: #FFF;
	font-size: 12px;
}
.activ_status {
	color: #0C0;
}
.activ_status2 {
	color: #F00;
}
.all_status {
	color: #00F;
}
.font21 {	font-size: 14px;
}
</style>
<script language='javascript'  src="<?php echo base_url(); ?>assets/popup-calendar/popcalendar.js"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
</script>
</head>

<body background="<?php echo base_url(); ?>images/bg/bg.gif" onload="MM_preloadImages('../../../../images/menu_hover/addsale2.png','../../../../images/menu_hover/adduser2.png')">
<?php echo $this->load->view('callin/login/header'); ?>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="309" align="center" valign="top" bgcolor="#FFFFFF"><?PHP echo $this->load->view('callin/hover_manu'); ?><br />
      <table width="750" border="0" align="center" cellpadding="0" cellspacing="2" background="<?php //echo base_url(); ?>images/bg/bg2.gif">
        <tr>
          <td width="605" height="3"><table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="605" height="30" align="center" bgcolor="#003399" class="font1">ตารางพนักงานขาย Sale</td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td height="4"><hr /></td>
        </tr>
        <tr>
          <td height="10"><table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td height="342" align="center" valign="top" >
              
              <?PHP echo form_open('report_callin/report_time');  ?>
                <table width="750" border="0" align="center" cellpadding="0" cellspacing="2">
                  <tr>
                    <td width="313" align="right">เริ่มต้น :</td>
                    <td width="15" rowspan="2" align="right">&nbsp;</td>
                   
                    <td width="414">
			
            <input name="date" type="text" id="date" size="10" />
            <script language='javascript'>
	<!--
	  if (!document.layers) {
	    document.write("<input type=button onclick='popUpCalendar(this, form1.date, \"yyyy-mm-dd\")' value=' วันที่ ' style='font-size:11px'>")
	}
	//-->
	</script></td>
                  </tr>
                  <tr>
                    <td width="313" align="right">สิ้นสุด :</td>
                    <td><label for="end"></label>
                      <select name="end" id="end">
                      </select></td>
                  </tr>
                  <tr>
                    <td align="right">&nbsp;</td>
                    <td align="right">&nbsp;</td>
                    <td><input type="submit" name="button" id="button" value="แสดง" /></td>
                  </tr>
                  <tr>
                    <td colspan="3"><hr /></td>
                  </tr>
                </table>
              <?PHP echo form_close(); ?>
              <table width="900" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#0000FF" >
                <tr style="color: #FFF; font-size: 12px;">
                  <td width="100" height="25" align="center" bgcolor="#000099"><strong>ชื่อลูกค้า</strong></td>
                  <td width="80" align="center" bgcolor="#000099"><strong>ชื่อเว็บไซด์</strong></td>
                  <td width="50" align="center" bgcolor="#000099"><strong>เบอร์โทร</strong></td>
                  <td width="80" align="center" bgcolor="#000099"><strong>สนใจสินค้า</strong></td>
                  <td width="80" align="center" bgcolor="#000099"><strong>รายละเอียด</strong></td>
                  <td width="50" align="center" bgcolor="#000099"><strong>วันเวลา</strong></td>
                  <td width="50" align="center" bgcolor="#000099"><strong>สถานะ</strong></td>
                  <?PHP if($team_id == 28){ ?>
                  <td width="50" align="center" bgcolor="#000099"><strong>sale</strong></td>
                  <?PHP } ?>
                </tr>
                <?PHP
				
                if(count($rs)==0){
					echo "=== No data ===";
				}
				else
				{
					foreach($rs as $r){
                ?>
                <tr class="font21">
                  <td width="100" align="center" bgcolor="#CCCCFF"><?PHP echo $r['name']; ?></td>
                  <td width="80" align="center" bgcolor="#CCCCFF"><?PHP echo $r['web']; ?></td>
                  <td width="50" align="center" bgcolor="#CCCCFF"><?PHP echo $r['tell']; ?></td>
                  <td width="80" align="center" bgcolor="#CCCCFF"><?PHP echo $r['product_name']; ?></td>
                  <td width="80" align="center" bgcolor="#CCCCFF"><a href="<?php echo base_url(); ?>index.php/callin/callin_detail/<?PHP echo $r['id']; ?>">รายละเอียด</a></td>
                  <td width="50" align="center" bgcolor="#CCCCFF"><?PHP echo $r['date']; ?></td>
                  <td width="50" align="center" bgcolor="#CCCCFF"><?PHP 
					  if($r['status'] == 1){
						  echo "<font color=\"#00cc00\"><b>เสร็จสิ้น</b></font>";
					  }else{
						  echo "<font color=\"RED\"><b>ยังไม่เสร็จ</b></font>";
					  }
					  ?></td>
                  <?PHP 
					  //$sale_id = $r['officer_id'];
					 // $name_sale=$this->erp->get_where('erp_officer',array('id'=>$sale_id));
					 // $row = $name_sale->row_array();
					  ?>
                  <td width="50" align="center" bgcolor="#CCCCFF"><?PHP // echo $row['nickname']; ?></td>
                  <?PHP 
					  }
					  	?>
                </tr>
                <?PHP 
					}
				?>
              </table>              <br />
              </td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td height="19" align="right"><?PHP echo $this->pagination->create_links(); ?></td>
        </tr>
    </table>
    <br />
    <br /></td>
  </tr>
</table>
<?php echo $this->load->view('callin/footer'); ?>
</body>
</html>


จากโค้ดด้านบน

ผมลองใส่ js ปฏิทินลงไปครับ จะใช้ในการกรอก วันเวลา เริ่มต้นกับวันเวลาสิ้นสุดในการทำ รีพอท

ของ codeginiter ครับ

รันได้แต่ตอน กดเลือกปฏิทิน ไม่ขึ้นครับ

ผิดตรงไหนป่าวครับ


โฟเดอร์ ที่เก็บ พวก js เอาไว้ บนสุดของ ci แล้วครับ



Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-05-18 12:53:24 By : showroom View : 973 Reply : 1
 

 

No. 1



โพสกระทู้ ( 1,994 )
บทความ ( 10 )



สถานะออฟไลน์
Facebook Blogger

สังเกตที่ URL นะครับว่ามี / กี่ขั้น
การเรียก ../../../../images/ จะต้องกำหนดให้ถูก ซึ้งบางหน้าก็กำหนดไม่เท่ากัน


ให้เปลี่ยนเป็นเรียก URL เต็มแทนครับ
ไฟล์ที่ต้องเรียกเต็มก็จะมี .js, .css, image ทั้งหมด

วิธีการก็คือ ประกาศไว้เป็นตัวแปร
Code (PHP)
$assetUrl = base_url().'/assets/';



Code (JavaScript)
var assetUrl = "<?php echo base_url();?>/assets/";



เวลาเรียกใช้

<script language='javascript' src="<?php echo $assetUrl; ?>popup-calendar/popcalendar.js"></script> <link href="<?php echo $assetUrl; ?>css/popcalendar.css" rel="stylesheet" type="text/css"> <body onload="MM_preloadImages( assetUrl + 'images/menu_hover/addsale2.png')">







แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-05-18 13:19:47 By : Naizan
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : การใช้งาน js ปฏิทิน กับ php ci เรียกใช้งานไม่ได้ ครับ แนะนำด้วยครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 05
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่