?? dlhyreg.asp
字號:
:</div></td>
<td> <input type="text" name="HyAge" size="30" id="Text6">
</td>
</tr>
<% if GetDisplay("HyCardNo")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyCardNo") %>
:</div></td>
<td> <input type="text" name="HyCardNo" size="30" id="Text9">
找回密碼用</td>
</tr>
<% if GetDisplay("HyTel")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyTel")%>
:</div></td>
<td> <input type="text" name="HyTel" size="30" id="Text6">
</td>
</tr>
<% if GetDisplay("HyMobile")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyMobile")%>
:</div></td>
<td> <input type="text" name="HyMobile" size="30" id="Text6">
</td>
</tr>
<% if GetDisplay("HyMail")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyMail")%>
:</div></td>
<td> <input type="text" name="HyMail" size="30" id="Text6">
</td>
</tr>
<% if GetDisplay("HyQQMSN")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyQQMSN")%>
:</div></td>
<td> <input type="text" name="HyQQMSN" size="30" id="Text6">
</td>
</tr>
<% if GetDisplay("HyZipCode")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyZipCode")%>
:</div></td>
<td> <input type="text" name="HyZipCode" size="20" id="Text7">
</td>
</tr>
<% if GetDisplay("HyOpenBank")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyOpenBank")%>
:</div></td>
<td> <select name="HyOpenBank">
<option value="中國農業銀行" <%if GetOtherSettingValue("DefaultBankInfo")="中國農業銀行" then %>selected<%end if%>>中國農業銀行</option>
<option value="中國工商銀行" <%if GetOtherSettingValue("DefaultBankInfo")="中國工商銀行" then %>selected<%end if%>>中國工商銀行</option>
</select>
中國農業銀行用戶請詳細填寫開戶網點!</td>
</tr>
<% if GetDisplay("HyAddress")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyAddress")%>
:</div></td>
<td> <input type="text" name="HyAddress" size="50" id="Text7">
</td>
</tr>
<% if GetDisplay("HyOpenBankNo")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayname("HyOpenBankNo")%>
:</div></td>
<td> <input type="text" name="HyOpenBankNo" size="30" id="Text9">
</td>
</tr>
<% if GetDisplay("HyOpenBankName")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyOpenBankName")%>
:</div></td>
<td> <input type="text" name="HyOpenBankName" size="30" id="Text9">
</td>
</tr>
<% if GetDisplay("HyProduct")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyProduct")%>
:</div></td>
<td> <select name="HyProduct">
<%
arrList =split(GetOtherSettingValue("ProductInfo"),"-")
for i=Lbound(arrList) to Ubound(arrList)%>
<option value="<% =arrList(i)%>">
<% =arrList(i)%>
</option>
<%next%>
</select></td>
</tr>
<% if GetDisplay("HyParentNumber")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyParentNumber")%>
:</div></td>
<td> <input type="text" name="HyParentNumber" size="30" id="Text11" value="<%=parentid%>">
</td>
</tr>
<% if GetDisplay("HyParentName")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyParentName")%>
:</div></td>
<td> <input type="text" name="HyParentName" size="30" id="Text11" value="<% =parentName%>">
</td>
</tr>
<tr bgcolor=#ffffff>
<td height="30"><div align="right">位置選擇:</div></td>
<td><select name="HyLocation" id="HyLocation">
<option value="左邊" <%if Location=0 then%>selected<%end if%>>左邊</option>
<option value="右邊" <%if Location=1 then%>selected<%end if%>>右邊</option>
</select> </td>
</tr>
<% if GetDisplay("HyBuyCount")=true then%>
<tr bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyBuyCount")%>
:</div></td>
<td> <select name="HyBuyCount" id="HyBuyCount">
<% arrList =split(GetOtherSettingValue("BugCountInfo"),"-")
for i=Lbound(arrList) to Ubound(arrList)%>
<option value="<% =arrList(i)%>">
<% =arrList(i)%>
</option>
<%next%>
</select></td>
</tr>
<% if GetDisplay("HyMemo")=true then%>
<tr valign="top" bgcolor=#ffffff>
<%else%>
<tr bgcolor=#ffffff style="display:none">
<%end if%>
<td bgcolor="#ffffff" > <div align="right">
<% =GetDisplayName("HyMemo")%>
:<br>
</div></td>
<td ><textarea name="HyMemo" cols="70" rows="8" id="HyMemo"></textarea></td>
</tr>
<tr bgcolor=#ffffff>
<td height="30" colspan="2"> <div align="center">
<input type="submit" name="Submit" value="提 交" id="Submit1" class="b02">
<input type="reset" name="Submit2" value="取 消" id="Reset1" class="b02">
</div></td>
</tr>
</table> </td>
</tr>
</table>
</form>
</table>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -