📄 mb_add.asp
字号:
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7"><span class="font3">*</span>VIP用户:</td>
<td width="170" bgcolor="#F7F7F7"><input type="radio" name="is_vip" value="true">
是
<input name="is_vip" type="radio" value="false" checked>
否</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">可点播VIP类别的影片</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7"><span class="font3">*</span>免费用户:</td>
<td width="170" bgcolor="#F7F7F7"><input type="radio" name="is_free" value="true">
是
<input name="is_free" type="radio" value="false" checked>
否</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">可免费点播影片(不含VIP影片)</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<%if request.Form("u_type")=1 then%>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7"><span class="font3">*</span>影币数量:</td>
<td width="170" bgcolor="#F7F7F7"><input name="point" type="text" class="input1" id="point" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') " value="0" size="4" onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
点</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">0-9的数字,值不能小于0</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<%end if%>
<%if request.Form("u_type")<>1 then%>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7"><span class="font3">*</span>到期时间:</td>
<td width="170" bgcolor="#F7F7F7"><input name="e_year" type="text" class="input1" id="e_year" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') " value="<%=year(now)%>" size="4" maxlength="4"onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
年
<input name="e_month" type="text" class="input1" id="e_month" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') " value="<%=month(now)%>" size="2" maxlength="2"onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
月
<input name="e_day" type="text" class="input1" id="e_day" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') " value="<%=day(now)%>" size="2" maxlength="2"onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
日</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">当前时间:<%=time()%></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<%end if%>
<%if request.Form("u_type")=3 then%>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7"><span class="font3">*</span>绑定IP地址:</td>
<td width="170" bgcolor="#F7F7F7"><input name="bdip0" type="text" class="input1" id="bdip0" size="2" maxlength="3" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') "onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" onkeydown="javascript:if(event.keyCode==13)event.keyCode=9">
.
<input name="bdip1" type="text" class="input1" id="bdip1" size="2" maxlength="3" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') "onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" onkeydown="javascript:if(event.keyCode==13)event.keyCode=9">
.
<input name="bdip2" type="text" class="input1" id="bdip2" size="2" maxlength="3" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') "onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" onkeydown="javascript:if(event.keyCode==13)event.keyCode=9">
.
<input name="bdip3" type="text" class="input1" id="bdip3" size="2" maxlength="3" style="ime-mode:disabled" onkeyup="javascript:value=value.replace(/[^\d]/g,'') "onbeforepaste="javascript:clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" onkeydown="javascript:if(event.keyCode==13)event.keyCode=9"></td><td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">不绑定请全部留空</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7"><span class="font3">*</span>并发上限:</td>
<td width="170" bgcolor="#F7F7F7">(免费版不支持)</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">0-9的数字,值不能小于1</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<%end if%>
<script language="vbscript">
function show_more()
if document.GetElementById("form_more").style.display="none" then
document.GetElementById("form_more").style.display="inline"
else
document.GetElementById("form_more").style.display="none"
end if
end function
</script>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" align="center" bgcolor="#FFFFFF"><a href="vbscript:show_more()">[显示/隐藏] 非必填表单项目</a> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0" id="form_more">
<tr>
<td><table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7">真实姓名:</td>
<td width="170" bgcolor="#F7F7F7"><input name="u_name" type="text" class="input1" id="u_name" size="20" maxlength="4" onkeyup="value=value.replace(/[ -~]/g,'')" onkeydown="if(event.keyCode==13)event.keyCode=9"></td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7">只能填写汉字,最多4个汉字</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7">用户性别:</td>
<td width="170" bgcolor="#F7F7F7"><input name="u_sex" type="radio" value="true">
男
<input type="radio" name="u_sex" value="false">
女</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7">出生日期:</td>
<td width="170" bgcolor="#F7F7F7"><input name="b_year" type="text" class="input1" id="b_year" style="ime-mode:disabled" onkeyup="value=value.replace(/[^\d]/g,'') " size="4" maxlength="4"onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
年
<input name="b_month" type="text" class="input1" id="b_month" style="ime-mode:disabled" onkeyup="value=value.replace(/[^\d]/g,'') " size="2" maxlength="2"onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
月
<input name="b_day" type="text" class="input1" id="b_day" style="ime-mode:disabled" onkeyup="value=value.replace(/[^\d]/g,'') " size="2" maxlength="2"onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
日</td>
<td align="center" bgcolor="#F7F7F7"><table width="220" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#F7F7F7"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="550" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td bgcolor="#FFFFFF"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" height="30" align="right" bgcolor="#F7F7F7">所在地点:</td>
<td width="170" bgcolor="#F7F7F7"><select name="u_add" size="1" class="select1" id="u_add">
<option value="" selected>-请选择-</option>
<option value="北京">* 北京</option>
<option value="上海">* 上海</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -