showModelDialog打开的页面中,提交Action(如上传文件)时不打开新页面的代码控制

      我们平常熟悉的直接写action的target="_self"并不能起作用,在网上找了一番,试验了一种可行的方案,记录下来:

 

1.在showModelDialog的那个页面添加<BASE target=”_self”/>

2.设置form的属性 target=""

你可能感兴趣的:(action)