积极答复者
请问.net对htm框架文件支持怎么不灵光,经常里面文件换了,结果执行的结果,还是原来的文件

问题
-
例如
<table style="width:100%; height: 100%;border:"0"; cellpadding="0";">
<tr id="workMenuTd" >
<td class="style1" valign="top">
<iframe name="a" src="dev_pay_fee_imitate_manage2.aspx" frameborder="0" style=" height: 100%; width: 100%" id="a" scrolling="no"> </iframe></td>
</tr>
<tr>
<td height="8" bgcolor="#E0E0E0" onmouseup="changTopBar()" onmouseover="this.style.backgroundColor='#EEEEEE'" onmouseout="this.style.backgroundColor='#E0E0E0'" align="center">
<img id="imgTop" src="../image/arrow_up.gif" alt="关闭/开启" style="cursor:hand"/></td>
</tr>
<tr>
<td >
<iframe name="b" src="blank.htm" style="height: 100%; width: 100%" id="b" scrolling="yes" > </iframe></td>
</tr>
<tr>
<td height="8" bgcolor="#E0E0E0" onmouseup="changBottomBar()" onmouseover="this.style.backgroundColor='#EEEEEE'" onmouseout="this.style.backgroundColor='#E0E0E0'" align="center">
<img id="imgBottom" src="../image/arrow_up.gif" alt="关闭/开启" style="cursor:hand"/></td>
</tr>
<tr id="workOrderTd" style="display:none">
<td valign="top" style="height: 180px; width: 100%">
<iframe name="c" src="blank.htm" frameborder="0" scrolling="yes" style="height: 100%; width: 100%" id="c"> </iframe></td>
</tr>
答案
-
楼主你好:)
因为你运行页面的时候,右下角会启动一个内置的服务器,如果你关闭页面,更改之后重新启动,服务器可能还是保留上一次的东西。
我的建议:每次重新启动页面,关闭右下角内置服务器,然后重新运行,刷新页面看看。
如果你有其它意见或私下交流,请发送邮件到:maledong@qq.com;或者请
If you do not have QQ, please open the page and download it and click the image to talk or leave message for me.
下载MSDN桌面工具(Vista,Win7)
下载Technet桌面小工具(Vista,Win7)
慈善点击,点击此处- 已标记为答案 Song TianModerator 2011年8月5日 7:57
全部回复
-
楼主你好:)
因为你运行页面的时候,右下角会启动一个内置的服务器,如果你关闭页面,更改之后重新启动,服务器可能还是保留上一次的东西。
我的建议:每次重新启动页面,关闭右下角内置服务器,然后重新运行,刷新页面看看。
如果你有其它意见或私下交流,请发送邮件到:maledong@qq.com;或者请
If you do not have QQ, please open the page and download it and click the image to talk or leave message for me.
下载MSDN桌面工具(Vista,Win7)
下载Technet桌面小工具(Vista,Win7)
慈善点击,点击此处- 已标记为答案 Song TianModerator 2011年8月5日 7:57