为什么一段js程序,在dreamweaver里能运行,但是放到myeclipse的jsp里就运行不了了。代码如下:

JSfunctionshanchu(flag,id){alert(flag);alert(id);if(flag=="dele"){if(confirm("确定删除账单信... JS
function shanchu(flag,id){
alert(flag);
alert(id);
if(flag == "dele"){
if(confirm("确定删除账单信息?") != true){
return;
}
window.location="shanchu.java?id="+id+"&flag="+flag;
}
}

HTML
<input type="button" name="shanchu" value="删除" class="input-button" onclick=shanchu("dele","5"); />

当jsp运行完后生成的html代码如下:
function shanchu(flag,id){
alert(flag);
alert(id);
if(flag == "dele"){
if(confirm("确定删除账单信息?") != true){
return;
}
window.location="shanchu.java?id="+id+"&flag="+flag;
}
}
<input type="button" name="shanchu" value="删除" class="input-button" onclick='shanchu("dele","1")'; />
展开
 我来答
mading314
2012-09-13 · TA获得超过863个赞
知道小有建树答主
回答量:355
采纳率:100%
帮助的人:349万
展开全部
估计是你的编码有问题,你这样做下试一试:

直接把Dreamweaver里面代码赋值,然后再在myeclipse里面新建一个文件,粘贴进去试一试。

另外,你的js代码有点累赘,给你优化下:
function shanchu(flag,id){
alert(flag);
alert(id);
if(flag == "dele"){
if(confirm("确定删除账单信息?") ){
window.location="shanchu.java?id="+id+"&flag="+flag;
}
}
}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式