|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp是基于web的一种编程技术,可以说是cgi的一种。它可以完成以往cgi程序的所有功能,如计数器、留言簿、公告板、聊天室等等。如今客户端装OUTlook2000
1.收件箱
<html>
<head>
<METAHTTP-EQUIV="Content-Type"CONTENT="text/html;CHARSET=big5">
<linkrel=stylesheettype="text/CSS"href="cssACM.css">
</head>
<bodyscroll="no"oncontextmenu="returnfalse">
<br>
<fontsize=5color=#df791fface=arialblack><b><I>INBOX</I></b></font>
<br>
<hr>
<divclass="divtree"style=width:100%;top:10%;height:75%>
<tableborder=0cellpadding=0cellspacing=0style=width:100%;>
<tr>
<tdnowrapvalign="bottom">
<spanclass="topBarSpan">
<spanid="spanMessages4_WPQ_"onclick="MyMessages_WPQ_.folder=SentItems;MyMessages_WPQ_.view=MessageswithAutoPreview;changeMessagesTab_WPQ_(this);"><fontface="arial"color="#df791f"><b><I>SentItems</I></b></font></span>
</span>
</td>
<tdwidth="8%"align="left"valign="bottom">
<spanid="NewItem_WPQ_"style="cursor:hand"onClick="new_Message_WPQ_()">
<fontface="arial"color="#233d96"><b>New</b></font>
</span>
</td>
<tdwidth="8%"align="left"valign="bottom">
<spanid="DelItem_WPQ_"style="cursor:hand"onClick="delete_Message_WPQ_()">
<fontface="arial"color="#233d96"><b>Delete</b></font>
</span>
</td>
</tr>
</table><br>
<objectID="MyMessages_WPQ_"CLASSID="CLSID:0006F063-0000-0000-C000-000000000046"style="width:100%;height:100%"codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<paramNAME="View"VALUE>
<paramNAME="Folder"VALUE="inbox">
<paramNAME="Namespace"VALUE="MAPI">
<paramNAME="Restriction"VALUE="">
<paramNAME="DeferUpdate"VALUE="0">
</object>
</body>
<scriptlanguage="javascript">
functionchangeMessagesTab_WPQ_(currentdiv)
{
spanMessages4_WPQ_.style.fontWeight="normal"
currentdiv.style.fontWeight="bold"
}
</script>
<scriptlanguage="vbscript">
subnew_Message_WPQ_()
MyMessages_WPQ_.NewDefaultItem
endsub
subdelete_Message_WPQ_()
MyMessages_WPQ_.Delete
endsub
</script>
</div>
</body>
</html>
2.接洽人
<html>
<head>
<METAHTTP-EQUIV="Content-Type"CONTENT="text/html;CHARSET=big5">
<linkrel=stylesheettype="text/css"href="cssACM.css">
<title><%=langcontactor%></title>
</head>
<bodyscroll="no"oncontextmenu="returnfalse">
<br>
<fontsize=5color=#df791fface=arialblack><b><I>Contacts</I></b></font>
<br>
<hr>
<divclass="divtree"style="width:100%;top:10%;height:90%">
<objectID="MyMessages_WPQ_"CLASSID="CLSID:0006F063-0000-0000-C000-000000000046"style="width:100%;height:100%"codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<paramNAME="View"VALUE="">
<paramNAME="Folder"VALUE="contacts">
<paramNAME="Namespace"VALUE="MAPI">
<paramNAME="Restriction"VALUE="">
<paramNAME="DeferUpdate"VALUE="0">
</object>
</BODY>
</HTML>
3。日历
<html>
<head>
<linkrel=stylesheettype="text/css"href="css/ACM.css">
<title><%=langbox%></title>
</head>
<bodyscroll="no"oncontextmenu="returnfalse">
<br>
<fontsize=5color=#df791fface=arialblack><b><I>Calender</I></b></font>
<br>
<hr>
<divclass="divtree"style="width:100%;to</p>想法是和程序员的想法不一样的.至于为什么.大家去想一想.跟心理学有关的 |
|