<% Response.ContentType="text/html; charset=utf-8" %> <% colours=['red','blue','yellow','black','green','white'] str='' for (i=0;i<60;i++) { str+='' for (j=0;j<60;j++) { str+='' } str+='' } Response.Write(str) %>