十天网络的精仿QQ邮箱界面怎么修改登陆状态?
十天网络-灵成的精仿QQ邮箱界面怎么修改成默认就是“我要自己输入”的登陆状态?
请高手们帮助一下,非常感谢!
<div style="height: 25px;">
<label for="uin" class="column">
帐 号:</label>
<% if trim(request("mode"))="own" then%>
<input type="text" id="usernameshow" name="usernameshow" value="" tabindex="1" style="ime-mode: disabled;"
class="text2" />
<%else %>
<input type="text" id="usernameshow2" name="usernameshow2" value="" tabindex="1" style="ime-mode: disabled;"
class="text" />
<div class="subfix" style="font: bold 13px Arial; float: left; margin: 0 0 0 4px">
<select style="padding-top: 2px; height: 24px; font: normal 13px Tahoma; width: 105px"
id="sel_domain" name="sel_domain" onChange="select_mto()">
<option value="@<%=from %>" selected>@<%=from %></option>
<option value="own">我要自己输入</option>
</select>
</div>
页:
[1]