Differences between revisions 5 and 6
Revision 5 as of 2006-08-12 04:54:11
Size: 252
Editor: HoLin
Comment:
Revision 6 as of 2006-08-22 09:33:34
Size: 308
Editor: HoLin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * 子页面取得对应的iframe对象:frameElement

其他Tips

  • 不让浏览器缓存 response['Cache-Control']='max-age=0'
  • 自动登录Windows2000

    {{{HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon

DefaultUserName= DefaultPassword= AutoAdminLogon=1 }}}

  • 子页面取得对应的iframe对象:frameElement

HoLin/OtherTips (last edited 2009-12-25 07:13:47 by localhost)