|
|
|
javascript ที่เป็นปุ่มลิงก์ ผมต้องjavascript ที่เป็นปุ่มกด แล้วลิงก์ไปในหน้าที่ต้องการ |
|
|
|
|
|
|
|
ถ้าเป็นเมนูแบบนี้ใช้ได้แต่ถ้าเป็นปุ่มกดไม่รู้เหมือนกัน
<html>
<head>
<!-- จาวา แถบสี -->
<script language="javascript">
function mOvr(src,clrOver){
if (!src.contains(event.fromElement)){
src.style.cursor = 'hand';
src.bgColor = clrOver;
}
}
function mOut(src,clrIn){
if (!src.contains(event.toElement)){
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
</script>
<title>เมนูสมาชิก</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
</head>
<body>
<table width="140" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#FF9999">
<tr>
<td height="20" bgcolor="#FFCCCC"> <div align="center"><img src="image/mem_gold.gif" width="22" height="15" align="absmiddle">
<strong><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif">มุมสมาชิก
</font></strong></div>
</td>
</tr>
<tr> <a href="ok1.php">
<td height="20" bgcolor="#F8F8F8">
<div align="center"><font size="2" face="MS Sans Serif, Tahoma,sans-serif"onmouseover='mOvr(this,"ffffcc");' onmouseout='mOut(this,"#f8f8f8");'>สมัครสมาชิกใหม่</font></div>
</td>
</a>
</tr>
<tr> <a href="ok.php">
<td height="20" bgcolor="#F8F8F8" >
<div align="center"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"onmouseover='mOvr(this,"ffffcc");' onmouseout='mOut(this,"#f8f8f8");'>สินค้า</font></div>
</td>
</a>
</tr>
<tr> <a href="typeform.php">
<td height="20" bgcolor="#F8F8F8" >
<div align="center"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"onmouseover='mOvr(this,"ffffcc");' onmouseout='mOut(this,"#f8f8f8");'>บริษัท</font></div>
</td>
</a>
</tr>
<tr><a href="productform.php">
<td height="20" bgcolor="#F8F8F8" ><div align="center"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"onmouseover='mOvr(this,"ffffcc");' onmouseout='mOut(this,"#f8f8f8");'>ลืมรหัสผ่าน</font></div>
</td>
</a>
</tr>
</table>
|
|
|
|
|
Date :
26 เม.ย. 2548 08:17:51 |
By :
narubet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="button" name="button" Onclick="window.location='xxxx.php';">
|
|
|
|
|
Date :
26 เม.ย. 2548 09:23:26 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณทุกท่านที่แบ่งปันความรู้
|
|
|
|
|
Date :
26 เม.ย. 2548 11:06:37 |
By :
ต้อง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|