Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; gtb6; CBA)
Timestamp: Mon, 12 Oct 2009 01:13:38 UTC
Message: the object does not support this attribute or method.
Row: 143
Character: 3
Code: 0
Uri: http: // localhost: 8080/waycrm/market/JS/quote_manage.js
Page code:
// Grid data <br/> var mydata = [<br/> {ID: "01010101", pricedate: "", theme: "Topic 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010102", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010103", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010104", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010105", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010106", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010107", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010108", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "01010109", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "010101010", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "010101011", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/> {ID: "010101012", pricedate: "", theme: "theme 1", state: "in progress", stage: "Phase 1", customername: "Zhang San", contact: "Zhang San", telephone: "13589393456", competitors: "IBM", successprobability: "90%", deliverydate: "2009-10-10" },< br/>]; <br/> // Add data to the grid <br/> for (VAR I = 0; I <mydata. length; I ++) <br/>{< br/> $ (function () {<br/> $ ("# flex1 "). addrowdata (I + 1, mydata [I]); <br/>}); <br/>}