Home | History | Annotate | Download | only in javascript
      1 Alert: *** Getting properties ***
      2 Alert: this.ADBE is undefined undefined
      3 Alert: this.author is string Joe Random Author
      4 Alert: this.baseURL is string 
      5 Alert: this.bookmarkRoot is undefined undefined
      6 Alert: this.calculate is boolean true
      7 Alert: this.Collab is undefined undefined
      8 Alert: this.creationDate is string 
      9 Alert: this.creator is string Joe Random Creator
     10 Alert: this.delay is boolean false
     11 Alert: this.dirty is boolean false
     12 Alert: this.documentFileName is string 
     13 Alert: this.external is boolean true
     14 Alert: this.filesize is number 0
     15 Alert: this.icons is undefined undefined
     16 Alert: this.info is object [object Object]
     17 Alert: this.keywords is string 
     18 Alert: this.layout is undefined undefined
     19 Alert: this.media is undefined undefined
     20 Alert: this.modDate is string 
     21 Alert: this.mouseX is undefined undefined
     22 Alert: this.mouseY is undefined undefined
     23 Alert: this.numFields is number 0
     24 Alert: this.numPages is number 4
     25 Alert: this.pageNum is undefined undefined
     26 Alert: this.pageWindowRect is undefined undefined
     27 Alert: this.path is string /
     28 Alert: this.producer is string 
     29 Alert: this.subject is string 
     30 Alert: this.title is string 
     31 Alert: this.URL is string 
     32 Alert: this.zoom is undefined undefined
     33 Alert: this.zoomType is undefined undefined
     34 Alert: *** Setting properties ***
     35 Alert: this.ADBE = 3; yields 3
     36 Alert: this.author = 3; yields 3
     37 Alert: this.baseURL = 3; yields 3
     38 Alert: this.bookmarkRoot = 3; yields 3
     39 Alert: this.calculate = 3; yields 3
     40 Alert: this.Collab = 3; yields 3
     41 Alert: this.creationDate = 3; yields 3
     42 Alert: this.creator = 3; yields 3
     43 Alert: this.delay = 3; yields 3
     44 Alert: this.dirty = 3; yields 3
     45 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
     46 Alert: this.external = 3; yields 3
     47 Alert: ERROR: Document.filesize: Cannot assign to readonly property.
     48 Alert: ERROR: Document.icons: Cannot assign to readonly property.
     49 Alert: ERROR: Document.info: Cannot assign to readonly property.
     50 Alert: this.keywords = 3; yields 3
     51 Alert: this.layout = 3; yields 3
     52 Alert: this.media = 3; yields 3
     53 Alert: this.modDate = 3; yields 3
     54 Alert: this.mouseX = 3; yields 3
     55 Alert: this.mouseY = 3; yields 3
     56 Alert: ERROR: Document.numFields: Cannot assign to readonly property.
     57 Alert: ERROR: Document.numPages: Cannot assign to readonly property.
     58 Goto Page: 3
     59 Alert: this.pageNum = 3; yields 3
     60 Alert: this.pageWindowRect = 3; yields 3
     61 Alert: ERROR: Document.path: Cannot assign to readonly property.
     62 Alert: this.producer = 3; yields 3
     63 Alert: this.subject = 3; yields 3
     64 Alert: this.title = 3; yields 3
     65 Alert: ERROR: Document.URL: Cannot assign to readonly property.
     66 Alert: this.zoom = 3; yields 3
     67 Alert: this.zoomType = 3; yields 3
     68 Alert: *** Getting properties ***
     69 Alert: this.ADBE is undefined undefined
     70 Alert: this.author is string 3
     71 Alert: this.baseURL is string 3
     72 Alert: this.bookmarkRoot is undefined undefined
     73 Alert: this.calculate is boolean true
     74 Alert: this.Collab is undefined undefined
     75 Alert: this.creationDate is string 3
     76 Alert: this.creator is string 3
     77 Alert: this.delay is boolean true
     78 Alert: this.dirty is boolean true
     79 Alert: this.documentFileName is string 
     80 Alert: this.external is boolean true
     81 Alert: this.filesize is number 0
     82 Alert: this.icons is undefined undefined
     83 Alert: this.info is object [object Object]
     84 Alert: this.keywords is string 3
     85 Alert: this.layout is undefined undefined
     86 Alert: this.media is undefined undefined
     87 Alert: this.modDate is string 3
     88 Alert: this.mouseX is undefined undefined
     89 Alert: this.mouseY is undefined undefined
     90 Alert: this.numFields is number 0
     91 Alert: this.numPages is number 4
     92 Alert: this.pageNum is undefined undefined
     93 Alert: this.pageWindowRect is undefined undefined
     94 Alert: this.path is string /
     95 Alert: this.producer is string 3
     96 Alert: this.subject is string 3
     97 Alert: this.title is string 3
     98 Alert: this.URL is string 
     99 Alert: this.zoom is undefined undefined
    100 Alert: this.zoomType is undefined undefined
    101