请问:如何禁用某一页面在缓存中保留,也就是当脱机浏览时无法看到,但却不禁用Cache,因为我有用Cache保存一些信息
如title 问题点数:0、回复次数:3Top
1 楼net_lover(【孟子E章】)回复于 2003-08-01 21:50:41 得分 0
try:
用
onLine Property
--------------------------------------------------------------------------------
Retrieves a value indicating whether the system is in global offline mode.
Syntax
[ bOnLine = ] object.onLine
Possible Values
bOnLine Boolean that receives one of the following values.true System is not in global offline mode.
false System is in global offline mode.
The property is read-only. The property has no default value.
Remarks
The user can modify the global offline state by choosing Work Offline from the File menu in Microsoft® Internet Explorer version 4.0 or later. This property does not indicate whether the system is connected to the network.
Top
2 楼net_lover(【孟子E章】)回复于 2003-08-01 21:51:22 得分 0
navigator.onLineTop
3 楼cainong(菜地老农)回复于 2003-08-03 20:59:02 得分 0
对不起,我是初学者,这对我来说太深奥,能否说的简单点,或是有代码说明Top




