Archive for April, 2009

View Ajax Souce Code

IE:

  1. Create a bookmark in the browser
  2. Copy the following code in the url
    javascript:’<xmp>’ + window.document.body.outerHTML+ ‘</xmp>’
  3. Every time you want to see the page source code including Ajax, click it.

FireFox:

Select the content and “View selection source”

Leave a Comment