javascript新手提问
你好,我想些一个javascript,判断两次输入的账号一致,该如何做啊?
<tr>
<th width="18%" align="right">* 需要充值的账户 </th>
<td width="82%"> <input name="txt_account" id="txt_account" size="60" value="" /> </td>
</tr>
<tr>
<th align="right">* 重复输入账户 </th>
<td> <input name="txt_raccount" id="txt_raccount" size="60" value="" /> </font> </td>
</tr>
<tr>
<th> </th>
<td height="50">
<input type="submit" name="sb_next" class="paysubmit" value="发送" /> </td>
</tr>
<tr>
<th width="18%" align="right">* 需要充值的账户 </th>
<td width="82%"> <input name="txt_account" id="txt_account1" size="60" value="" /> </td>
</tr>
<tr>
<th align="right">* 重复输入账户 </th>
<td> <input name="txt_raccount" i
相关问答:
我在后台用C#编写ASP.NET页面,同时要用JAVASCRIPT来控制提示窗口,如
Response.Write(" <script language=javascript>confirm('确定要删除吗?') </script>");
我要用confirm( ......
在更新面板里注册了一个JavaScript脚本(脚本的作用:滚动显示文字),在程序连续跑30分钟以后,弹出一个错误提示框,错误:未指明的错误 状态吗:0,期待高手和我一起解决。
先帮顶。。。代码呢?
自己也顶下。 ......
<script>
with(document)
{
for(var i=0;i <streams.length;i++)
writeln(" <p> <a href=# onclick=change(streams[i].url)>"+streams[i].name+" </a> < ......
我要在HTML中用JavaScript代码异步获取XML文件中一个节点的值比如
<?xml version="1.0" encoding="GB2312"?>
<configuration>
<appSettings>
......
function addCookie(name,value)
{
var Days = 30;
var exp = new Date();
exp.setTime(exp.getTime() + Days*24*60*60*1000);
// al ......