精彩OUTLOOK 2000组件放送

现在客户端装OUTlook 2000

1.收件箱

 1<html>
 2<head>
 3<meta content="text/html; CHARSET=big5" http-equiv="Content-Type"/>
 4<link href="css\ACM.css" rel="stylesheet" type="text/css"/>
 5</head>
 6<body oncontextmenu="return false" scroll="no">
 7<br/>
 8<font color="#df791f" face="arial black" size="5"><b><i>INBOX</i></b></font>
 9<br/>
10<hr/>
11<div class="divtree" style="width:100%;top:10%;height:75%">
12<table border="0" cellpadding="0" cellspacing="0" style="width:100%;">
13<tr>
14<td nowrap="" valign="bottom">
15<span class="topBarSpan">
16<span id="spanMessages4_WPQ_" onclick="MyMessages_WPQ_.folder='Sent Items';MyMessages_WPQ_.view='Messages with AutoPreview'; changeMessagesTab_WPQ_(this);"><font color="#df791f" face="arial"><b><i>Sent Items</i></b></font></span>
17</span>
18</td>
19<td align="left" valign="bottom" width="8%">
20<span id="NewItem_WPQ_" onclick="new_Message_WPQ_()" style="cursor:hand">
21<font color="#233d96" face="arial"><b>New</b></font>
22</span>
23</td>
24<td align="left" valign="bottom" width="8%">
25<span id="DelItem_WPQ_" onclick="delete_Message_WPQ_()" style="cursor:hand">
26<font color="#233d96" face="arial"><b>Delete</b></font>
27</span>
28</td>
29</tr>
30</table><br/>
31<object classid="CLSID:0006F063-0000-0000-C000-000000000046" codebase="outlook/outlctlx.CAB#ver=9,0,2814" id="MyMessages_WPQ_" style="width:100%;height:100%">
32<param name="View" value=""/>
33<param name="Folder" value="inbox"/>
34<param name="Namespace" value="MAPI"/>
35<param name="Restriction" value=""/>
36<param name="DeferUpdate" value="0"/>
37</object>
38</div></body>
39<script language="javascript">   
40function changeMessagesTab_WPQ_(currentdiv)   
41{   
42  
43spanMessages4_WPQ_.style.fontWeight="normal"   
44currentdiv.style.fontWeight="bold"   
45}   
46</script>
47<script language="vbscript">   
48sub new_Message_WPQ_()   
49MyMessages_WPQ_.NewDefaultItem   
50end sub   
51sub delete_Message_WPQ_()   
52MyMessages_WPQ_.Delete   
53end sub   
54</script>
55
56
57</html>

2.联系人

 1<html>
 2<head>
 3<meta content="text/html; CHARSET=big5" http-equiv="Content-Type"/>
 4<link href="css\ACM.css" rel="stylesheet" type="text/css"/>
 5<title>```
 6=langcontactor
 7```</title>
 8</head>
 9<body oncontextmenu="return false" scroll="no">
10<br/>
11<font color="#df791f" face="arial black" size="5"><b><i>Contacts</i></b></font>
12<br/>
13<hr/>
14<div class="divtree" style="width:100%;top:10%;height:90%">
15<object classid="CLSID:0006F063-0000-0000-C000-000000000046" codebase="outlook/outlctlx.CAB#ver=9,0,2814" id="MyMessages_WPQ_" style="width:100%;height:100%">
16<param name="View" value=""/>
17<param name="Folder" value="contacts"/>
18<param name="Namespace" value="MAPI"/>
19<param name="Restriction" value=""/>
20<param name="DeferUpdate" value="0"/>
21</object>
22</div></body>
23</html>

3。日历

 1<html>
 2<head>
 3<link href="css/ACM.css" rel="stylesheet" type="text/css"/>
 4<title>```
 5=langbox
 6```</title>
 7</head>
 8<body oncontextmenu="return false" scroll="no">
 9<br/>
10<font color="#df791f" face="arial black" size="5"><b><i>Calender</i></b></font>
11<br/>
12<hr/>
13<div class="divtree" style="width:100%;top:10%;height:90%">
14<object classid="CLSID:0006F063-0000-0000-C000-000000000046" codebase="outlook/outlctlx.CAB#ver=9,0,2814" id="MyMessages_WPQ_" name="MyMessages_WPQ_" style="width:100%;height:100%">
15<param name="View" value=""/>
16<param name="Folder" value="calendar"/>
17<param name="Namespace" value="MAPI"/>
18<param name="Restriction" value=""/>
19<param name="DeferUpdate" value="0"/>
20</object>
21</div></body>
22</html>

4。便条

 1<html>
 2<head>
 3<link href="css\ACM.css" rel="stylesheet" type="text/css"/>
 4</head>
 5<body onclick="outsubmenu()" oncontextmenu="return false" scroll="no">
 6<center>
 7<br/>
 8<h3>Notes</h3>
 9</center>
10<div class="divtree" style="width:100%;top:10%;height:83%">
11<object classid="CLSID:0006F063-0000-0000-C000-000000000046" codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,2814" id="MyMessages_WPQ_" name="MyMessages_WPQ_" style="width:100%;height:100%">
12<param name="View" value=""/>
13<param name="Folder" value="notes"/>
14<param name="Namespace" value="MAPI"/>
15<param name="Restriction" value=""/>
16<param name="DeferUpdate" value="0"/>
17</object>
18</div></body></html>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus