fork download
  1. function Field (row, column) {
  2. var sArray = document.styleSheets;
  3. var boxHeight = 15;
  4. this.rows = row;
  5. this.columns = column;
  6.  
  7. sArray[0].insertRule('#wrapper { height: (rows*boxHeight)+"px"; }', 0); // this isnt working
  8. }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty