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

📄 add_sty.asp

📁 不是我做的一个留言板
💻 ASP
字号:
<%
bg_id=1
%>
<!--#include file="../main/conn.asp" -->
<center>
<%
web_id1="../language/"
web_id=web_id1&l_id&"/style.ASP"
call include(web_id)
RESPONSE.WRITE L_style_add
%>
 <table border="0" width="50%" height="1">
<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.addname.value == "")
  {
    alert("<%=L_style_add_MSG1%>");
    theForm.addname.focus();
    return (false);
  }

  if (theForm.addname.value.length > 8)
  {
    alert("<%=L_style_add_MSG2%>");
    theForm.addname.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><form action="add_style.asp" method="post" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
  <tr>
    <td width="32%" align="center"><%=L_style_add_name%>:</td> <%=add_tr%>
    <td width="31%" align="center">
    
  <!--webbot bot="Validation" B-Value-Required="TRUE" I-Maximum-Length="8" -->
    
  <input type="text" name="addname" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="8"></td>
   <%=add_tr%>
<td align="left">

<input style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" type="submit" name="Submit" value="<%=L_style_sub%>">&nbsp;    
</form>
      </td>
    </tr>
  </table>

⌨️ 快捷键说明

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