input点击链接另一个页面,各种操作
1.链接到某页
<input type="button" name="Submit" value="确 定" class="btn" onclick="location.href='filename.html'" />
...
Input 禁止修改的方法其实很简单,只需要在input 后面加个readonly就可以。
例:
<input name="ZipCode" type="text" style="width: 80" value="<%=ZipCode%>" maxlength="80" readonly>
...
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>