帮个忙了,关于ASP。NET导航菜单
<table width="30%" cellpadding=0 cellspacing=0 border=0 align=left><tr>
<td class = "clsTitleBar" width="100%">主菜单</td>
</tr>
<tr>
<td style="FONT-SIZE: 13px; height: 400px;">
<div id="main1" style="COLOR:blue" onclick="document.all.child1.style.display=(document.all.child1.style.display =='none')?'':'none'" >
+ 主目录1</div>
<div id="child1" style="DISPLAY:none">
<a href="aa.aspx">- 成员单位</a><br>
<a href="bb.aspx">- 成员单位管理员</a><br>
<a href="cc.aspx">- 成员客户</a><br>
<a href="dd.aspx">- 积分设置</a><br>
</div>
</td>
</tr>
</table>
<table width="70%" cellpadding=0 cellspacing=0 border=0 height=600px align=right >
<tr>
<td>
<iframe id="frmWorkMain" name="frmWorkMain" src="" width=100% height=100% class ="clsFrame"></iframe>
</td>
</tr>
</table>
这个是HTML的代码,我如果想要判断我所点击的汉字,然后在右边显示相应的网页,应该怎么做呀?
这个真的要急用呀,帮个忙吧。
如果说不太清楚,可以直接加我MSN : xue_rose@hotmail.com
谢谢。
[此贴子已经被作者于2006-10-30 16:48:34编辑过]