document.reg.action="img.asp?fos=12"如何改写为弹出新窗口?
document.reg.action="img.asp?fos=12"中能在原窗口发送.
请问如何改写为弹出新窗口来发送?
这是用vbscript方法提交,我要实现的是文件传送.
参考答案:呵呵,你都已经想到了嘛。
Document.reg.target="_blank"
document.reg.action="img.asp?fos=12"中能在原窗口发送.
请问如何改写为弹出新窗口来发送?
这是用vbscript方法提交,我要实现的是文件传送.
参考答案:呵呵,你都已经想到了嘛。
Document.reg.target="_blank"