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,028

HOME > PHP > PHP Forum > tree view menu กับ frame..ผมมีปัญหา อย่างนี้ครับ คือผมได้ทำใช้ tree view menu นะครับโดยแบ่งเป็น 2 frame



 

tree view menu กับ frame..ผมมีปัญหา อย่างนี้ครับ คือผมได้ทำใช้ tree view menu นะครับโดยแบ่งเป็น 2 frame

 



Topic : 045328

Guest




ผมมีปัญหา อย่างนี้ครับ คือผมได้ทำใช้ tree view menu นะครับโดยแบ่งเป็น 2 frame นะครับ แต่พอ ผมคลิ๊ก link เพื่อจะไปอีก page นึงกลับไม่ยอมไป show ที่ อีก frame แต่อยู่ที่ frame ที่เป็น tree view menu ทำไงดีครับช่วยทีครับ

code ครับ

<html>
<head>

<link rel="StyleSheet" href="dtree.css" type="text/css" />
<script type="text/javascript" src="dtree.js"></script>


</head>


<body bgcolor = "99FFCC">



<div class="dtree">



<script type="text/javascript">
<!--

d = new dTree('d');

d.add(0,-1,'Record & Edit Esset');

d.add(1,0,'EDP'); //ส่วน EDP

d.add(2,1,'Computer');
d.add(3,2,'Add Computer','chapter','addcomputer.html');
d.add(4,2,'Edit Computer','example01.html');

d.add(5,1,'Monitor');
d.add(6,5,'Add Monitor','example01.html');
d.add(7,5,'Edit Monitor','example01.html');

d.add(8,1,'Printer');
d.add(9,8,'Add Printer','example01.html');
d.add(10,8,'Edit Printer','example01.html');

d.add(11,1,'UPS'); //ส่วน UPS
d.add(12,11,'Add UPS','example01.html');
d.add(13,11,'Edit UPS','example01.html');

d.add(14,1,'IP Phone');
d.add(15,14,'Add IP Phone','example01.html');
d.add(16,14,'Edit IP Phone','example01.html');

d.add(17,1,'Voice Gateway');
d.add(18,17,'Add Voice Gateway','example01.html');
d.add(19,17,'Edit Voice Gateway','example01.html');

d.add(20,0,'Teklogix'); //ส่วน Teklogix

d.add(21,20,'VMT');
d.add(22,21,'Add VMT','example01.html');
d.add(23,21,'Edit VMT','example01.html');

d.add(24,20,'HH');
d.add(25,24,'Add HH','example01.html');
d.add(26,24,'Edit HH','example01.html');

d.add(27,0,'Radio') //ส่วน Radio
d.add(28,27,'VMT');
d.add(29,28,'Add VMT','example01.html');
d.add(30,28,'Edit VMT','example01.html');

d.add(31,27,'walky talky');
d.add(32,31,'Add walky talky','example01.html');
d.add(33,31,'Edit walky talky','example01.html');

d.add(34,-1,'Record Repair Esset');

d.add(35,34,'EDP'); //ส่วน EDP

d.add(36,35,'Computer');
d.add(37,36,'Record Repair Computer','addcomputer.html');
d.add(38,36,'Edit Record Repair Computer','example01.html');

d.add(39,35,'Monitor');
d.add(40,39,'Record Repair Monitor','addcomputer.html');
d.add(41,39,'Edit Record Repair Monitor','example01.html');

d.add(42,35,'Printer'); //ส่วน Printer
d.add(43,42,'Record Repair Printer','addcomputer.html');
d.add(44,42,'Edit Record Repair Printer','example01.html');

d.add(45,35,'UPS'); //ส่วน UPS
d.add(46,45,'Record Repair UPS','addcomputer.html');
d.add(47,45,'Edit Record Repair UPS','example01.html');

d.add(48,35,'IP Phone');
d.add(49,48,'Record Repair IP Phone','addcomputer.html');
d.add(50,48,'Edit Record Repair IP Phone','example01.html');

d.add(51,35,'Voice Gateway');
d.add(52,51,'Record Repair Voice Gateway','addcomputer.html');
d.add(53,51,'Edit Record Repair Voice Gateway','example01.html');

d.add(54,34,' Teklogix'); //ส่วน Teklogix

d.add(55,54,'VMT');
d.add(56,55,'Record Repair VMT','example01.html');
d.add(57,55,'Edit Record Repair VMT','example01.html');

d.add(58,54,'HH');

d.add(59,58,'Record Repair HH','example01.html');
d.add(60,58,'Edit Record Repair HH','example01.html');

d.add(61,34,'Radio') //ส่วน Radio

d.add(62,61,'VMT');
d.add(63,62,'Record Repair VMT','example01.html');
d.add(64,62,'Edit Record Repair VMT','example01.html');

d.add(65,61,'walky talky');
d.add(66,65,'Record Repair walky talky','example01.html');
d.add(67,65,'Edit Record Repair walky talky','example01.html');







document.write(d);

//-->
</script>

</div>


</body>
</html>


ไม่รู้ต้องใส่เพิ่มที่ตรงไหนนะครับ



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-07-12 14:39:57 By : rawat2006 View : 1276 Reply : 2
 

 

No. 1

Guest


ลองกำหนด target ดูนะครับ กำหนดเป็น ชื่อ frame ที่ต้องการ อาจช่วยได้






Date : 2010-07-13 16:52:07 By : qsuriya
 


 

No. 2

Guest


ก็กำหนด target= "ชื่เฟรมปลายทาง" ใน tag a
เช่น
<a href='aa.php' target="mainfram">ลิงค์นะ</a>
Date : 2010-08-27 09:03:01 By : Tony Jame
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : tree view menu กับ frame..ผมมีปัญหา อย่างนี้ครับ คือผมได้ทำใช้ tree view menu นะครับโดยแบ่งเป็น 2 frame
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 00
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 อัตราราคา คลิกที่นี่