⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insert.asp

📁 不是我做的一个留言板
💻 ASP
字号:
<!--#include file="conn.asp" -->
<!--#include file="session.asp" -->
<!--#include file="../templet/mon.asp" -->
<!--#include file="../function/function.asp" -->
<!--#include file="../templet/top.asp" -->
<%
web_id="../language/"&l_id
web_id=web_id&"/USER_ADMIN.ASP"
call include(web_id)
y=L_INSERT1
call mon(y)
%>
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="2">
   <tr> 
<td>
             ┍<%=L_INSERT2%>
                                                              
<table border="1" width="120">
  <%
        insert_sql="select * from [insert] where g_id='"&session_cookie_gid&"'"
        set insert_rs=conn.execute(insert_sql)
        do while not insert_rs.eof
        
        %>

<tr style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">  
  
    <td width="100%">

<a href=<%=insert_rs("insert_url")%> target="insert"><img src=<%=web_background%>/primsg_img.gif border=0> <%=insert_rs("insert_name")%></a></td>
  </tr>
 <%            
   insert_rs.movenext            
  loop            
 insert_rs.close                        
              
  %>       
</table>
                                                                            
</td> 
<td>
                                                                                    
<Iframe src=../insert/ width="600" height="500" 
scrolling="yes" frameborder="0" name='insert'></iframe>                                                                           
</td>
</tr>
   </table>
  <br> 
   
<!--#include file="../templet/foot.asp" --> 
 
 
 
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -