<% @ Language = javaScript%> <% // A simple example // can be widely applied to the counter, clock, etc., where you need to dynamically generate graphics //, by changing the value of ContentType, such as change to "image / gif" Can make more beautiful graphics
Response.contentType = "image / x-xbitmap"; response.write ("#define counter_width 8 / r //); // Graphic Width Response.write (" #define counter_height 10 / r / n "); // Graphic high response.write ("static unsigned charinter_bits [= {= {/ r / n"); Response.write ("0x3c, 0x66, 0x60, 0x60, 0x30, 0x18, 0x0c, 0x06, 0x06, 0x7e"); / / 2 's mask Response.write ("}; / r / n");
%>