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

📄 webconfig.asp

📁 这是惠州城市超市购物管理系统的源代码
💻 ASP
📖 第 1 页 / 共 2 页
字号:
          </tr>
          <tr> 
            <td>是否调用友情连接:</td>
            <td height="1"> 
              <%select case links
			case 1%>
              <input name="links" class="wenbenkuang" type="radio" value="1" checked>
              调用 
              <input type="radio" name="links" value="0">
              不调用 
              <%case 0%>
              <input name="links" type="radio" value="1" >
              调用 
              <input type="radio" name="links" value="0" checked>
              不调用 
              <%end select%>
            </td>
          </tr>
          <tr> 
            <td>商品分类是否调用:</td>
            <td height="5"> 
              <%select case fl
			case 1%>
              <input name="fl" class="wenbenkuang" type="radio" value="1" checked>
              调用 
              <input type="radio" name="fl" value="0">
              不调用 
              <%case 0%>
              <input name="fl" type="radio" value="1" >
              调用 
              <input type="radio" name="fl" value="0" checked>
              不调用 
              <%end select%>
            </td>
          </tr>
          <tr> 
            <td height="3">分类页面商品调用数量:</td>
            <td height="3"><select name="flsl" class="wenbenkuang" id="select4" onChange="(document.myform.pingpai.value=this.options[this.selectedIndex].value)">
                <option value="" <%if flsl="0" then%>selected<%end if%>>请选择</option>
                <option value="5" <%if flsl="5" then%>selected<%end if%>>五行</option>
                <option value="6" <%if flsl="6" then%>selected<%end if%>>六行</option>
                <option value="7" <%if flsl="7" then%>selected<%end if%>>七行</option>
                <option value="8" <%if flsl="8" then%>selected<%end if%>>八行</option>
                <option value="9" <%if flsl="9" then%>selected<%end if%>>九行</option>
                <option value="10" <%if flsl="10" then%>selected<%end if%>>十行</option>
                <option value="11" <%if flsl="11" then%>selected<%end if%>>十一</option>
                <option value="13" <%if flsl="12" then%>selected<%end if%>>十二</option>
                <option value="13" <%if flsl="13" then%>selected<%end if%>>十三</option>
                <option value="14" <%if flsl="14" then%>selected<%end if%>>十四</option>
                <option value="15" <%if flsl="15" then%>selected<%end if%>>十五</option>
                <option value="16" <%if flsl="16" then%>selected<%end if%>>十六</option>
                <option value="17" <%if flsl="17" then%>selected<%end if%>>十七</option>
                <option value="18" <%if flsl="18" then%>selected<%end if%>>十八</option>
                <option value="19" <%if flsl="19" then%>selected<%end if%>>十九</option>
                <option value="20" <%if flsl="20" then%>selected<%end if%>>二十</option>
              </select> <select name="fll" class="wenbenkuang" id="select5" onChange="(document.myform.pingpai.value=this.options[this.selectedIndex].value)">
                <option value="" <%if fll="0" then%>selected<%end if%>>请选择</option>
                <option value="1" <%if fll="1" then%>selected<%end if%>>一列</option>
                <option value="2" <%if fll="2" then%>selected<%end if%>>二列</option>
                <option value="3" selected <%if fll="3" then%>selected<%end if%>>三列</option>
              </select> </td>
          </tr>
          <tr> 
            <td height="11">首页音乐:</td>
            <td height="11"> <select size="1" name="musicurl" style="font-family: 宋体; font-size: 9pt">
                <option value="0" <%if rs("musicurl")="" then%>selected<%end if%>>请选择</option>
                <%while not rs_midi.eof%>
                <option value="<%=rs_midi("filename")%>" <%if rs("musicurl")=rs_midi("ID") then%>selected<%end if%>><%=rs_midi("midiname")%></option>
                <%rs_midi.movenext
wend
rs_midi.close
set rs_midi=nothing%>
              </select>
              选择请选择时即为不调用 </td>
          </tr>
          <tr> 
            <td height="11">首页分类调用:</td>
            <td height="11"><input name="class" class="wenbenkuang" type="text" id="class" size="26" value="<%=trim(rs("class"))%>">
              填写分类ID号(共四个,分类与分类之间用,号隔开,如:动感,购物)</td>
          </tr>
          <tr> 
            <td height="22" colspan="2"><strong>发送邮件的配置 </strong></td>
          </tr>
          <tr> 
            <td height="22">邮件服务器地址:</td>
            <td height="22"> <input name="mailaddress" class="wenbenkuang" type="text" id="mailaddress" size="36" value="<%=trim(rs("mailaddress"))%>"> 
            </td>
          </tr>
          <tr> 
            <td height="22">发送邮箱:</td>
            <td height="22"> <input name="mailsend" class="wenbenkuang" type="text" id="mailsend" size="36" value="<%=trim(rs("mailsend"))%>"> 
            </td>
          </tr>
          <tr> 
            <td height="22">登录名:</td>
            <td height="22"> <input name="mailusername" class="wenbenkuang" type="text" id="mailusername" size="36" value="<%=trim(rs("mailusername"))%>"> 
            </td>
          </tr>
          <tr> 
            <td height="22">登录密码:</td>
            <td height="22"> <input name="mailuserpass" class="wenbenkuang" type="password" id="mailuserpass" size="36" value="<%=trim(rs("mailuserpass"))%>"> 
            </td>
          </tr>
          <tr> 
            <td height="22">发送时显示的姓名:</td>
            <td height="22"> <input name="mailname" class="wenbenkuang" type="text" id="mailname" size="36" value="<%=trim(rs("mailname"))%>"> 
            </td>
          </tr>
          <tr> 
            <td height="22" colspan="2"> <div align="center"> 
                <input type="submit" class="go-wenbenkuang" name="Submit" value="提 交">
                &nbsp;&nbsp; 
                <input type="reset" class="go-wenbenkuang" name="Submit2" value="恢 复">
              </div></td>
          </tr>
        </form>
      </table>
      <%rs.Close
          set rs=nothing%>
    </td>
  </tr>
</table>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td  rowspan="2"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
              <tr> 
                <td class="12v" > 
                  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
                    <tr> 
                      <td> 
                        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td> 
                              <div align="center"><font color="#000000">操作注意事项及说明</font></div>
                            </td>
                          </tr>
                          <tr> 
                            <td> 
                              <table width="80%" border="0" align="center" cellpadding="5" cellspacing="0">
                                <tr> 
                                  <td height="16"><font color="#FF0000">·请注意分类名称不要含有非法字符。<br>
                                    ·Logo的长和宽为126(左右)*60,Flash Banner的长和宽是777*100左右。<br>
                                    ·请选择正确属性,否则前台banner不能正常显示,不上传和填写前台即看不见!<br>
                                    ·上传文件都在adminn文件夹里,如修改adminn文件夹请修改路径。<br>
                                    </font></td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>
<script>
	function regInput(obj, reg, inputStr)
	{
		var docSel	= document.selection.createRange()
		if (docSel.parentElement().tagName != "INPUT")	return false
		oSel = docSel.duplicate()
		oSel.text = ""
		var srcRange	= obj.createTextRange()
		oSel.setEndPoint("StartToStart", srcRange)
		var str = oSel.text + inputStr + srcRange.text.substr(oSel.text.length)
		return reg.test(str)
	}
</script>

⌨️ 快捷键说明

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