• 打開新窗口


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

  • 相关阅读:
    Math app 2.0
    “口袋精灵”单元测试
    学习进度条
    本学期总结
    sprint2的总结及团队贡献分
    点餐系统Sprint1总结
    实验8
    实验7
    实验6
    实验五
  • 原文地址:https://www.cnblogs.com/fuyingke/p/118474.html
Copyright © 2020-2023  润新知