Below is a DOS-like JavaScript console which can be put into webpages. See http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=3290305 for more information. Use the controls below to print to the console.
var console = new Console('console', 10, 30, 'PromptWindow.htm');
console.print('
');
console.println('
console.setCursorPos(
,
);
var userInput = console.input('
' + userInput);
console.cls();