上传文件时,需要用showModalDialog打开一个对话框upload.html上传文件(window.open()打开的话有些浏览器会打开整个页面,而不是对话框),点击上传后转向处理页面check.asp,处理后提示上传成功(alert(...);window.location.href='updown.html')后跳转到upload.html继续上传,这时firefox正常,但IE中却不能跳转到upload.html,请问各位大虾如何跳转到updown.html?ps
upload.html已加上<base target="_self" />
也曾用过asp中跳转函数Response.Redirect,但却不能提示上传处理结果信息