标题:如何判断鼠标点击的是哪一菜单
取消只看楼主
asplearn2012
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2012-4-8
 问题点数:0 回复次数:0 
如何判断鼠标点击的是哪一菜单
由于一个库中的多数表只是表名不同,想点击菜单中不同的表名,显示所有内容,MENU.asp 中代码如下:
<tr>
      <td height="30" align="center" background="../images/left_bg01.gif" style="cursor:hand"  onclick="javascript:parent.right.location.href=main.asp';"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="50">&nbsp;</td><td>查建设单位</td></tr></table></td>
    </tr>
    <tr>
      <td height="30" align="center" background="../images/left_bg01.gif" style="cursor:hand"  onclick="javascript:parent.right.location.href='main.asp';"><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="50">&nbsp;</td><td>查客户单位</td></tr></table></td>
    </tr>
我想通过一个页面判断不同菜单知道,当鼠标点击菜单时,到底是点:“查建设单位”,还是“查客户单位”,,并把菜单名传递给main.asp
问:main.asp代码如何写。。诚谢。
搜索更多相关主题的帖子: background images center 
2012-04-11 16:20



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-365583-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.628270 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved