为什么jsp代码onsubmit=“return check()”报错
错误提示为:Multipleannotationsfoundatthisline:-Syntaxerror,insert")"tocompleteArguments-Sy...
错误提示为:
Multiple annotations found at this line:
- Syntax error, insert ")" to complete Arguments
- Syntax error, insert ")" to complete
代码详情:
<div id="popDiv" style="display: none">
<div style="background-color: #D1D6F3;"><h2></h2><br></div>
<form onsubmit="return checkPopForm()"> !!!此处报错!!!
<s:token></s:token>
日期:<input type="text" name="date" style="margin:3px;3px;3px;0px" value="<%=today %>" onkeyup="checkDate('<%=today %>',this.value,'dateCheck')"/>
<span id="dateCheck"></span>
<br>
股票:<input type="text" name="code" style="margin:3px;3px;3px;0px" onkeyup="checkCode(this.value,'codeCheck')"/>
<span id="codeCheck"></span>
<br>
数量:<input type="text" name="amount" style="margin:3px;3px;3px;0px"/>股
<span id="amountCheck"></span>
<br>
价格:<input type="text" name="price" style="margin:3px;3px;3px;0px" onkeyup="checkPrice(this.value,'priceCheck')"/>
<span id="priceCheck"></span>
<br>
税率:<input type="text" name="rate" value="<%=stockTradeRate %>" style="margin:3px;3px;3px;0px" readonly="readonly"/>
<input type="text" name="type" style="display: none" />
<br>
<br>
<input type="submit" value="提 交" />
<input type="button" value="取 消" onclick="closePopDiv()">
</form>
</div> 展开
Multiple annotations found at this line:
- Syntax error, insert ")" to complete Arguments
- Syntax error, insert ")" to complete
代码详情:
<div id="popDiv" style="display: none">
<div style="background-color: #D1D6F3;"><h2></h2><br></div>
<form onsubmit="return checkPopForm()"> !!!此处报错!!!
<s:token></s:token>
日期:<input type="text" name="date" style="margin:3px;3px;3px;0px" value="<%=today %>" onkeyup="checkDate('<%=today %>',this.value,'dateCheck')"/>
<span id="dateCheck"></span>
<br>
股票:<input type="text" name="code" style="margin:3px;3px;3px;0px" onkeyup="checkCode(this.value,'codeCheck')"/>
<span id="codeCheck"></span>
<br>
数量:<input type="text" name="amount" style="margin:3px;3px;3px;0px"/>股
<span id="amountCheck"></span>
<br>
价格:<input type="text" name="price" style="margin:3px;3px;3px;0px" onkeyup="checkPrice(this.value,'priceCheck')"/>
<span id="priceCheck"></span>
<br>
税率:<input type="text" name="rate" value="<%=stockTradeRate %>" style="margin:3px;3px;3px;0px" readonly="readonly"/>
<input type="text" name="type" style="display: none" />
<br>
<br>
<input type="submit" value="提 交" />
<input type="button" value="取 消" onclick="closePopDiv()">
</form>
</div> 展开
展开全部
其实你写的地方有问题
你的form中直接写action和method
onsubmit写在最下面的提交那
<input type="submit" value="提 交" />
你的form中直接写action和method
onsubmit写在最下面的提交那
<input type="submit" value="提 交" />
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
提示是把)包含到了参数里,应该是哪个函数多加了一个),或者()没有匹配吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的action属性到哪里去了,估计是差了这个东西哦,不然提交到哪里去?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
写了js代码么?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |