|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
由于ASP提供的是一对多的服务,所以用户的一些特殊需求很难得到满足。静态<head>
<%
天生CSS类,用于设置表格
cssClassName="t"
cssClassNameMaxID=400
cssClassNameMinID=1
minWidth=50
Response.Write"<style>"
Response.Writevbcrlf
fori=cssClassNameMinIDtocssClassNameMaxID
Response.Write"."&cssClassName&i
Response.Write"{cursor:default;font-size:13;color:ff0000;width:"&(minWidth+i)&"}"
Response.Writevbcrlf
next
Response.Write"</style>"
%>
</head>
<bodyonmouseup="mUp();tmUp();">
<tableborder="0"cellpadding="0"id="table1"bgcolor=f0f0f0cellspacing="0">
<trbgcolor=ddddddheight=23>
<tdstyle=border-bottom:1solid#707070background="http://blog.csdn.net/images/blog_csdn_net/precipitant/36234/o_h.gif"class="<%=cssClassName&"100"%>">保镳</td>
<tdstyle=border-bottom:1solid#707070width=5id="a1"align="center"onmousedown="mDown(1)"onmousemove="mMove(1);"onmouseup="mUp()"onmou搜索引擎优化ut="mOut();"></td>
<tdstyle=border-bottom:1solid#707070background="http://blog.csdn.net/images/blog_csdn_net/precipitant/36234/o_h.gif"align=centerclass="<%=cssClassName&"100"%>">司机</td>
<tdstyle=border-bottom:1solid#707070width=5id="a5"onmousedown="tmDown()"onmousemove="tmMove();"onmouseup="tmUp()"onmou搜索引擎优化ut="tmOut();"><imgsrc=http://www.163design.net/a/s/"http://blog.csdn.net/images/blog_csdn_net/precipitant/36234/o_fgf.gif"border=0height=23></td>
</tr>
<%
rcount=1
fori=1to10
rcount=rcount+1
%>
<trheight=23>
<tdstyle=border-bottom:1solid#e0e0e0class="<%=cssClassName&"100"%>">
孙悟空
</td>
<tdstyle=border-bottom:1solid#e0e0e0></td>
<tdstyle=border-bottom:1solid#e0e0e0class="<%=cssClassName&"100"%>"align=center>
猪八戒
</td>
<tdstyle=border-bottom:1solid#e0e0e0></td>
<tdstyle=border-bottom:1solid#e0e0e0class="<%=cssClassName&"100"%>"align=center>
沙僧人
</td>
<tdstyle=border-bottom:1solid#e0e0e0></td>
</tr>
<%next%>
</table>
</body>
<scriptlanguage=javascript>
varminWidth="<%=minWdith%>";
varcNameRoot="<%=cssClassName%>";
varrowCount="<%=rcount%>";
varmYes="0";
varmLeft;
varleftID0;
varrightID0;
varmisAdjust=1.2//用于调剂偏差
vartmYes="0";
//界说拖沓时鼠标指针款式
varie6;
ie6=(window.navigator.appVersion.indexOf("MSIE6.")!=0)
if(ie6)
{
document.getElementById("a1").style.cursor=col-resize;
document.getElementById("a3").style.cursor=col-resize;
}
else
{
document.getElementById("a1").style.cursor=w-resize;
document.getElementById("a3").style.cursor=w-resize;
}
document.getElementById("a5").style.cursor=w-resize;
functionmOut()
{
mYes="0"
}
functionmUp()
{
mYes="0"
}
function</p>楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|