|
|
|
แบบนี้ทำยังไงครับ แบบไม่ใช้ frame ผมมีช่องข้อมูล 2 ช่อง เมื่อผมกดช่องที่ 1 ที่เป็นเมนู |
|
|
|
|
|
|
|
ขอปิดกระทู้นะครับ
ปล...ทำได้แล้วเส้นผมบังภูเขาครับ 5555
|
|
|
|
|
Date :
2010-06-17 16:17:33 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำไงอ่ะ บอกหน่อยจิ งุงุ อยากรู้
|
|
|
|
|
Date :
2010-08-11 10:30:20 |
By :
hotreplay |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บอกหน่อยซิ
|
|
|
|
|
Date :
2010-08-11 12:25:59 |
By :
phone1246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็ include มาอ่าครับ แล้วเวลากดลิงค์ก็แค่อ้างผ่าน id เท่านั้นเอง
|
|
|
|
|
Date :
2010-08-11 23:34:33 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาไปแกะดูนะครับ หน้า index.php เราจะ include หน้า menu.php และ catalog แบบนี้
<!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=windows-874" />
<link rel="stylesheet" type="text/css" href="../css/css.css">
<link rel="stylesheet" type="text/css" href="../css/style.css">
<link rel="shortcut icon" href="http://www.nuengmongkol.co.th/favicon.ico">
<title>Cattalog</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
}
-->
</style>
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<? include("head.php") ?>
<table width="950" height="113" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#EAFFEE" bgcolor="#FFFFFF">
<tr>
<td width="160" height="113" align="center" valign="top" scope="col"><table width="100%" height="30" border="0" cellspacing="0" cellpadding="0" class="bglin2">
<tr>
<th scope="col"><span class="style1"> ------- <font color="#FF3333"><b>รายการ</b></font> -------</span></th>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" scope="col" class="style1"><? include("catalog/menu.php")?></td>
</tr>
</table></td>
<td width="786" align="center" valign="top" scope="col">
<table width="100%" height="30" border="0" cellspacing="0" cellpadding="0" class="bglin2">
<tr>
<td scope="col"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td scope="col"><? include("catalog/index.php")?></td>
</tr>
</table></td>
</tr>
</table>
<table width="950" border="0" height="10" align="center" cellpadding="0" cellspacing="0" class="bglin2">
<tr>
<th scope="col"> </th>
</tr>
</table>
<? include("floater.php")?>
</body>
</html>
อันนี้โค๊ดปรกตินะครับ
|
ประวัติการแก้ไข 2010-08-11 23:43:42
|
|
|
|
Date :
2010-08-11 23:39:54 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คราวนี้มาที่หน้า menu กันบ้าง ซึ่งผมจะเขียนแบบนี้นะครับ
<?php
require("../config/config.inc.php");
$sql= "select * from menu_catt order by id";
$result=mysql_query($sql,$dbcon);
while($array = mysql_fetch_array($result))
echo " <table width=160 border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=20 scope=col><div align=right><img src=../Them/Class.gif width=10 height=10 border=0 /></div></td>
<td width=160 scope=col align=left> <a href=?id=$array[id]>$array[name]</a></td>
</tr>
</table>
";
mysql_close($dbcon);
?>
|
|
|
|
|
Date :
2010-08-11 23:41:24 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไฟล์อันสุดท้องครับ catalog ก็เขียนให้มันแสดงภาพปรกติ
<?
require("../config/config.inc.php");
$id=$_GET['id'];
$sql = "select * from menu_catt inner join catalog on menu_catt.t_group=catalog.t_group where menu_catt.id='$id' ";
$result = mysql_query($sql,$dbcon);
echo"<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$rows = 0;
while($array = mysql_fetch_array($result))
{
$rows++;
echo "<td>";
?>
<a href="#">
<?
if($array["image1"]==""){
echo "<img src=\"../../Them/No_Image.gif\" width=150 height=170 border=\"0\" onmousedown=\"MM_openBrWindow('catalog/blank.php?id=$array[id]','Cattalog','resizable=yes')\">";
}else{
echo "<img src=\"../../backend/product/catalog/$array[image1]\" width=\"150\" height=\"170\" border=\"0\" onmousedown=\"MM_openBrWindow('catalog/blank.php?id=$array[id]','Cattalog','resizable=yes')\">";
}
?>
</a><br><font color="#69B0EB"><span class=style1>page <?=$array['id']?></span>
<?
echo"</td>";
if(($rows)%5==0)
{
echo"</tr>";
}
else
{
echo "<td>";
}
}
echo"</tr></table>";
mysql_close($dbcon);
?>
ขอให้โชคดีกับการเขียนเว็บครับ
|
|
|
|
|
Date :
2010-08-11 23:42:55 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|