首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

javascript异常 解决立即给分 120

2011-12-20 
javascript错误解决立即给分120另外一个页面有20分javascript板块有50分http://community.csdn.net/Expert

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
[解决办法]
头疼的是在本地测试没问题..

热点排行