Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Debugging with JavaScript

javascript:moveTo(0,0);resizeTo(1024,768); - change the current browser window to the specified size. Without the moveTo depending on the location of the browser window it may constrain itself by the edge of the screen.

javascript:alert(document.cookie); - Shawn's trick to show all cookies in browser.

Explains the console - http://buildinternet.com/2010/12/debugging-javascript-behind-the-scenes/

...