mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
|
function handleRequest(request, response)
|
||
|
{
|
||
|
response.setHeader("Content-Type", "text/html", false);
|
||
|
response.write('<html><body onload=\'parent.page2Load("' + request.method + '")\'>file_bug580069_2.sjs</body></html>');
|
||
|
}
|