菜鸟又出来新问题了,请求帮助解决
有A.asp B.asp C.asp三个页面,A为录入页面,B为图片上传页面,C为页面上传处理页面,在A.asp中的代码为: <input name="FileUrl" type="button" class="button" id="FileUrl" onClick="javascript:void window.open('FonshenASP/demo/index.asp','AddNew','width=550,height=240')" value="上传照片">
C.asp的最后几行代码为:
<%
Set myrequest=nothing
response.write "<script>alert('图片上传成功!');self.close();</script>"
end if
%>
现想将C页面处理后得到的图片存储路径返回显示在A.asp页面的文本框(注:ID=PIC)中,怎么写呀,我都快疯了,请帮帮忙。 另外,上传图片的组件是风声上传组件