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
    %>

  • 相关阅读:
    面向对象高级
    面向对象基础总结
    面向对象基础剩余
    组合和封装
    继承与派生
    面向对象
    4.10
    4.9
    常用模块
    【转】CentOS: 开放80、22、3306端口操作
  • 原文地址:https://www.cnblogs.com/fuyingke/p/118474.html
Copyright © 2011-2022 走看看