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

📄 expert_edit.asp

📁 ASP程序实现的科技期刊系统
💻 ASP
📖 第 1 页 / 共 3 页
字号:
                <% if Not sex="" then selected="selected" else selected="" end if%>
                <option value="男" <%=selected%>>男</option>
                <option value="女" <%=selected%>>女</option>
              </select>
              <font color="#ff0000">**</font> </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#ffffff">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">出生年月</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input name="year"maxlength=4 size="4" value="<%=year1%>">
              <select name="Month">
                <%for i=1 to 12%>
                <option value="<%=i%>"<%if month1=i then response.write "selected" end if %>> 
                <%=i%></option>
                <%next %>
              </select>
              <select name="Day">
                <%for i=1 to 31%>
                <option value="<%=i%>"<%if day1=i then response.write "selected" end if %>> 
                <%=i%></option>
                <%next %>
              </select>
              日 (请输入4位年份数字)</td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#ffffff">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea"> 
              <div align="left">民族</div>
            </td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input type="text" name="MinZhu" value="<%=MinZhu%>" maxlength="10">
              <font color="#ff0000">**</font> </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#ffffff">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">毕业院校</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input type="text" name="YuanXiao" size="30" maxlength="50" value="<%=YuanXiao%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">所学专业</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input type="text" name="ZhuanYe" size="30" maxlength="50" value="<%=ZhuanYe%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">学位</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <select name="XueWei">
                <option value="无"<%if XueWei="无" then response.write "selected" end if %>>无</option>
                <option value="博士"<%if XueWei="博士" then response.write "selected" end if %>>博士</option>
                <option value="硕士"<%if XueWei="硕士" then response.write "selected" end if %>>硕士</option>
                <option value="学士"<%if XueWei="学士" then response.write "selected" end if %>>学士</option>
                <option value="其它"<%if XueWei="其它" then response.write "selected" end if %>>其它</option>
              </select>
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea"> 
              <div align="left">学历</div>
            </td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <select name="XueLi">
                <option value="无" <%if XueWei="无" then response.write "selected" end if %>>无</option>
                <option value="博士"<%if XueLi="博士" then response.write "selected" end if %>>博士</option>
                <option value="硕士"<%if XueLi="硕士" then response.write "selected" end if %>>硕士</option>
                <option value="本科"<%if XueLi="本科" then response.write "selected" end if %>>本科</option>
                <option value="大专"<%if XueLi="大专" then response.write "selected" end if %>>大专</option>
                <option value="其它"<%if XueLi="其它" then response.write "selected" end if %>>其它</option>
              </select>
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea"> 
              <div align="left">专业技术职称</div>
            </td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <select name="ZhiCheng">
                <option value="无" <%if ZhiCheng="无" then response.write "selected" end if %>>无</option>
                <option value="正高"<%if ZhiCheng="正高" then response.write "selected" end if %>>正高</option>
                <option value="副高"<%if ZhiCheng="副高" then response.write "selected" end if %>>副高</option>
                <option value="中级"<%if ZhiCheng="中级" then response.write "selected" end if %>>中级</option>
                <option value="其它"<%if ZhiCheng="其它" then response.write "selected" end if %>>其它</option>
              </select>
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#ffffff">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">行政职务</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input type="text" name="ZhiWu" maxlength="50" value="<%=ZhiWu%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#ffffff">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">荣誉称号</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <select name="ChengHao">
                <option value="无"<%if ChengHao="无" then response.write "selected" end if %>>无</option>
                <option value="院士"<%if ChengHao="院士" then response.write "selected" end if %>>院士</option>
                <option value="国务院特贴专家"<%if ChengHao="国务院特贴专家" then response.write "selected" end if %>>国务院特贴专家</option>
                <option value="突出贡献专家"<%if ChengHao="突出贡献专家" then response.write "selected" end if %>>突出贡献专家</option>
                <option value="其它"<%if ChengHao="其它" then response.write "selected" end if %>>其它</option>
              </select>
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#ffffff">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#ffffff">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">工作单位名称</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input type="text" name="CompanyName" maxlength="60" size="30" value="<%=CompanyName%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">单位性质</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <select name="ComProperty">
                <option value="大专院校" <%if ComProperty="大专院校" then response.write "selected" end if %>>大专院校</option>
                <option value="研究院所"<%if ComProperty="研究院所" then response.write "selected" end if %>>研究院所</option>
                <option value="企业"<%if ComProperty="企业" then response.write "selected" end if %>>企业</option>
                <option value="其它"<%if ComProperty="其它" then response.write "selected" end if %>>其它</option>
              </select>
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea"> 
              <div align="left">通讯地址</div>
            </td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input name="Add" size="40" maxlength=100 value="<%=add%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="65%" bgcolor="#FFFFFF">&nbsp;</td>
            <td height="20" width="9%" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">邮编</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input type="text" name="YouBian" maxlength="6" value="<%=YouBian%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%">&nbsp;</td>
            <td height="20" width="20%">&nbsp;</td>
            <td height="20" width="65%">&nbsp;</td>
            <td height="20" width="9%">&nbsp;</td>
          </tr>
          <tr> 
            <td height="20" width="6%" bgcolor="#eaeaea">&nbsp;</td>
            <td height="20" width="20%" bgcolor="#eaeaea">家庭电话</td>
            <td height="20" width="65%" bgcolor="#eaeaea"> 
              <input name="FTel" maxlength=20 value="<%=FTel%>">
            </td>
            <td height="20" width="9%" bgcolor="#eaeaea">&nbsp;</td>
          </tr>

⌨️ 快捷键说明

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