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
------解决方案--------------------头疼的是在本地测试没问题..