Hello World in amharic (in JavaScript)
posted on 2009-09-15 00:45:38+08:00 by david
amharic
<%@ language="javascript" %> <html><body> <% Response.Write('Hello World!'); %> </body></html>
<%@ language="javascript" %> <html><body> <% Response.Write('Hello World!'); %> </body></html>