为什么IFrame的Src属性在IIS中失效了!
我设置了Iframe的Src属性为本地的文件路径,例如在ggg.htm中这样设置
<iframe name="import_frame" width=100% height=800 src="c:\test.txt" frameborder=auto>
当我直接双击这个htm文件执行的时候,frame可以显示出test.txt的内容,但是放到iis中执行,即http://localhost/ggg.htm,网页中没有任何内容,查看源文件发现空无内容