Revision df51b2f313e3191f4d99b17f289863d8df68ce7b authored by Jonathan Kew on 21 June 2012, 06:45:55 UTC, committed by Jonathan Kew on 21 June 2012, 06:45:55 UTC
1 parent 84df408
Raw File
bug413310-post.sjs
function handleRequest(request, response) {
  response.setHeader("Content-Type", "text/html");
  response.write("<body onload='window.parent.onloadCount++'>" +
                 request.method + " " +
		 Date.now() +
		 "</body>");
}
back to top