当前位置: 首页 > 图文教程 > 网络编程 > ASP > 精彩OUTLOOK 2000组件放送

ASP
ASP应用 用GetString来提高ASP的速度
ASP怎样可以获得代码中第一张图片地址
ASP开发经验谈 ASP开发10条经验总结
如何用ASP来获取客户端真实IP的地址?
用ASP实现就MP3曲目信息的操作全攻略
ASP中连接数据库的错误解决新解决办法
ASP后门之终极伪装
ASP生成静态htm页面基本代码
session在验证管理登陆时的使用方法
asp当中判断函数一览
IIS6.0 ASP 错误解析
ASP与JSP的区别和联系
几种打开记录集方式的比较
cookie和session机制之间的区别与联系
ASP的含义、功能和选择
ASP中巧用Response属性 -- contenttype
ASP内置对象Request和Response的详解
ASP错误大全
人文的ASP开发基础入门之简介
ASP 3.0高级编程(十二)

ASP 中的 精彩OUTLOOK 2000组件放送


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 67 ::
收藏到网摘: n/a

现在客户端装OUTlook 2000

1.收件箱
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=big5">
<link rel=stylesheet type="text/css" href="css\ACM.css">
</head>
<body scroll="no" oncontextmenu="return false">
<br>
<font size='5' color='#df791f' face='arial black'><b><I>INBOX</I></b></font>
<br>
<hr>
<div class="divtree" style='width:100%;top:10%;height:75%'>
<table border='0' cellpadding='0' cellspacing='0' style='width:100%;'>
<tr>
<td nowrap valign="bottom">
<span class="topBarSpan">
<span id="spanMessages4_WPQ_" onclick="MyMessages_WPQ_.folder='Sent Items';MyMessages_WPQ_.view='Messages with AutoPreview'; changeMessagesTab_WPQ_(this);"><font face="arial" color="#df791f"><b><I>Sent Items</I></b></font></span>
</span>
</td>
<td width="8%" align="left" valign="bottom">
<span id="NewItem_WPQ_" style="cursor:hand" onClick="new_Message_WPQ_()">
<font face="arial" color="#233d96"><b>New</b></font>
</span>
</td>
<td width="8%" align="left" valign="bottom">
<span id="DelItem_WPQ_" style="cursor:hand" onClick="delete_Message_WPQ_()">
<font face="arial" color="#233d96"><b>Delete</b></font>
</span>
</td>
</tr>
</table><br>
<object ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<param NAME="View" VALUE>
<param NAME="Folder" VALUE="inbox">
<param NAME="Namespace" VALUE="MAPI">
<param NAME="Restriction" VALUE="">
<param NAME="DeferUpdate" VALUE="0">
</object>
</body>

<script language="javascript">
function changeMessagesTab_WPQ_(currentdiv)
{

spanMessages4_WPQ_.style.fontWeight="normal"
currentdiv.style.fontWeight="bold"
}
</script>
<script language = "vbscript">
sub new_Message_WPQ_()
MyMessages_WPQ_.NewDefaultItem
end sub
sub delete_Message_WPQ_()
MyMessages_WPQ_.Delete
end sub
</script>
</div>
</body>
</html>


2.联系人
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=big5">
<link rel=stylesheet type="text/css" href="css\ACM.css">
<title><%=langcontactor%></title>
</head>
<body scroll="no" oncontextmenu="return false">
<br>
<font size='5' color='#df791f' face='arial black'><b><I>Contacts</I></b></font>
<br>
<hr>
<div class="divtree" style="width:100%;top:10%;height:90%">
<object ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<param NAME="View" VALUE="">
<param NAME="Folder" VALUE="contacts">
<param NAME="Namespace" VALUE="MAPI">
<param NAME="Restriction" VALUE="">
<param NAME="DeferUpdate" VALUE="0">
</object>
</BODY>
</HTML>

3。日历
<html>
<head>
<link rel=stylesheet type="text/css" href="css/ACM.css">

<title><%=langbox%></title>
</head>
<body scroll="no" oncontextmenu="return false">
<br>
<font size='5' color='#df791f' face='arial black'><b><I>Calender</I></b></font>
<br>
<hr>
<div class="divtree" style="width:100%;top:10%;height:90%">
<object Name="MyMessages_WPQ_" ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<param NAME