Drawing Program Set-up


Enter a number between 16 and 54


The drawing page will be generated on-the-fly by the JavaScript on this page.

The drawing pad consists of 4 X 4 pixel gifs. The number above sets the width and height of the pad. For example, choosing 18 would produce a drawing pad with dimensions of 72 X 72 pixels (1 inch X 1 inch). The resulting HTML code will vary from about 30 kbytes to over 300 kbytes depending on the number chosen.

If you choose a large number your browser may run out of memory!

To see the code for the drawing page choose View Source for this page; the JavaScript code may not appear when View Source is chosen for the drawing page itself. It's not very pretty since the drawing page is created using the document.write() function which requires that there be no carriage returns in the code.

It will take some time to generate and display the code. Please be patient.



Return to the
Javascript Playground

Download
This Page
©Lewis A. Shadoff, 1998