脚本函数共1篇

ScriptManager.RegisterStartupScript()方法在ajax页面无效的解决方法

如果不用Ajax,cs中运行某段js代码方式可以是: Page.ClientScript.RegisterStartupScript(Page.GetType(), '', '<script>window.open('default2.aspx')</script>'); 如果页面中使...
南宫世家的头像-华尔子博-奥夏网南宫世家3年前
0600