摘要:
1.子页面调用父页面js函数, parent.父页面函数 即可。比如 父页面有函数function tishi(){alert "父页面提示";},子页面只需 parent.tishi();即可使用父页面函数tishi()。 2.父页面调用子页面js函数。需要使用 iframename.window 阅读全文
posted @ 2020-07-15 12:39
Xyang
阅读(941)
评论(0)
推荐(0)
摘要:
1.Web.config中httpRuntime maxRequestLength="1048576" 设置的大一点 2.修改IIS,如不方便可直接修改Web.config <system.webServer> <security> <requestFiltering> <requestLimits 阅读全文
posted @ 2020-07-15 12:31
Xyang
阅读(1090)
评论(0)
推荐(0)
浙公网安备 33010602011771号