tree view menu กับ frame..ผมมีปัญหา อย่างนี้ครับ คือผมได้ทำใช้ tree view menu นะครับโดยแบ่งเป็น 2 frame
ผมมีปัญหา อย่างนี้ครับ คือผมได้ทำใช้ 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 : - - - -
Date :
2010-07-12 14:39:57
By :
rawat2006
View :
1298
Reply :
2
ลองกำหนด target ดูนะครับ กำหนดเป็น ชื่อ frame ที่ต้องการ อาจช่วยได้
Date :
2010-07-13 16:52:07
By :
qsuriya
ก็กำหนด target= "ชื่เฟรมปลายทาง" ใน tag a
เช่น
<a href='aa.php' target="mainfram">ลิงค์นะ</a>
Date :
2010-08-27 09:03:01
By :
Tony Jame
Load balance : Server 04