首页  ·  知识 ·  编程语言
asp模仿LotusNotes的界面程序
佚名  http://www.phpup.com/asparticle/show-article-2696/  ASP  编辑:dezai  图片来源:网络
%'仿 Lotus Notes 的界面程序'作者:塞北的雪'创作日期:2002年3月'修改日期:2005年3月'为了安全和共享的方便,将其中asp程序的标

<%
'仿 Lotus Notes 的界面程序
'作者:塞北的雪
'创作日期:2002年3月
'修改日期:2005年3月
'为了安全和共享的方便,将其中asp程序的标记改成中文字符,使用时可以批量替换回
%>





模仿Lotus Notes特效


<%
'连接数据库
 Set db=Server.CreateObject("ADODB.Connection")
 dim DBPath
 DBPath = Server.MapPath("crc\configinfo\dispatch.mdb")
 dim mmm
 mmm="driver={Microsoft Access Driver (*.mdb)};dbq="& DBPath
 db.Open mmm

'执行删除
if request("delPkey")<>"" then
   Response.Write "del:" & request("delPkey")
   Response.Redirect Request.ServerVariables("Path_info")
    '此处代码属于多余,但是可以避免刷新提示。根据需要,可以自由设计程序
end if

'读取数据
set rs=Server.CreateObject("ADODB.Recordset")
rs.Open "select * from notes",db,3

%>

ondragstart="return false" onselectstart="return false">





 
   
 

     
      
          
          

      


       <%if rs.RecordCount>0 then
             BGC="#DAF0FE"
    Whi=0
    j=0
    rs.MoveFirst
    do while not rs.EOF
       j=j+1%>
   
       
        ">
    

bgcolor="<%=BGC%>"> <%=rs("subject")%>
    

align=center><%=rs("disptime")%>
       <%
       if Whi=0 then
          BGC="#faaded"
          whi=1
       else
          whi=0
          BGC="#DAF0FE"
       end if
     %>
   


   <%rs.MoveNext
   loop
        end if%>
     

onmousedown="javascript:this.className='tHeaderPush';"

onmouseup="javascript:this.className='tHeader';" 

onmouseout="javascript:this.className='tHeader';" > 

onmouseup="javascript:this.className='tHeader';" 

onmouseout="javascript:this.className='tHeader';" class="tHeader"  align="center"

>标题

onmouseup="javascript:this.className='tHeader';" 

onmouseout="javascript:this.className='tHeader';" class="tHeader"  align="center"

>日期

onmouseover="Wr(this);" onmouseout="javascrpt:FI='yes';"

onmousedown="WRone(this);" bgcolor="#FFFFE8">
         

  


       

   



<%if rs.RecordCount>0 then%>

onclick="editInfo('<%=rs.RecordCount%>');">

onclick="delInfo('<%=rs.RecordCount%>');">
<%end if%>



>">
  




本文作者:佚名 来源:http://www.phpup.com/asparticle/show-article-2696/
CIO之家 www.ciozj.com 微信公众号:imciow
   
免责声明:本站转载此文章旨在分享信息,不代表对其内容的完全认同。文章来源已尽可能注明,若涉及版权问题,请及时与我们联系,我们将积极配合处理。同时,我们无法对文章内容的真实性、准确性及完整性进行完全保证,对于因文章内容而产生的任何后果,本账号不承担法律责任。转载仅出于传播目的,读者应自行对内容进行核实与判断。请谨慎参考文章信息,一切责任由读者自行承担。
延伸阅读