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

📄 webinit.asp

📁 顶级影视站ASP源代码系统。很全面很强大。数据库用access
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                            </tr>
                          </form>
                          <%end if
						  tiaoRS.close
						  set tiaoRS=nothing%>
                          <tr> 
                            <td colspan="4" bgcolor="#E8F1FF"><font color="#0099FF">&nbsp;&nbsp;影片类型修改:</font> &nbsp;&nbsp;&nbsp;&nbsp;<a href="webInit.asp?fangshi=downaddr">下载地址</a>&nbsp;|&nbsp;<a href="webInit.asp?fangshi=netsee">在线播放地址</a></td>
                          </tr>
                          <tr align="center"> 
                            <td bgcolor="#E8F1FF">ID</td>
                            <td bgcolor="#E8F1FF">影片类型</td>
                            <td bgcolor="#E8F1FF">影音文件存放地址</td>
                            <td bgcolor="#E8F1FF">操作</td>
                          </tr>
                            <%dim typeRS,k
						   k=1
						  set typeRS = server.CreateObject("adodb.recordset")
						  typeRS.open "select * from Type",conn,1,1
                          do while not typeRS.eof
						   %>
						   <form action="webInit.asp" method="post" name="typeform<%=typeRS("typeid")%>">
						  <input type="hidden" name="action" id="action" value="<%if request.QueryString("fangshi")="netsee" then
							  response.Write("filmtype2")
							  else
							  response.Write("filmtype")
							  end if
							  %>">
                            <tr align="center" bgcolor="#E8F1FF"> 
                              <td><%=typeRS("typeid")%> <input type="hidden" name="typeid" id="typeid" value="<%=typeRS("typeid")%>"></td>
                              <td><input type="text" name="type" id="type" value="<%=typeRS("type")%>" size="10"></td>
                              <td><input type="text" name="WebSite" id="WebSite" value="<%if request.QueryString("fangshi")="netsee" then
							  response.Write(typeRS("WebSite2"))
							  else
							  response.Write(typeRS("WebSite"))
							  end if
							  %>" size="45"></td>
                              <td><input type="submit" name="submit<%=typeRS("typeid")%>" id="submit<%=typeRS("typeid")%>" style="font-size:11px" value="修 改" size="10" onClick="return test('确认修改吗?');"></td>
                            </tr>
							</form>
                            <%k=typeRS("typeid")
						  typeRS.movenext
						  loop
						  typeRS.close
						  set typeRS=nothing
						  %>
						   <form action="webInit.asp" method="post" name="typeform<%=k%>">
						   <input type="hidden" name="action" id="action" value="filmtype">
                          <tr align="center" bgcolor="#FFFF99"> 
                            <td><%=k+1%></td>
                            <td><input type="text" name="type" id="type" value="类型名称" size="10" onFocus="this.value=''"></td>
                            <td><input type="text" name="WebSite" id="WebSite" value="影音文件存放地址" size="45" onFocus="this.value=''"></td>
                            <td><input type="submit" name="addsubmit" id="addsubmit" style="font-size:11px" value="增 加" size="10" onClick="return test('确认要增加电影类型吗?');"></td>
                          </tr>
						  </form>
                          <tr> 
                            <td colspan="4" bgcolor="#E8F1FF"><font color="#0099FF">&nbsp;&nbsp;网站WEB地址修改:</font></td>
                          </tr>
                            <%dim websRS
						  set websRS = server.CreateObject("adodb.recordset")
						  websRS.open "select * from WebAddr",conn,1,1
						  %>
						   <form action="webInit.asp" name="website" method="post">
						   <input type="hidden" name="action" id="action" value="website">

                            <tr align="center"  bgcolor="#E8F1FF"> 
                              <td>1、</td>
                              <td>ID&nbsp;<%=websRS("webaddrID")%> <input type="hidden" name="webaddrID" id="webaddrID" value="<%=websRS("webaddrID")%>" size="10"></td>
                              <td>网站WEB地址&nbsp; <input type="text" name="WedAddr" id="WedAddr" value="<%=websRS("WedAddr")%>" size="20"></td>
                              <td><input type="submit" name="submitweb" id="submitweb" style="font-size:11px" value="修 改" size="10" onClick="return test('确认修改吗?');"></td>
                            </tr>
                          </form>
                          <tr> 
                            <td colspan="4" bgcolor="#E8F1FF"><font color="#0099FF">&nbsp;&nbsp;剧照存放目录修改:</font></td>
                          </tr>
                            <tr align="center" bgcolor="#E8F1FF"> 
                              <td>编号</td>
                              <td>ID</td>
                              <td>剧照目录</td>
                              <td>操作</td>
                            </tr>
                            <%dim imagefRS,j
						  j=1
						  set imagefRS = server.CreateObject("adodb.recordset")
						  imagefRS.open "select * from imagefile",conn,1,1
						   do while not imagefRS.eof%>
						  <form action="webInit.asp" name="imagefForm<%=imagefRS("PicFileID")%>" method="post">
						  <input type="hidden" name="action" id="action" value="ImgeFile">
                            <tr align="center" bgcolor="#E8F1FF"> 
                              <td><%=j%>、</td>
                              <td><%=imagefRS("PicFileID")%> <input type="hidden" name="PicFileID" id="PicFileID" value="<%=imagefRS("PicFileID")%>"></td>
                              <td><%=imagefRS("filmtype")%>&nbsp;&nbsp;<input type="text" name="ImgeFile" id="ImgeFile" value="<%=imagefRS("ImgeFile")%>"></td>
                              <td><input type="submit" name="submitimg" id="submitimg" style="font-size:11px" value="修 改" size="10" onClick="return test('确认修改吗?');"></td>
                            </tr>
						  </form>
                            <% j=imagefRS("PicFileID")
							imagefRS.movenext
						  loop
						  imagefRS.close
						  set imagefRS=nothing%>
						  <form action="webInit.asp" name="imagefForm" method="post">
						  <input type="hidden" name="action" id="action" value="ImgeFile">
                          <tr align="center" bgcolor="#E8F1FF"> 
                            <td><%=j+1%>、</td>
                            <td><%=j+1%></td>
                            <td><input type="text" name="imageType" size="5" id="imageType" value="类型名">
							<input type="text" name="ImgeFile" id="ImgeFile" value="剧照目录之名称" onFocus="this.value=''"></td>
                            <td><input type="submit" name="submitimg" id="submitimg" style="font-size:11px" value="添 加" size="10" onClick="return test('确认添加吗?');"></td>
                          </tr>
						  </form>
                          <tr align="center" bgcolor="#E8F1FF" valign="middle"> 
                            <td colspan="4" height="100"><table width="90%" border="0" cellspacing="1" cellpadding="0" bgcolor="#00FFFF">
                                <tr>
    <td align="center">提示说明</td>
  </tr>
  <tr>
                                  <td><font color="#999900">·1、[网站WEB地址]是指存放网页的服务器的WWW网址;<br>
                                    ·2、[网站WEB地址]和[剧照目录]更改后,您还应该对根目录下的ImageFile.asp文件做相应的改动;<br>
                                    ·3、有部分与网站相关的信息放在根目录下的webconfig.asp中!</font> 
                                  </td>
  </tr>
</table>
</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
          <td class="12v" background="../images/back_3.gif" width="9" rowspan="2"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>
<script language="JavaScript" type="text/javascript">
function CheckAll(form)
  {
  for (var i=0;i<form.elements.length;i++)
    {
    var e = form.elements[i];
    if (e.name != 'checkAllBox')
       e.checked = form.checkAllBox.checked;
    }
  }

function test(s)
{
  var msg
  msg=s
  if(!confirm(msg)) return false;
}
</script>

⌨️ 快捷键说明

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