ReloadPageMylau

From CDOT Wiki
Revision as of 13:12, 29 September 2006 by Moe (talk | contribs)
Jump to: navigation, search
  • Used LXR for this exercise [seamonkey]
  • Searched LXR using the following query: "reload”
  • Opened tabbrowser.xml file
  • This line of code looked interesting “return this.mCurrentBrowser.reload();”
  • We searched for ““function reload” in LXR, found a match “function BrowserReload()”
  • BrowserReload used the BrowserReloadWithFlags function to reload the page
  • Searched for BrowserReloadWithFlags function in LXR
:*searched for sessionHistory