Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2006-07-23 08:23:33
Size: 80
Editor: HoLin
Comment:
Revision 7 as of 2006-08-23 03:30:36
Size: 402
Editor: HoLin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * 自动登录Windows2000
 {{{HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
DefaultUserName=
DefaultPassword=
AutoAdminLogon=1
}}}
 * 子页面取得对应的iframe对象:frameElement
 * 获取iframe所指向的窗口对象:[1]oiframe.contentWindow [2]window.frames[oiframe]

其他Tips

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

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

DefaultUserName= DefaultPassword= AutoAdminLogon=1 }}}

  • 子页面取得对应的iframe对象:frameElement
  • 获取iframe所指向的窗口对象:[1]oiframe.contentWindow [2]window.frames[oiframe]

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