读书人

javascript异常 解决立即给分 120

发布时间: 2011-12-20 22:26:40 作者: rapoo

javascript错误 解决立即给分 120
另外一个页面有20分 javascript板块有50分
http://community.csdn.net/Expert/TopicView3.asp?id=5732433
http://community.csdn.net/Expert/TopicView3.asp?id=5732085
=============================================================
http://www.you-yi.net/OnLineMessage.aspx
http://www.you-yi.net/Requisition.aspx
请用IE浏览上边两个页面
这两个页面用了验证控件 页面有javascript错误
在本地没有错误 我想知道错误 希望高手们不要叫我用其他的东西 感谢

[解决办法]
up
[解决办法]
帮忙顶 up
[解决办法]

[解决办法]
先修改一下注册脚本的方式

Response.Write( " <script language= 'javascript '> alert( '留言成功,页面将跳转到首页! ');location.href= 'index.aspx '; </script> ");
==========
Page.ClientScript.RegisterStartupScript(this.GetType(), " ", " <script language= 'javascript ' type= 'text/javascript '> alert( '留言成功,页面将跳转到首页! ');location.href= 'index.aspx '; </script> ");
[解决办法]
date.js:
document.write(+thisyear+ "年 "+thismonth+ "月 "+thisday+ "日 "+thisweek)
==>
document.write(thisyear+ "年 "+thismonth+ "月 "+thisday+ "日 "+thisweek);
[解决办法]
你这页面留完言 ,后退不回去了
建议不要用
Response.Write( " <script language= 'javascript '> alert( '留言成功,页面将跳转到首页! ');location.href= 'index.aspx '; </script> ");

[解决办法]
................
[解决办法]
mark
[解决办法]
头疼的是在本地测试没问题..

读书人网 >asp.net

热点推荐