Deleting a directory when clicked on a hyperlink with JAvascript.ASP.NET C#

白昼怎懂夜的黑 提交于 2019-12-02 09:11:15

First of all, \u is escpae code for a hex digit. So better re-format it.

Second, href=view.aspx?type=notes is not a valid html syntax too. Double quotes please.

Third, please put some code to check if your javascript variables (myObject,myFolder) are valid (not null) before invoke any method against them.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!