zoukankan      html  css  js  c++  java
  • 打開新窗口

             <%
    if not rs.eof then
    do while not rs.eof
    %> <td >  
                                              <tr>
                                                <td height="18">&nbsp;&nbsp;<font color="#51587B">●</font>&nbsp;
               <a href="javascript:void(0);" onClick="javascript:window.open('KwInfo.asp?id=<%=rs("id")%>','','width=600,scrollbars=yes,toolbar=no,directories=no,menubar=no')"><%=rs("title")%>&nbsp;&nbsp;<%=rs("time")%>&nbsp;</a> <br>
            
                                                    <%if rs("time")=date() then%>

                                                    <strong><font color="#FF0000" face="Arial">New</font></strong>
                                                    <%end if%>
                                                </td>
                                              </tr>
                                              <%
    i=i+1
    if i >= Perpage then exit do
    rs.movenext
    loop
    end if
    %>

  • 相关阅读:
    mysql 慢查询分析工具
    php+redis实现消息队列
    Mysql数据库千万级数据查询优化方案.....
    windows下安装docker详细步骤
    Git基础使用教程
    redis实现消息队列&发布/订阅模式使用
    macos上改变输入法顺序
    ssh动态转发小记
    ubuntu上runsv/runit小记
    使用libcurl下载https地址的文件
  • 原文地址:https://www.cnblogs.com/fuyingke/p/118474.html
Copyright © 2011-2022 走看看