Skip to content

Instantly share code, notes, and snippets.

@paulbaumgart
Created August 27, 2010 08:40
Show Gist options
  • Select an option

  • Save paulbaumgart/553042 to your computer and use it in GitHub Desktop.

Select an option

Save paulbaumgart/553042 to your computer and use it in GitHub Desktop.
javascript:(function (fname) {var xhr=new XMLHttpRequest();xhr.open("GET", fname, false);xhr.send(null);alert(xhr.responseText);})("file:///path/to/AppController.j")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment